diff options
-rw-r--r-- | ChangeLog | 18 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 19 insertions, 1 deletions
@@ -1,3 +1,21 @@ +2005-05-09 12:25 Olivier Thauvin <thauvin@aerov.jussieu.fr> + + * rpm-mandriva-setup.spec: - add changelog + +2005-05-09 12:16 Olivier Thauvin <thauvin@aerov.jussieu.fr> + + * configure.ac, make_macrosfiles.sh.in, rpm-mandriva-setup.spec, + rpmrc.in: - handle pentium computer + +2005-05-08 17:57 Olivier Thauvin <thauvin@aerov.jussieu.fr> + + * Makefile.am, rpm-mandriva-setup.spec, rpmrc.in: - add make + ChangeLog - 0.4 final + +2005-05-08 17:06 Olivier Thauvin <thauvin@aerov.jussieu.fr> + + * README: - add README + 2005-05-06 10:11 Olivier Thauvin <thauvin@aerov.jussieu.fr> * configure.ac, rpm-mandriva-setup.spec: - 0.4 diff --git a/Makefile.am b/Makefile.am index 537cd69..a324928 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,7 +73,7 @@ install-data-local: $(macrosfiles) done .PHONY: rpm -rpm: dist-bzip2 +rpm: dist dist-bzip2 gzip -dc $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz | bzip2 > $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 rpmbuild -ba --define "_sourcedir `pwd`" rpm-mandriva-setup.spec |