/[packages]/updates/infra_2/rpmtools/current/SPECS/rpmtools.spec
ViewVC logotype

Contents of /updates/infra_2/rpmtools/current/SPECS/rpmtools.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 288630 - (show annotations) (download)
Wed Sep 5 17:26:22 2012 UTC (11 years, 7 months ago) by tv
Original Path: cauldron/rpmtools/current/SPECS/rpmtools.spec
File size: 1665 byte(s)
- compress XML data with xz instead of lzma
  (keeping .lzma extension for compatibility, just adding the magic value)
1 Summary: Various RPM command-line tools
2 Name: rpmtools
3 Version: 6.5
4 Release: %mkrel 1
5 Source0: %{name}-%{version}.tar.xz
6 License: GPLv2+
7 Group: System/Configuration/Packaging
8 URL: http://svn.mageia.org/soft/rpm/rpmtools/
9 BuildRoot: %{_tmppath}/%{name}-buildroot
10 BuildRequires: perl-devel
11 BuildRequires: perl-MDV-Packdrakeng
12 BuildRequires: perl-MDV-Distribconf
13 Requires: perl-MDV-Distribconf > 3.00
14 Requires: xz
15 Requires: genhdlist2
16 Requires: perl-URPM >= 3.39
17 Conflicts: rpmtools-compat <= 2.0
18 Conflicts: rpmtools-devel <= 2.0
19 Conflicts: packdrake < 5.0.26
20
21 %description
22 Various tools needed by urpmi and drakxtools for handling rpm files.
23
24 %package -n packdrake
25 Group: %{group}
26 Summary: A simple Archive Extractor/Builder
27 Conflicts: rpmtools <= 5.0.25
28 Provides: perl(packdrake)
29
30 %description -n packdrake
31 Packdrake is a simple indexed archive builder and extractor using
32 standard compression methods.
33
34 %package -n genhdlist2
35 Group: %{group}
36 Summary: Tool to generate urpmi metadata (media_info/*)
37 Conflicts: rpmtools <= 5.4
38
39 %description -n genhdlist2
40 genhdlist2 generates hdlist.cz, synthesis.hdlist.cz and *.xml.lzma files used
41 by urpmi
42
43 %prep
44 %setup -q
45
46 %build
47 perl Makefile.PL INSTALLDIRS=vendor
48 %make
49
50 %check
51 %make test
52
53 %install
54 rm -rf %{buildroot}
55 %makeinstall_std
56
57 %clean
58 rm -rf %{buildroot}
59
60 %files
61 %defattr(-,root,root)
62 %{_bindir}/dumpdistribconf
63 %{_bindir}/gendistrib
64 %{_mandir}/man1/dumpdistribconf*
65 %{_mandir}/man1/gendistrib*
66
67 %files -n packdrake
68 %defattr(-,root,root)
69 %{_bindir}/packdrake
70 %{perl_vendorlib}/packdrake.pm
71 %{_mandir}/man1/packdrake*
72
73 %files -n genhdlist2
74 %defattr(-,root,root)
75 %{_bindir}/genhdlist2
76 %{_mandir}/man1/genhdlist2*
77
78
79

  ViewVC Help
Powered by ViewVC 1.1.30