]> git.pld-linux.org Git - packages/perl-ExtUtils-Depends.git/blame - perl-ExtUtils-Depends.spec
- noarch, release 2
[packages/perl-ExtUtils-Depends.git] / perl-ExtUtils-Depends.spec
CommitLineData
15463799 1#
2# Conditional build:
65213d14 3%bcond_without tests # do not perform "make test"
15463799 4#
bff92f04 5%define pdir ExtUtils
6%define pnam Depends
8d416b6a
JB
7Summary: ExtUtils::Depends - easily build XS extensions that depend on XS extensions
8Summary(pl.UTF-8): ExtUtils::Depends - łatwe budowanie rozszerzeń XS zależących od innych rozszerzeń XS
7f1e5f73 9Name: perl-ExtUtils-Depends
df31941e 10Version: 0.8001
d5678984 11Release: 2
982b15d3 12# same as perl
13License: GPL v1+ or Artistic
15463799 14Group: Development/Languages/Perl
d366e805 15Source0: http://www.cpan.org/modules/by-module/ExtUtils/%{pdir}-%{pnam}-%{version}.tar.gz
df31941e 16# Source0-md5: ca203697162b842c6c1e25ce102b79a5
9496566e 17URL: https://metacpan.org/release/ExtUtils-Depends
df31941e 18BuildRequires: perl-ExtUtils-MakeMaker >= 7.44
df028f45 19BuildRequires: perl-devel >= 1:5.8.0
d366e805
JB
20%if %{with tests}
21BuildRequires: perl-Test-Number-Delta >= 1.0
22BuildRequires: perl-Test-Simple
23%endif
15463799 24BuildRequires: rpm-perlprov >= 4.1-13
52bb3832 25BuildRequires: rpmbuild(macros) >= 1.745
d5678984 26BuildArch: noarch
15463799 27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%description
30This module tries to make it easy to build Perl extensions that use
2f63f817
JB
31functions and typemaps provided by other Perl extensions.
32
37a44b38
JR
33%description -l pl.UTF-8
34Ten moduł próbuje ułatwić budowanie perlowych rozszerzeń używających
35funkcji i map typów udostępnianych przez inne rozszerzenia Perla.
15463799 36
37%prep
38%setup -q -n %{pdir}-%{pnam}-%{version}
39
40%build
41%{__perl} Makefile.PL \
42 INSTALLDIRS=vendor
43
d5678984 44%{__make}
15463799 45
8744d84f 46%{?with_tests:%{__make} test}
15463799 47
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
d366e805 59%doc Changes
15463799 60%{perl_vendorlib}/ExtUtils/Depends.pm
8d416b6a 61%{_mandir}/man3/ExtUtils::Depends.3pm*
This page took 0.092046 seconds and 4 git commands to generate.