/[packages]/updates/infra_2/perl-RPM4/current/SPECS/perl-RPM4.spec
ViewVC logotype

Contents of /updates/infra_2/perl-RPM4/current/SPECS/perl-RPM4.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 182200 - (show annotations) (download)
Thu Dec 15 12:50:26 2011 UTC (12 years, 3 months ago) by tv
Original Path: cauldron/perl-RPM4/current/SPECS/perl-RPM4.spec
File size: 1565 byte(s)
bump release (SILENT)
1 # This spec is in the SVN
2 # $Id: perl-RPM4.spec 141783 2007-03-12 14:05:45Z nanardon $
3
4 %define module RPM4
5 %define name perl-%{module}
6 %define version 0.25
7 %define release %mkrel 4
8
9 %define rpm_version %(rpm -q --queryformat '%|EPOCH?{[%{EPOCH}:%{VERSION}]}:{%{VERSION}}|' rpm)
10
11 Name: %{name}
12 Version: %{version}
13 Release: %{release}
14 Summary: Perl bindings to use rpmlib and manage hdlist files
15 License: GPL
16 Group: Development/Perl
17 Source: %{module}-%{version}.tar.gz
18 # disable 3 tests with rpm-4.8:
19 Patch0: RPM4-0.25-disable-more-tests.diff
20 Url: http://search.cpan.org/dist/RPM4/
21
22 BuildRequires: perl-devel >= 5.8.0
23 BuildRequires: rpm-devel
24 BuildRequires: perl-Digest-SHA1
25 BuildRequires: librpmconstant-devel
26 BuildRequires: packdrake
27 BuildRequires: perl-MDV-Packdrakeng
28 BuildRequires: gnupg
29
30 Requires: perl
31 # we can now expect librpm API to be at least backward compatible
32 Requires: rpm >= %{rpm_version}
33
34 %description
35 This module provides a perl interface to the rpmlib.
36
37 It allows to write scripts to:
38 - query rpm headers,
39 - query rpm database,
40 - build rpm specs,
41 - install/uninstall specfiles,
42 - check dependencies.
43
44 It include:
45 - rpm_produced, give what rpm will be produced by a src.rpm or a specfile.
46
47 %prep
48 %setup -q -n %{module}-%{version}
49
50 %build
51 %{__perl} Makefile.PL INSTALLDIRS=vendor
52 %make
53
54 %check
55 PERL5DIR=`pwd`/src/blib/arch TMPDIR=/tmp %make test
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62 %makeinstall_std
63
64 %files
65 %defattr(-,root,root)
66 %doc README
67 %doc examples
68 %_bindir/*
69 %{perl_vendorarch}/*
70 %{_mandir}/*/*
71
72

  ViewVC Help
Powered by ViewVC 1.1.30