############################################ # 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.9 Release: %{release} License: GPL Summary: Packages rebuilder Group: Development/Other URL: svn://svn.mageia.org/svn/soft/build_system/iurt/trunk Source: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-buildroot BuildArch: noarch Requires: sudo # for testsuite: BuildRequires: perl-RPM4 perl-File-Lockf mdv-distrib-tools perl-MIME-tools BuildRequires: perl-File-NCopy perl-Mkcd-Commandline perl-String-Escape %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. %prep %setup -q -n %{name}-%{version} %install rm -rf $RPM_BUILD_ROOT %makeinstall DESTDIR=$RPM_BUILD_ROOT %check # (tv) check that iurt loads OK: perl -Ilib ./iurt --help %files %defattr(-,root,root) %{_bindir}/emi %{_bindir}/iurt %{_bindir}/ulri %{_sbindir}/iurt_root_command %{perl_vendorlib}/Iurt