116 lines
3.6 KiB
RPMSpec
116 lines
3.6 KiB
RPMSpec
Name: perl-Pod-Simple
|
|
# Epoch to compete with perl.spec
|
|
Epoch: 1
|
|
Version: 3.32
|
|
Release: 1%{?dist}
|
|
Summary: Framework for parsing POD documentation
|
|
License: GPL+ or Artistic
|
|
Group: Development/Libraries
|
|
URL: http://search.cpan.org/dist/Pod-Simple/
|
|
Source0: http://www.cpan.org/authors/id/D/DW/DWHEELER/Pod-Simple-%{version}.tar.gz
|
|
BuildArch: noarch
|
|
BuildRequires: perl
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
BuildRequires: perl(strict)
|
|
# Run-time:
|
|
BuildRequires: perl(Carp)
|
|
BuildRequires: perl(Config)
|
|
BuildRequires: perl(Cwd)
|
|
BuildRequires: perl(Encode)
|
|
BuildRequires: perl(File::Basename)
|
|
BuildRequires: perl(File::Spec)
|
|
BuildRequires: perl(Getopt::Long)
|
|
BuildRequires: perl(integer)
|
|
BuildRequires: perl(overload)
|
|
BuildRequires: perl(Pod::Escapes) >= 1.04
|
|
BuildRequires: perl(Symbol)
|
|
BuildRequires: perl(Text::Wrap) >= 98.112902
|
|
BuildRequires: perl(vars)
|
|
# Tests:
|
|
BuildRequires: perl(base)
|
|
BuildRequires: perl(Data::Dumper)
|
|
BuildRequires: perl(File::Find)
|
|
BuildRequires: perl(File::Path)
|
|
BuildRequires: perl(lib)
|
|
BuildRequires: perl(Test) >= 1.25
|
|
BuildRequires: perl(Test::More)
|
|
BuildRequires: perl(warnings)
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
# Filter under-specified dependencies
|
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Text::Wrap\\)$
|
|
|
|
%description
|
|
Pod::Simple is a Perl library for parsing text in the Pod ("plain old
|
|
documentation") markup language that is typically used for writing
|
|
documentation for Perl and for Perl modules.
|
|
|
|
%prep
|
|
%setup -q -n Pod-Simple-%{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 -exec rm -f {} \;
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
%check
|
|
make test
|
|
|
|
%files
|
|
%doc ChangeLog README
|
|
%{perl_vendorlib}/*
|
|
%{_mandir}/man3/*
|
|
|
|
%changelog
|
|
* Tue Nov 3 2015 Tom Callaway <spot@fedoraproject.org> - 1:3.32-1
|
|
- update to 3.32
|
|
|
|
* Tue Aug 25 2015 Tom Callaway <spot@fedoraproject.org> - 1:3.31-1
|
|
- update to 3.31
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.30-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.30-2
|
|
- Perl 5.22 rebuild
|
|
|
|
* Tue Feb 24 2015 Petr Pisar <ppisar@redhat.com> - 1:3.30-1
|
|
- 3.30 bump
|
|
|
|
* Fri Jan 30 2015 Petr Pisar <ppisar@redhat.com> - 1:3.29-1
|
|
- 3.29 bump
|
|
|
|
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.28-310
|
|
- Increase release to favour standalone package
|
|
|
|
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.28-294
|
|
- Perl 5.20 rebuild
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.28-293
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.28-292
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Wed Jul 31 2013 Petr Pisar <ppisar@redhat.com> - 1:3.28-291
|
|
- Specify all dependencies
|
|
|
|
* Mon Jul 15 2013 Petr Pisar <ppisar@redhat.com> - 1:3.28-290
|
|
- Increase release to favour standalone package
|
|
|
|
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 1:3.28-3
|
|
- Link minimal build-root packages against libperl.so explicitly
|
|
|
|
* Thu May 23 2013 Petr Pisar <ppisar@redhat.com> - 1:3.28-2
|
|
- Specify all dependencies
|
|
|
|
* Mon May 06 2013 Petr Pisar <ppisar@redhat.com> - 1:3.28-1
|
|
- 3.28 bump
|
|
|
|
* Mon Mar 18 2013 Petr Pisar <ppisar@redhat.com> 1:3.26-1
|
|
- Specfile autogenerated by cpanspec 1.78.
|