- 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
Version: 1.24
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Find a minimum required version of perl for Perl code
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Perl-MinimumVersion/
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)
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
%setup -q -n Perl-MinimumVersion-%{version}
%patch0 -p1
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@ -60,6 +62,10 @@ make test AUTOMATED_TESTING=1
%{_mandir}/man3/*
%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
- Upstream update.
- Adjust BR's.

Loading…
Cancel
Save