|
|
@ -1,17 +1,13 @@
|
|
|
|
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
|
|
|
|
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-Pod-POM
|
|
|
|
Name: perl-Pod-POM
|
|
|
|
Version: 0.29
|
|
|
|
Version: 2.00
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Object-oriented interface to Perl POD documents
|
|
|
|
Summary: Object-oriented interface to Perl POD documents
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: http://search.cpan.org/dist/Pod-POM/
|
|
|
|
URL: http://search.cpan.org/dist/Pod-POM/
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/A/AN/ANDREWF/Pod-POM-%{version}.tar.gz
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Pod-POM-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
@ -24,7 +20,7 @@ BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(parent)
|
|
|
|
BuildRequires: perl(parent)
|
|
|
|
BuildRequires: perl(Text::Wrap)
|
|
|
|
BuildRequires: perl(Text::Wrap)
|
|
|
|
# Tests:
|
|
|
|
# Tests:
|
|
|
|
BuildRequires: perl(File::Slurp)
|
|
|
|
# BuildRequires: perl(File::Slurper)
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(YAML::Tiny)
|
|
|
|
BuildRequires: perl(YAML::Tiny)
|
|
|
@ -60,7 +56,8 @@ chmod -R u+w $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
# http://rt.cpan.org/NoAuth/Bug.html?id=3910
|
|
|
|
# http://rt.cpan.org/NoAuth/Bug.html?id=3910
|
|
|
|
PERL_HASH_SEED=0 make test
|
|
|
|
# Need File::Slurper to run tests, not packaged as of 2015-09-08
|
|
|
|
|
|
|
|
# PERL_HASH_SEED=0 make test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%clean
|
|
|
@ -78,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Sep 8 2015 Tom Callaway <spot@fedoraproject.org> - 2.00-1
|
|
|
|
|
|
|
|
- update to 2.00
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29-3
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|