diff options
author | Olivier Blin <blino@mageia.org> | 2011-01-20 07:36:21 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2011-01-20 07:36:21 +0000 |
commit | ba6d5b9a971369f92392a182f432bb542a27f374 (patch) | |
tree | a778621f410fb31af1ed9c06e96f7c0a9f787ca8 /iurt.spec | |
parent | d956e491848f34fba3420dee906b94c14795397f (diff) | |
download | iurt-ba6d5b9a971369f92392a182f432bb542a27f374.tar iurt-ba6d5b9a971369f92392a182f432bb542a27f374.tar.gz iurt-ba6d5b9a971369f92392a182f432bb542a27f374.tar.bz2 iurt-ba6d5b9a971369f92392a182f432bb542a27f374.tar.xz iurt-ba6d5b9a971369f92392a182f432bb542a27f374.zip |
synchronize with spec from /packages
Diffstat (limited to 'iurt.spec')
-rw-r--r-- | iurt.spec | 39 |
1 files changed, 21 insertions, 18 deletions
@@ -1,28 +1,29 @@ -############################################# +############################################ # Warning # This package must be handled # via /svn/soft/build_system/iurt/trunk/ -############################################# +############################################ %define name iurt -%define release %mkrel 1 - -Name: %{name} -Version: 0.6.5 -Release: %{release} -License: GPL -Summary: Packages rebuilder -Group: Development/Tools -URL: http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/build_system/iurt/trunk/ -Source: %{name}.tar -BuildRoot: %{_tmppath}/%{name}-buildroot -Requires: mkcd -BuildArch: noarch +%define svn r320 +%define release %mkrel 0.%svn.0 + +Name: %{name} +Version: 0.6.5 +Release: %{release} +License: GPL +Summary: Packages rebuilder +Group: Development/Other +URL: http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/build_system/iurt/trunk/ +Source: %{name}-%{version}-%{svn}.tar.gz +BuildRoot: %{_tmppath}/%{name}-buildroot +Requires: mkcd +BuildArch: noarch %description -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. +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. %prep %setup -q -n %{name}-%{version} @@ -42,3 +43,5 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/iurt_root_command %{perl_vendorlib}/Iurt + + |