Update the version to override the module from perl.srpm.
This commit is contained in:
parent
f155f59659
commit
0445346995
@ -1,11 +1,12 @@
|
||||
%global real_version 2.135_07
|
||||
Name: perl-Data-Dumper
|
||||
Version: 2.131
|
||||
Version: 2.135.07
|
||||
Release: 240%{?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-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/Data-Dumper-%{real_version}.tar.gz
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Run-time:
|
||||
BuildRequires: perl(Carp)
|
||||
@ -29,7 +30,7 @@ variable is output in a single Perl statement. Handles self-referential
|
||||
structures correctly.
|
||||
|
||||
%prep
|
||||
%setup -q -n Data-Dumper-%{version}
|
||||
%setup -q -n Data-Dumper-%{real_version}
|
||||
sed -i '/MAN3PODS/d' Makefile.PL
|
||||
|
||||
%build
|
||||
@ -53,7 +54,8 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 13 2012 Marcela Mašláňová <mmaslano@redhat.com> - 2.131-240
|
||||
* Mon Aug 13 2012 Marcela Mašláňová <mmaslano@redhat.com> - 2.135.07-240
|
||||
- update the version to override the module from perl.srpm
|
||||
- bump release to override sub-package from perl.spec
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.131-3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user