- for the meantime apply changes from trunk. Other builds using this

package should succed with perl-5.12.
epel9
Marcela Mašláňová 15 years ago
parent caf07ef56f
commit 6d20ec2186

File diff suppressed because it is too large Load Diff

@ -1,11 +1,12 @@
Name: perl-Perl-MinimumVersion Name: perl-Perl-MinimumVersion
Version: 1.24 Version: 1.24
Release: 1%{?dist} Release: 2%{?dist}
Summary: Find a minimum required version of perl for Perl code Summary: Find a minimum required version of perl for Perl code
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/Perl-MinimumVersion/ URL: http://search.cpan.org/dist/Perl-MinimumVersion/
Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Perl-MinimumVersion-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Perl-MinimumVersion-%{version}.tar.gz
Patch0: Perl-MinimumVersion-25.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -33,6 +34,7 @@ Find a minimum required version of perl for Perl code
%prep %prep
%setup -q -n Perl-MinimumVersion-%{version} %setup -q -n Perl-MinimumVersion-%{version}
%patch0 -p1
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
@ -60,6 +62,10 @@ make test AUTOMATED_TESTING=1
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Mon May 3 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.24-2
- for the meantime apply changes from trunk. Other builds using
this package should succed with perl-5.12.
* Mon Mar 01 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.24-1 * Mon Mar 01 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.24-1
- Upstream update. - Upstream update.
- Adjust BR's. - Adjust BR's.

Loading…
Cancel
Save