Update to 0.13
- New upstream release 0.13 - Include README - Include minimum perl version 5.6 in metadata
This commit is contained in:
parent
a6fb27914d
commit
d7ca9e9574
@ -2,8 +2,8 @@
|
|||||||
%global want_xs %(perl -e 'print (($] >= 5.013007) ? 0 : 1);')
|
%global want_xs %(perl -e 'print (($] >= 5.013007) ? 0 : 1);')
|
||||||
|
|
||||||
Name: perl-Devel-GlobalDestruction
|
Name: perl-Devel-GlobalDestruction
|
||||||
Version: 0.12
|
Version: 0.13
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Expose PL_dirty, the flag that marks global destruction
|
Summary: Expose PL_dirty, the flag that marks global destruction
|
||||||
@ -11,6 +11,7 @@ URL: http://search.cpan.org/dist/Devel-GlobalDestruction
|
|||||||
Source: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Devel-GlobalDestruction-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Devel-GlobalDestruction-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
BuildRequires: perl
|
||||||
BuildRequires: perl(B)
|
BuildRequires: perl(B)
|
||||||
BuildRequires: perl(Config)
|
BuildRequires: perl(Config)
|
||||||
BuildRequires: perl(ExtUtils::CBuilder) >= 0.27
|
BuildRequires: perl(ExtUtils::CBuilder) >= 0.27
|
||||||
@ -66,11 +67,16 @@ make test
|
|||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc Changes t/
|
%doc Changes README t/
|
||||||
%{perl_vendorlib}/Devel/
|
%{perl_vendorlib}/Devel/
|
||||||
%{_mandir}/man3/Devel::GlobalDestruction.3pm*
|
%{_mandir}/man3/Devel::GlobalDestruction.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 18 2014 Paul Howarth <paul@city-fan.org> - 0.13-1
|
||||||
|
- Update to 0.13
|
||||||
|
- Include README
|
||||||
|
- Include minimum perl version 5.6 in metadata
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-2
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user