aboutsummaryrefslogtreecommitdiffstats
path: root/iurt.spec
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2006-12-06 11:49:08 +0000
committerFlorent Villard <warly@mandriva.com>2006-12-06 11:49:08 +0000
commit29bbff058925b703271a9c4958a5c1ec67163437 (patch)
treec1de1e2a9993f33216341f9f9a01fd8457086269 /iurt.spec
parenta8eb19c4f2c943ae497a6a100f70d9aba3543710 (diff)
downloadiurt-29bbff058925b703271a9c4958a5c1ec67163437.tar
iurt-29bbff058925b703271a9c4958a5c1ec67163437.tar.gz
iurt-29bbff058925b703271a9c4958a5c1ec67163437.tar.bz2
iurt-29bbff058925b703271a9c4958a5c1ec67163437.tar.xz
iurt-29bbff058925b703271a9c4958a5c1ec67163437.zip
added spec and Makefile0.6.2
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
+