diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 1eea864..0e82414 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,9 +12,16 @@ pkg_scripts = \ brp-compress \ brp-strip \ brp-strip-comment-note \ + brp-strip-static-archive \ filter.sh \ find-lang.sh \ - find-debuginfo.sh + find-debuginfo.sh \ + http.req \ + magic.prov \ + magic.req \ + perl.prov \ + perl.req + pkg_gscripts = \ find-provides \ find-requires \ @@ -63,7 +70,7 @@ install-data-local: $(macrosfiles) .PHONY: rpm rpm: dist gzip -dc $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz | bzip2 > $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 - rpm -ba --define "_sourcedir `pwd`" rpm-mandriva-setup.spec + rpmbuild -ba --define "_sourcedir `pwd`" rpm-mandriva-setup.spec CLEANFILES = $(pkg_gdata) $(pkg_gscripts) $(macrosfiles) \ macros-perarch \ |