aboutsummaryrefslogtreecommitdiffstats
path: root/iurt.spec
diff options
context:
space:
mode:
Diffstat (limited to 'iurt.spec')
-rw-r--r--iurt.spec35
1 files changed, 35 insertions, 0 deletions
diff --git a/iurt.spec b/iurt.spec
new file mode 100644
index 0000000..0b7d83b
--- /dev/null
+++ b/iurt.spec
@@ -0,0 +1,35 @@
+%define name iurt
+%define release %mkrel 1
+
+Name: %{name}
+Version: 0.6.2
+Release: %{release}
+License: GPL
+Summary: Package 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
+
+%description
+iurt is a collection of tools to create an automatic rebuild system
+
+%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
+