Compare commits

...

5 Commits
rawhide ... f12

Author SHA1 Message Date
Ralf Corsépius bf87554e6a - Upstream update. 2010-09-15 13:04:27 +02:00
Fedora Release Engineering d6d6164053 dist-git conversion 2010-07-29 07:45:21 +00:00
corsepiu d5db956205 - Upstream update.
- Adjust BR's.
2010-03-01 13:20:56 +00:00
Bill Nottingham 19ed11e8ab Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 02:12:30 +00:00
Jesse Keating 3b4e6b9457 Initialize branch F-12 for perl-Perl-MinimumVersion 2009-09-29 06:12:40 +00:00
5 changed files with 19 additions and 34 deletions

View File

@ -1 +0,0 @@
Perl-MinimumVersion-1.20.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
Perl-MinimumVersion-1.26.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: perl-Perl-MinimumVersion
# $Id$
NAME := perl-Perl-MinimumVersion
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1,6 +1,6 @@
Name: perl-Perl-MinimumVersion
Version: 1.20
Release: 2%{?dist}
Version: 1.26
Release: 1%{?dist}
Summary: Find a minimum required version of perl for Perl code
License: GPL+ or Artistic
Group: Development/Libraries
@ -11,24 +11,23 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: noarch
BuildRequires: perl(List::Util) >= 1.19
BuildRequires: perl(PPI) >= 1.118
BuildRequires: perl(List::Util) >= 1.18
BuildRequires: perl(PPI) >= 1.205
BuildRequires: perl(Test::Script) >= 1.02
BuildRequires: perl(version)
BuildRequires: perl(File::Find::Rule) >= 0.30
BuildRequires: perl(version) >= 0.76
BuildRequires: perl(File::Find::Rule) >= 0.32
BuildRequires: perl(File::Find::Rule::Perl) >= 1.04
BuildRequires: perl(File::Spec) >= 0.80
BuildRequires: perl(Test::More) >= 0.47
BuildRequires: perl(Perl::Critic::Utils) >= 1.104
BuildRequires: perl(Params::Util) >= 0.25
# For improved tests
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod) >= 1.26
BuildRequires: perl(Test::CPAN::Meta) >= 0.12
# n/a in Fedora
# BuildRequires: perl(Pod::Simple) >= 3.07
BuildRequires: perl(Pod::Simple)
BuildRequires: perl(Pod::Simple) >= 3.07
BuildRequires: perl(Test::MinimumVersion) >= 0.008
%description
Find a minimum required version of perl for Perl code
@ -61,6 +60,13 @@ make test AUTOMATED_TESTING=1
%{_mandir}/man3/*
%changelog
* Thu Aug 05 2010 Ralf Corsépius <ralf.corsepius@fedoraproject.org> - 1.26-1
- Upstream update.
* Mon Mar 01 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.24-1
- Upstream update.
- Adjust BR's.
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
6c69ce485db4ca399f29638c34f84da6 Perl-MinimumVersion-1.20.tar.gz
faf35e902d98fdfeca35f298d1553a68 Perl-MinimumVersion-1.26.tar.gz