epel9
Petr Šabata 10 years ago
parent ebde830503
commit ea931acf5e

1
.gitignore vendored

@ -12,3 +12,4 @@ Inline-0.46.tar.gz
/Inline-0.67.tar.gz
/Inline-0.68.tar.gz
/Inline-0.76.tar.gz
/Inline-0.77.tar.gz

@ -1,11 +1,11 @@
Name: perl-Inline
Version: 0.76
Release: 2%{?dist}
Version: 0.77
Release: 1%{?dist}
Summary: Inline Perl module
Group: Development/Libraries
License: GPL+ or Artistic
Url: http://search.cpan.org/dist/Inline/
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETJ/Inline-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Inline-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(base)
@ -16,7 +16,7 @@ BuildRequires: perl(diagnostics)
BuildRequires: perl(Digest::MD5)
BuildRequires: perl(DynaLoader)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Path)
@ -63,13 +63,11 @@ never notice the compilation time.
%setup -q -n Inline-%{version}
%build
# trick avoiding installation other modules
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
chmod -R u+w %{buildroot}/*
%check
@ -81,6 +79,9 @@ make test
%{_mandir}/man3/*.3*
%changelog
* Mon Sep 29 2014 Petr Šabata <contyk@redhat.com> - 0.77-1
- 0.77 bump
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.76-2
- Perl 5.20 rebuild

@ -1 +1 @@
e1782466361b8c74b7ddf0cb18d3198a Inline-0.76.tar.gz
8519c81a93e4a7ea374dc2c20ccb2666 Inline-0.77.tar.gz

Loading…
Cancel
Save