|
|
387753 |
%{?scl:%scl_package perl-Parse-PMFile}
|
|
|
387753 |
|
|
|
387753 |
Name: %{?scl_prefix}perl-Parse-PMFile
|
|
|
387753 |
Version: 0.41
|
|
|
387753 |
Release: 5%{?dist}
|
|
|
387753 |
Summary: Parses .pm file as PAUSE does
|
|
|
387753 |
License: GPL+ or Artistic
|
|
|
387753 |
Group: Development/Libraries
|
|
|
387753 |
URL: http://search.cpan.org/dist/Parse-PMFile/
|
|
|
387753 |
Source0: http://www.cpan.org/authors/id/I/IS/ISHIGAKI/Parse-PMFile-%{version}.tar.gz
|
|
|
387753 |
BuildArch: noarch
|
|
|
387753 |
|
|
|
387753 |
BuildRequires: findutils
|
|
|
387753 |
BuildRequires: make
|
|
|
387753 |
BuildRequires: %{?scl_prefix}perl-interpreter
|
|
|
387753 |
BuildRequires: %{?scl_prefix}perl-generators
|
|
|
387753 |
BuildRequires: %{?scl_prefix}perl(ExtUtils::MakeMaker::CPANfile)
|
|
|
387753 |
BuildRequires: %{?scl_prefix}perl(strict)
|
|
|
387753 |
BuildRequires: %{?scl_prefix}perl(warnings)
|
|
|
387753 |
# Run-time
|
|
|
387753 |
BuildRequires: %{?scl_prefix}perl(Dumpvalue)
|
|
|
387753 |
BuildRequires: %{?scl_prefix}perl(File::Spec)
|
|
|
387753 |
BuildRequires: %{?scl_prefix}perl(JSON::PP) >= 2.00
|
|
|
387753 |
BuildRequires: %{?scl_prefix}perl(Safe)
|
|
|
387753 |
BuildRequires: %{?scl_prefix}perl(version) >= 0.83
|
|
|
387753 |
# Tests
|
|
|
387753 |
BuildRequires: %{?scl_prefix}perl(File::Temp) >= 0.19
|
|
|
387753 |
BuildRequires: %{?scl_prefix}perl(FindBin)
|
|
|
387753 |
BuildRequires: %{?scl_prefix}perl(Opcode)
|
|
|
387753 |
BuildRequires: %{?scl_prefix}perl(Test::More) >= 0.88
|
|
|
387753 |
BuildRequires: %{?scl_prefix}perl(version::vpp)
|
|
|
387753 |
Requires: %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'}))
|
|
|
387753 |
Requires: %{?scl_prefix}perl(JSON::PP) >= 2.00
|
|
|
387753 |
Requires: %{?scl_prefix}perl(version) >= 0.83
|
|
|
387753 |
|
|
|
387753 |
# Remove under-specified dependencies
|
|
|
387753 |
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^%{?scl_prefix}perl\\((JSON::PP|version)\\)$
|
|
|
387753 |
|
|
|
387753 |
%description
|
|
|
387753 |
The most of the code of this module is taken from the PAUSE code as of
|
|
|
387753 |
April 2013 almost verbatim. Thus, the heart of this module should be quite
|
|
|
387753 |
stable. However, I made it not to use pipe ("-|") as well as I stripped database-
|
|
|
387753 |
related code. If you encounter any issue, that's most probably because of
|
|
|
387753 |
my modification.
|
|
|
387753 |
|
|
|
387753 |
%prep
|
|
|
387753 |
%setup -q -n Parse-PMFile-%{version}
|
|
|
387753 |
|
|
|
387753 |
%build
|
|
|
387753 |
%{?scl:scl enable %{scl} '}perl Makefile.PL INSTALLDIRS=vendor && make %{?_smp_mflags}%{?scl:'}
|
|
|
387753 |
|
|
|
387753 |
%install
|
|
|
387753 |
%{?scl:scl enable %{scl} '}make pure_install DESTDIR=$RPM_BUILD_ROOT%{?scl:'}
|
|
|
387753 |
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
|
|
387753 |
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
387753 |
|
|
|
387753 |
%check
|
|
|
387753 |
%{?scl:scl enable %{scl} '}make test%{?scl:'}
|
|
|
387753 |
|
|
|
387753 |
%files
|
|
|
387753 |
%doc Changes README
|
|
|
387753 |
%{perl_vendorlib}/*
|
|
|
387753 |
%{_mandir}/man3/*
|
|
|
387753 |
|
|
|
387753 |
%changelog
|
|
|
387753 |
* Tue Dec 19 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.41-5
|
|
|
387753 |
- SCL
|
|
|
387753 |
|
|
|
387753 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-4
|
|
|
387753 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
387753 |
|
|
|
387753 |
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.41-3
|
|
|
387753 |
- Perl 5.26 rebuild
|
|
|
387753 |
|
|
|
387753 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-2
|
|
|
387753 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
387753 |
|
|
|
387753 |
* Fri Nov 04 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.41-1
|
|
|
387753 |
- 0.41 bump
|
|
|
387753 |
|
|
|
387753 |
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.40-2
|
|
|
387753 |
- Perl 5.24 rebuild
|
|
|
387753 |
|
|
|
387753 |
* Mon Feb 22 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.40-1
|
|
|
387753 |
- 0.40 bump
|
|
|
387753 |
|
|
|
387753 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.39-2
|
|
|
387753 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
387753 |
|
|
|
387753 |
* Mon Jan 11 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.39-1
|
|
|
387753 |
- 0.39 bump
|
|
|
387753 |
|
|
|
387753 |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.36-3
|
|
|
387753 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
387753 |
|
|
|
387753 |
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.36-2
|
|
|
387753 |
- Perl 5.22 rebuild
|
|
|
387753 |
|
|
|
387753 |
* Mon Apr 20 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.36-1
|
|
|
387753 |
- 0.36 bump
|
|
|
387753 |
|
|
|
387753 |
* Tue Feb 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.35-1
|
|
|
387753 |
- 0.35 bump
|
|
|
387753 |
|
|
|
387753 |
* Mon Dec 15 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.33-1
|
|
|
387753 |
- 0.33 bump
|
|
|
387753 |
|
|
|
387753 |
* Thu Dec 11 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.31-1
|
|
|
387753 |
- 0.31 bump
|
|
|
387753 |
|
|
|
387753 |
* Mon Dec 08 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.30-1
|
|
|
387753 |
- 0.30 bump
|
|
|
387753 |
|
|
|
387753 |
* Mon Oct 13 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.29-1
|
|
|
387753 |
- 0.29 bump
|
|
|
387753 |
|
|
|
387753 |
* Wed Oct 08 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.28-1
|
|
|
387753 |
- 0.28 bump
|
|
|
387753 |
|
|
|
387753 |
* Tue Sep 23 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.26-1
|
|
|
387753 |
- Specfile autogenerated by cpanspec 1.78.
|