]> git.pld-linux.org Git - packages/perl-ExtUtils-Depends.git/blame - perl-ExtUtils-Depends.spec
- updated to 0.8001
[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
d366e805 11Release: 1
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
15463799 26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29This module tries to make it easy to build Perl extensions that use
2f63f817
JB
30functions and typemaps provided by other Perl extensions.
31
37a44b38
JR
32%description -l pl.UTF-8
33Ten moduł próbuje ułatwić budowanie perlowych rozszerzeń używających
34funkcji i map typów udostępnianych przez inne rozszerzenia Perla.
15463799 35
36%prep
37%setup -q -n %{pdir}-%{pnam}-%{version}
38
39%build
40%{__perl} Makefile.PL \
41 INSTALLDIRS=vendor
42
43%{__make} \
eff06a4e 44 CC="%{__cc}" \
15463799 45 OPTIMIZE="%{rpmcflags}"
46
8744d84f 47%{?with_tests:%{__make} test}
15463799 48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(644,root,root,755)
d366e805 60%doc Changes
15463799 61%{perl_vendorlib}/ExtUtils/Depends.pm
8d416b6a 62%{_mandir}/man3/ExtUtils::Depends.3pm*
This page took 0.087108 seconds and 4 git commands to generate.