/[packages]/cauldron/iurt/current/SPECS/iurt.spec
ViewVC logotype

Contents of /cauldron/iurt/current/SPECS/iurt.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 287401 - (show annotations) (download)
Sun Sep 2 19:12:13 2012 UTC (11 years, 6 months ago) by tv
File size: 1162 byte(s)
- failing to mount /dev/pts is not a fatal error
1 ############################################
2 # Warning
3 # This package must be handled
4 # via /svn/soft/build_system/iurt/trunk/
5 ############################################
6
7 %define name iurt
8 %define release %mkrel 1
9
10 Name: %{name}
11 Version: 0.6.9
12 Release: %{release}
13 License: GPL
14 Summary: Packages rebuilder
15 Group: Development/Other
16 URL: svn://svn.mageia.org/svn/soft/build_system/iurt/trunk
17 Source: %{name}-%{version}.tar.xz
18 BuildRoot: %{_tmppath}/%{name}-buildroot
19 BuildArch: noarch
20 Requires: sudo
21 # for testsuite:
22 BuildRequires: perl-RPM4 perl-File-Lockf mdv-distrib-tools perl-MIME-tools
23 BuildRequires: perl-File-NCopy perl-Mkcd-Commandline perl-String-Escape
24
25
26 %description
27 iurt is a collection of tools to create an automatic rebuild system. It
28 contains the rebuild script, iurt, as well as the scheduler, ulri, and the
29 upload script, emi.
30
31 %prep
32 %setup -q -n %{name}-%{version}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 %makeinstall DESTDIR=$RPM_BUILD_ROOT
37
38 %check
39 # (tv) check that iurt loads OK:
40 perl -Ilib ./iurt --help
41
42 %files
43 %defattr(-,root,root)
44 %{_bindir}/emi
45 %{_bindir}/iurt
46 %{_bindir}/ulri
47 %{_sbindir}/iurt_root_command
48 %{perl_vendorlib}/Iurt
49
50
51

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.30