|
|
0a8b93 |
%{?scl:%scl_package perl-Pod-Simple}
|
|
|
0a8b93 |
|
|
|
0a8b93 |
Name: %{?scl_prefix}perl-Pod-Simple
|
|
|
0a8b93 |
# Epoch to compete with perl.spec
|
|
|
0a8b93 |
Epoch: 1
|
|
|
0a8b93 |
Version: 3.35
|
|
|
0a8b93 |
Release: 395%{?dist}
|
|
|
0a8b93 |
Summary: Framework for parsing POD documentation
|
|
|
0a8b93 |
License: GPL+ or Artistic
|
|
|
0a8b93 |
Group: Development/Libraries
|
|
|
0a8b93 |
URL: http://search.cpan.org/dist/Pod-Simple/
|
|
|
0a8b93 |
Source0: http://www.cpan.org/authors/id/K/KH/KHW/Pod-Simple-%{version}.tar.gz
|
|
|
0a8b93 |
BuildArch: noarch
|
|
|
0a8b93 |
BuildRequires: coreutils
|
|
|
0a8b93 |
BuildRequires: findutils
|
|
|
0a8b93 |
BuildRequires: make
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl-interpreter
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl-generators
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(ExtUtils::MakeMaker)
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(strict)
|
|
|
0a8b93 |
# Run-time:
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(Carp)
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(Config)
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(Cwd)
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(Encode)
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(File::Basename)
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(File::Spec)
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(Getopt::Long)
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(integer)
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(overload)
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(Pod::Escapes) >= 1.04
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(Symbol)
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(Text::Wrap) >= 98.112902
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(vars)
|
|
|
0a8b93 |
# Tests:
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(base)
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(Data::Dumper)
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(File::Find)
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(File::Path)
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(lib)
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(Test) >= 1.25
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(Test::More)
|
|
|
0a8b93 |
BuildRequires: %{?scl_prefix}perl(warnings)
|
|
|
0a8b93 |
Requires: %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'}))
|
|
|
0a8b93 |
|
|
|
0a8b93 |
# Filter under-specified dependencies
|
|
|
0a8b93 |
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^%{?scl_prefix}perl\\(Text::Wrap\\)$
|
|
|
0a8b93 |
|
|
|
0a8b93 |
%description
|
|
|
0a8b93 |
Pod::Simple is a Perl library for parsing text in the Pod ("plain old
|
|
|
0a8b93 |
documentation") markup language that is typically used for writing
|
|
|
0a8b93 |
documentation for Perl and for Perl modules.
|
|
|
0a8b93 |
|
|
|
0a8b93 |
%prep
|
|
|
0a8b93 |
%setup -q -n Pod-Simple-%{version}
|
|
|
0a8b93 |
|
|
|
0a8b93 |
%build
|
|
|
0a8b93 |
%{?scl:scl enable %{scl} '}perl Makefile.PL INSTALLDIRS=vendor && make %{?_smp_mflags}%{?scl:'}
|
|
|
0a8b93 |
|
|
|
0a8b93 |
%install
|
|
|
0a8b93 |
%{?scl:scl enable %{scl} '}make pure_install DESTDIR=$RPM_BUILD_ROOT%{?scl:'}
|
|
|
0a8b93 |
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
|
|
0a8b93 |
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
0a8b93 |
|
|
|
0a8b93 |
%check
|
|
|
0a8b93 |
%{?scl:scl enable %{scl} '}make test%{?scl:'}
|
|
|
0a8b93 |
|
|
|
0a8b93 |
%files
|
|
|
0a8b93 |
%doc ChangeLog README
|
|
|
0a8b93 |
%{perl_vendorlib}/*
|
|
|
0a8b93 |
%{_mandir}/man3/*
|
|
|
0a8b93 |
|
|
|
0a8b93 |
%changelog
|
|
|
0a8b93 |
* Mon Dec 18 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.35-395
|
|
|
0a8b93 |
- SCL
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.35-394
|
|
|
0a8b93 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.35-393
|
|
|
0a8b93 |
- Perl 5.26 rebuild
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.35-2
|
|
|
0a8b93 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Fri Dec 02 2016 Petr Pisar <ppisar@redhat.com> - 1:3.35-1
|
|
|
0a8b93 |
- 3.35 bump
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.32-365
|
|
|
0a8b93 |
- Increase release to favour standalone package
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.32-3
|
|
|
0a8b93 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Tue Nov 03 2015 Petr Pisar <ppisar@redhat.com> - 1:3.32-2
|
|
|
0a8b93 |
- Specify all dependencies
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Tue Nov 3 2015 Tom Callaway <spot@fedoraproject.org> - 1:3.32-1
|
|
|
0a8b93 |
- update to 3.32
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Tue Aug 25 2015 Tom Callaway <spot@fedoraproject.org> - 1:3.31-1
|
|
|
0a8b93 |
- update to 3.31
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.30-3
|
|
|
0a8b93 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.30-2
|
|
|
0a8b93 |
- Perl 5.22 rebuild
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Tue Feb 24 2015 Petr Pisar <ppisar@redhat.com> - 1:3.30-1
|
|
|
0a8b93 |
- 3.30 bump
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Fri Jan 30 2015 Petr Pisar <ppisar@redhat.com> - 1:3.29-1
|
|
|
0a8b93 |
- 3.29 bump
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.28-310
|
|
|
0a8b93 |
- Increase release to favour standalone package
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:3.28-294
|
|
|
0a8b93 |
- Perl 5.20 rebuild
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.28-293
|
|
|
0a8b93 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.28-292
|
|
|
0a8b93 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Wed Jul 31 2013 Petr Pisar <ppisar@redhat.com> - 1:3.28-291
|
|
|
0a8b93 |
- Specify all dependencies
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Mon Jul 15 2013 Petr Pisar <ppisar@redhat.com> - 1:3.28-290
|
|
|
0a8b93 |
- Increase release to favour standalone package
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 1:3.28-3
|
|
|
0a8b93 |
- Link minimal build-root packages against libperl.so explicitly
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Thu May 23 2013 Petr Pisar <ppisar@redhat.com> - 1:3.28-2
|
|
|
0a8b93 |
- Specify all dependencies
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Mon May 06 2013 Petr Pisar <ppisar@redhat.com> - 1:3.28-1
|
|
|
0a8b93 |
- 3.28 bump
|
|
|
0a8b93 |
|
|
|
0a8b93 |
* Mon Mar 18 2013 Petr Pisar <ppisar@redhat.com> 1:3.26-1
|
|
|
0a8b93 |
- Specfile autogenerated by cpanspec 1.78.
|