2.136 bump
This commit is contained in:
parent
a832c6fdc4
commit
5df848364d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/Data-Dumper-2.131.tar.gz
|
||||
/Data-Dumper-2.135_07.tar.gz
|
||||
/Data-Dumper-2.136.tar.gz
|
||||
|
||||
2
.rpmlint
Normal file
2
.rpmlint
Normal file
@ -0,0 +1,2 @@
|
||||
from Config import *
|
||||
addFilter("spelling-error .* (eval|Stringify)");
|
||||
@ -1,12 +1,12 @@
|
||||
%global real_version 2.135_07
|
||||
%global cpan_version 2.136
|
||||
Name: perl-Data-Dumper
|
||||
Version: 2.135.07
|
||||
Release: 241%{?dist}
|
||||
Version: %(echo '%{cpan_version}' | tr '_' '.')
|
||||
Release: 1%{?dist}
|
||||
Summary: Stringify perl data structures, suitable for printing and eval
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Data-Dumper/
|
||||
Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/Data-Dumper-%{real_version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/Data-Dumper-%{cpan_version}.tar.gz
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Run-time:
|
||||
BuildRequires: perl(Carp)
|
||||
@ -33,7 +33,7 @@ variable is output in a single Perl statement. Handles self-referential
|
||||
structures correctly.
|
||||
|
||||
%prep
|
||||
%setup -q -n Data-Dumper-%{real_version}
|
||||
%setup -q -n Data-Dumper-%{cpan_version}
|
||||
sed -i '/MAN3PODS/d' Makefile.PL
|
||||
|
||||
%build
|
||||
@ -59,6 +59,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 05 2012 Petr Pisar <ppisar@redhat.com> - 2.136-1
|
||||
- 2.136 bump
|
||||
|
||||
* Fri Aug 24 2012 Petr Pisar <ppisar@redhat.com> - 2.135.07-241
|
||||
- Disable tests on bootstrap
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user