|
|
|
@ -2,14 +2,14 @@
|
|
|
|
|
%global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION < 0.88) ? 1 : 0);' 2>/dev/null || echo 0)
|
|
|
|
|
|
|
|
|
|
Name: perl-Data-Section-Simple
|
|
|
|
|
Version: 0.06
|
|
|
|
|
Version: 0.07
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Read data from __DATA__
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: https://github.com/miyagawa/Data-Section-Simple
|
|
|
|
|
Source0: http://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/Data-Section-Simple-%{version}.tar.gz
|
|
|
|
|
Patch1: Data-Section-Simple-0.06-old-Test::More.patch
|
|
|
|
|
Patch1: Data-Section-Simple-0.07-old-Test::More.patch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
# Build
|
|
|
|
@ -67,6 +67,11 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/Data::Section::Simple.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Apr 24 2014 Paul Howarth <paul@city-fan.org> - 0.07-1
|
|
|
|
|
- Update to 0.07
|
|
|
|
|
- Revert the change in 0.06
|
|
|
|
|
- Update patch for building with Test::More < 0.88
|
|
|
|
|
|
|
|
|
|
* Sat Apr 12 2014 Paul Howarth <paul@city-fan.org> - 0.06-1
|
|
|
|
|
- Update to 0.06
|
|
|
|
|
- Fix race condition in a forked environment
|
|
|
|
|