diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-07-27 14:17:21 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-07-27 14:17:21 +0000 |
commit | a9aae9c3420ef372fc3784dfc4b978821ce1f0f3 (patch) | |
tree | 062a3547633a628735085f4a95e2361efadba866 /Makefile | |
parent | 85a865a1a3c4c3c4fb41763465a5d09d808437fd (diff) | |
download | spec-helper-a9aae9c3420ef372fc3784dfc4b978821ce1f0f3.tar spec-helper-a9aae9c3420ef372fc3784dfc4b978821ce1f0f3.tar.gz spec-helper-a9aae9c3420ef372fc3784dfc4b978821ce1f0f3.tar.bz2 spec-helper-a9aae9c3420ef372fc3784dfc4b978821ce1f0f3.tar.xz spec-helper-a9aae9c3420ef372fc3784dfc4b978821ce1f0f3.zip |
Generated by cvs2cl the 27_Jul
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -41,11 +41,8 @@ dis: rm -rf $(NAME)-$(VERSION) changelog: - rcs2log | sed "s|@.*mandrakesoft\.com|@mandrakesoft.com|" | sed "s|@@|@|" | \ - sed "s|/home/cvs/cooker/soft/$(NAME)/||g" > changenew - mv ChangeLog ChangeLog.old - cat changenew ChangeLog.old > ChangeLog - rm -f changenew + cvs2cl + cvs commit -m "Generated by cvs2cl the `date '+%d_%b'`" rpm: ../$(NAME)-$(VERSION).tar.bz2 test -d $(RPM)/SOURCES && test -d $(RPM)/ |