diff options
-rw-r--r-- | Makefile | 7 | ||||
-rw-r--r-- | iurt.spec | 10 |
2 files changed, 12 insertions, 5 deletions
@@ -45,11 +45,12 @@ localrpm: tar $(RPM) rm -f $(NAME).tar ci: tar - svn ci -m 'Update SPEC for version $(VERSION)' $(NAME).spec - svn cp $(SVNSOFT)/$(NAME).spec $(SVNPACKAGE)/SPECS/ + svn ci -m 'Update soft SPEC for version $(VERSION)' $(NAME).spec + svn rm -m 'Remove previously copied spec to replace it for $(VERSION)' $(SVNPACKAGE)/SPECS/$(NAME).spec + svn cp -m 'Update package SPEC for version $(VERSION)' $(SVNSOFT)/$(NAME).spec $(SVNPACKAGE)/SPECS/ mkdir svn; cd svn; mdvsys co iurt cp $(NAME).tar svn/iurt/SOURCES/ - #cd svn; mdvsys ci -m 'update tarball for version $(VERSION)' + cd svn; mdvsys ci -m 'update tarball for version $(VERSION)' rpm: clean ci cd svn/iurt; bm @@ -1,3 +1,9 @@ +############################################ +# Warning +# This package must be handled +# via /svn/soft/build_system/iurt/trunk/ +############################################ + %define name iurt %define release %mkrel 1 @@ -5,7 +11,7 @@ Name: %{name} Version: 0.6.2 Release: %{release} License: GPL -Summary: Package rebuilder +Summary: Packages rebuilder Group: Development/Tools URL: http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/build_system/iurt/trunk/ Source: %{name}.tar @@ -13,7 +19,7 @@ BuildRoot: %{_tmppath}/%{name}-buildroot Requires: mkcd %description -iurt is a collection of tools to create an automatic rebuild system. It +iurt is a collection of tools to create an automatic rebuild system. It contains the rebuild script, iurt, as well as the scheduler, ulri, and the upload script, emi. |