72 lines
2.1 KiB
RPMSpec
72 lines
2.1 KiB
RPMSpec
Name: perl-perlfaq
|
|
Version: 5.021011
|
|
Release: 393%{?dist}
|
|
Summary: Frequently asked questions about Perl
|
|
# Code examples are Public Domain
|
|
License: (GPL+ or Artistic) and Public Domain
|
|
Group: Development/Libraries
|
|
URL: http://search.cpan.org/dist/perlfaq/
|
|
Source0: http://www.cpan.org/authors/id/L/LL/LLAP/perlfaq-%{version}.tar.gz
|
|
BuildArch: noarch
|
|
BuildRequires: findutils
|
|
BuildRequires: make
|
|
BuildRequires: perl
|
|
BuildRequires: perl-generators
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
|
BuildRequires: perl(strict)
|
|
BuildRequires: perl(warnings)
|
|
# Tests:
|
|
BuildRequires: perl(File::Spec)
|
|
BuildRequires: perl(IO::Handle)
|
|
BuildRequires: perl(IPC::Open3)
|
|
BuildRequires: perl(Test::More)
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
Conflicts: perl < 4:5.22.0-347
|
|
|
|
%description
|
|
The perlfaq comprises several documents that answer the most commonly asked
|
|
questions about Perl and Perl programming.
|
|
|
|
%prep
|
|
%setup -q -n perlfaq-%{version}
|
|
|
|
%build
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
%check
|
|
make test
|
|
|
|
%files
|
|
%license LICENSE
|
|
%doc Changes README
|
|
%{perl_vendorlib}/*
|
|
%{_mandir}/man3/*
|
|
|
|
%changelog
|
|
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 5.021011-393
|
|
- Perl 5.26 rebuild
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.021011-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 5.021011-2
|
|
- Perl 5.24 rebuild
|
|
|
|
* Mon Mar 07 2016 Petr Pisar <ppisar@redhat.com> - 5.021011-1
|
|
- 5.021011 bump
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.021010-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Wed Jul 29 2015 Petr Pisar <ppisar@redhat.com> - 5.021010-1
|
|
- 5.021010 bump
|
|
|
|
* Thu Jul 02 2015 Petr Pisar <ppisar@redhat.com> 5.021009-348
|
|
- Specfile autogenerated by cpanspec 1.78.
|