]> git.pld-linux.org Git - packages/perl-ExtUtils-Depends.git/blame - perl-ExtUtils-Depends.spec
- drop obsolete and outdated manual inclusion of rpm macros
[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
9496566e 10Version: 0.8000
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
9496566e
JB
16# Source0-md5: ac2d17114f1b50624a8f37381c90485e
17URL: https://metacpan.org/release/ExtUtils-Depends
df028f45 18BuildRequires: perl-devel >= 1:5.8.0
d366e805
JB
19%if %{with tests}
20BuildRequires: perl-Test-Number-Delta >= 1.0
21BuildRequires: perl-Test-Simple
22%endif
15463799 23BuildRequires: rpm-perlprov >= 4.1-13
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27This module tries to make it easy to build Perl extensions that use
2f63f817
JB
28functions and typemaps provided by other Perl extensions.
29
37a44b38
JR
30%description -l pl.UTF-8
31Ten moduł próbuje ułatwić budowanie perlowych rozszerzeń używających
32funkcji i map typów udostępnianych przez inne rozszerzenia Perla.
15463799 33
34%prep
35%setup -q -n %{pdir}-%{pnam}-%{version}
36
37%build
38%{__perl} Makefile.PL \
39 INSTALLDIRS=vendor
40
41%{__make} \
eff06a4e 42 CC="%{__cc}" \
15463799 43 OPTIMIZE="%{rpmcflags}"
44
8744d84f 45%{?with_tests:%{__make} test}
15463799 46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
d366e805 58%doc Changes
15463799 59%{perl_vendorlib}/ExtUtils/Depends.pm
8d416b6a 60%{_mandir}/man3/ExtUtils::Depends.3pm*
This page took 0.089388 seconds and 4 git commands to generate.