Update to 0.15
- New upstream release 0.15 - Changes file dates changed to meet W3CDTF standards
This commit is contained in:
parent
df548334d6
commit
afa88ffa8e
@ -1,10 +0,0 @@
|
||||
--- Test-CPAN-Meta-JSON/LICENSE
|
||||
+++ Test-CPAN-Meta-JSON/LICENSE
|
||||
@@ -1,6 +1,6 @@
|
||||
LICENSE FOR Test-CPAN-Meta-JSON
|
||||
|
||||
-This software is copyright © 2009-2012 Barbie for Miss Barbell Productions.
|
||||
+This software is copyright © 2009-2012 Barbie for Miss Barbell Productions.
|
||||
|
||||
This library is free software; you can redistribute it and/or modify
|
||||
it under the terms of the Artistic License 2.0.
|
||||
10
Test-CPAN-Meta-JSON-0.15-utf8.patch
Normal file
10
Test-CPAN-Meta-JSON-0.15-utf8.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- LICENSE
|
||||
+++ LICENSE
|
||||
@@ -1,6 +1,6 @@
|
||||
LICENSE FOR Test-CPAN-Meta-JSON
|
||||
|
||||
-This software is copyright © 2009-2013 Barbie for Miss Barbell Productions.
|
||||
+This software is copyright © 2009-2013 Barbie for Miss Barbell Productions.
|
||||
|
||||
This distribution is free software; you can redistribute it and/or
|
||||
modify it under the Artistic Licence v2.
|
||||
@ -1,12 +1,12 @@
|
||||
Name: perl-Test-CPAN-Meta-JSON
|
||||
Version: 0.14
|
||||
Release: 3%{?dist}
|
||||
Version: 0.15
|
||||
Release: 1%{?dist}
|
||||
Summary: Validate a META.json file within a CPAN distribution
|
||||
Group: Development/Libraries
|
||||
License: Artistic 2.0
|
||||
URL: http://search.cpan.org/dist/Test-CPAN-Meta-YAML/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/B/BA/BARBIE/Test-CPAN-Meta-JSON-%{version}.tar.gz
|
||||
Patch0: Test-CPAN-Meta-JSON-0.14-utf8.patch
|
||||
Patch0: Test-CPAN-Meta-JSON-0.15-utf8.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
@ -32,7 +32,7 @@ See CPAN::Meta for further details of the CPAN Meta Specification.
|
||||
%setup -q -n Test-CPAN-Meta-JSON-%{version}
|
||||
|
||||
# Recode LICENSE as UTF-8
|
||||
%patch0 -p1
|
||||
%patch0
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
@ -57,6 +57,10 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Test::CPAN::Meta::JSON::Version.3pm*
|
||||
|
||||
%changelog
|
||||
* Sun Jul 21 2013 Paul Howarth <paul@city-fan.org> - 0.15-1
|
||||
- Update to 0.15
|
||||
- Changes file dates changed to meet W3CDTF standards
|
||||
|
||||
* Sun Jul 21 2013 Petr Pisar <ppisar@redhat.com> - 0.14-3
|
||||
- Perl 5.18 rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user