aboutsummaryrefslogtreecommitdiffstats
path: root/iurt.spec
diff options
context:
space:
mode:
Diffstat (limited to 'iurt.spec')
-rw-r--r--iurt.spec47
1 files changed, 0 insertions, 47 deletions
diff --git a/iurt.spec b/iurt.spec
deleted file mode 100644
index a67458f..0000000
--- a/iurt.spec
+++ /dev/null
@@ -1,47 +0,0 @@
-############################################
-# Warning
-# This package must be handled
-# via /svn/soft/build_system/iurt/trunk/
-############################################
-
-%define name iurt
-%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: svn://svn.mageia.org/svn/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.
-
-%prep
-%setup -q -n %{name}-%{version}
-
-%install
-rm -rf $RPM_BUILD_ROOT
-%makeinstall DESTDIR=$RPM_BUILD_ROOT
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root)
-%{_bindir}/emi
-%{_bindir}/iurt
-%{_bindir}/ulri
-%{_sbindir}/iurt_root_command
-%{perl_vendorlib}/Iurt
-
-
-