Update to 0.07
- New upstream release 0.07 - Actually detect errors in pure-perl test - Add prototype to pure-perl pre-5.14 version - This release by FLORA -> update source URL - BR: perl(File::Spec), perl(File::Temp) and perl(threads)
This commit is contained in:
parent
2c1a31e407
commit
f7308a9b2b
@ -2,13 +2,13 @@
|
|||||||
%global noarch_package %(perl -e 'print (($] >= 5.013007) ? 1 : 0);')
|
%global noarch_package %(perl -e 'print (($] >= 5.013007) ? 1 : 0);')
|
||||||
|
|
||||||
Name: perl-Devel-GlobalDestruction
|
Name: perl-Devel-GlobalDestruction
|
||||||
Version: 0.06
|
Version: 0.07
|
||||||
Release: 3%{?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
|
||||||
Url: http://search.cpan.org/dist/Devel-GlobalDestruction
|
Url: http://search.cpan.org/dist/Devel-GlobalDestruction
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/Devel-GlobalDestruction-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Devel-GlobalDestruction-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||||
%if %{noarch_package}
|
%if %{noarch_package}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -18,7 +18,10 @@ BuildRequires: perl(XSLoader)
|
|||||||
Requires: perl(XSLoader)
|
Requires: perl(XSLoader)
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
BuildRequires: perl(File::Spec)
|
||||||
|
BuildRequires: perl(File::Temp)
|
||||||
BuildRequires: perl(Sub::Exporter)
|
BuildRequires: perl(Sub::Exporter)
|
||||||
|
BuildRequires: perl(threads)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
Requires: perl(Carp)
|
Requires: perl(Carp)
|
||||||
|
|
||||||
@ -67,6 +70,13 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/Devel::GlobalDestruction.3pm*
|
%{_mandir}/man3/Devel::GlobalDestruction.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 26 2012 Paul Howarth <paul@city-fan.org> - 0.07-1
|
||||||
|
- Update to 0.07
|
||||||
|
- Actually detect errors in pure-perl test
|
||||||
|
- Add prototype to pure-perl pre-5.14 version
|
||||||
|
- This release by FLORA -> update source URL
|
||||||
|
- BR: perl(File::Spec), perl(File::Temp) and perl(threads)
|
||||||
|
|
||||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.06-3
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.06-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user