]> git.pld-linux.org Git - packages/perl-ExtUtils-Depends.git/blame - perl-ExtUtils-Depends.spec
- updated to 0.8000
[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#
5%include /usr/lib/rpm/macros.perl
bff92f04 6%define pdir ExtUtils
7%define pnam Depends
8d416b6a
JB
8Summary: ExtUtils::Depends - easily build XS extensions that depend on XS extensions
9Summary(pl.UTF-8): ExtUtils::Depends - łatwe budowanie rozszerzeń XS zależących od innych rozszerzeń XS
7f1e5f73 10Name: perl-ExtUtils-Depends
9496566e 11Version: 0.8000
d366e805 12Release: 1
982b15d3 13# same as perl
14License: GPL v1+ or Artistic
15463799 15Group: Development/Languages/Perl
d366e805 16Source0: http://www.cpan.org/modules/by-module/ExtUtils/%{pdir}-%{pnam}-%{version}.tar.gz
9496566e
JB
17# Source0-md5: ac2d17114f1b50624a8f37381c90485e
18URL: https://metacpan.org/release/ExtUtils-Depends
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
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
28This module tries to make it easy to build Perl extensions that use
2f63f817
JB
29functions and typemaps provided by other Perl extensions.
30
37a44b38
JR
31%description -l pl.UTF-8
32Ten moduł próbuje ułatwić budowanie perlowych rozszerzeń używających
33funkcji i map typów udostępnianych przez inne rozszerzenia Perla.
15463799 34
35%prep
36%setup -q -n %{pdir}-%{pnam}-%{version}
37
38%build
39%{__perl} Makefile.PL \
40 INSTALLDIRS=vendor
41
42%{__make} \
eff06a4e 43 CC="%{__cc}" \
15463799 44 OPTIMIZE="%{rpmcflags}"
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.057819 seconds and 4 git commands to generate.