Update version to the same as in perl.srpm.

This commit is contained in:
Marcela Mašláňová 2012-08-13 15:26:49 +02:00
parent 7090513fde
commit 02e350e8ca
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/ExtUtils-MakeMaker-6.62.tar.gz
/ExtUtils-MakeMaker-6.63_02.tar.gz

View File

@ -1,11 +1,13 @@
%global real_version 6.63_02
Name: perl-ExtUtils-MakeMaker
Version: 6.62
Version: 6.63.02
Release: 240%{?dist}
Summary: Create a module Makefile
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/ExtUtils-MakeMaker/
Source0: http://www.cpan.org/authors/id/M/MS/MSCHWERN/ExtUtils-MakeMaker-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/M/MS/MSCHWERN/ExtUtils-MakeMaker-%{real_version}.tar.gz
# Do not set RPATH to perl shared-library modules by default. Bug #773622.
# This is copy from `perl' package. This is distributor extension.
Patch0: %{name}-6.62-USE_MM_LD_RUN_PATH.patch
@ -57,7 +59,7 @@ Makefile.PL. It is based on the Makefile.SH model provided by Andy
Dougherty and the perl5-porters.
%prep
%setup -q -n ExtUtils-MakeMaker-%{version}
%setup -q -n ExtUtils-MakeMaker-%{real_version}
%patch0 -p1
# Remove bundled modules
rm -rf bundled/* ||:
@ -84,7 +86,8 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Aug 13 2012 Marcela Mašláňová <mmaslano@redhat.com> - 6.62-240
* Mon Aug 13 2012 Marcela Mašláňová <mmaslano@redhat.com> - 6.63.02-240
- update version to the same as in perl.srpm
- Bump release to override sub-package from perl.spec
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.62-4

View File

@ -1 +1 @@
2ae291030c52999b5672b2a502eab195 ExtUtils-MakeMaker-6.62.tar.gz
cc0e78cafe8cb1428280c27c780b7988 ExtUtils-MakeMaker-6.63_02.tar.gz