Compare commits

...

7 Commits
rawhide ... f9

Author SHA1 Message Date
Fedora Release Engineering b1143efd86 dist-git conversion 2010-07-29 07:45:28 +00:00
Bill Nottingham f98eb7f5f8 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 02:12:31 +00:00
corsepiu c65c0f8fdc - Upstream update. 2009-04-26 06:08:31 +00:00
corsepiu 03448c66ca Fix date. 2008-09-16 01:48:28 +00:00
corsepiu 2d7bd4197a - Upstream update. 2008-09-16 01:46:11 +00:00
corsepiu bda3a26791 - Upstream update. 2008-08-26 03:16:47 +00:00
Jesse Keating 1d703d1fad Initialize branch F-9 for perl-Perl-MinimumVersion 2008-04-21 11:44:30 +00:00
5 changed files with 22 additions and 26 deletions

View File

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

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
Perl-MinimumVersion-1.20.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: 0.15
Release: 5%{?dist}
Version: 1.20
Release: 1%{?dist}
Summary: Find a minimum required version of perl for Perl code
License: GPL+ or Artistic
Group: Development/Libraries
@ -15,11 +15,19 @@ BuildRequires: perl(List::Util) >= 1.19
BuildRequires: perl(PPI) >= 1.118
BuildRequires: perl(Test::Script) >= 1.02
BuildRequires: perl(version)
BuildRequires: perl(File::Find::Rule)
BuildRequires: perl(File::Find::Rule) >= 0.30
BuildRequires: perl(File::Find::Rule::Perl) >= 1.04
BuildRequires: perl(File::Spec) >= 0.80
BuildRequires: perl(Test::More) >= 0.47
# For improved tests
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::CPAN::Meta) >= 0.12
# n/a in Fedora
# BuildRequires: perl(Pod::Simple) >= 3.07
BuildRequires: perl(Pod::Simple)
BuildRequires: perl(Test::MinimumVersion) >= 0.008
%description
Find a minimum required version of perl for Perl code
@ -53,6 +61,15 @@ make test AUTOMATED_TESTING=1
%{_mandir}/man3/*
%changelog
* Sun Apr 26 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.20-1
- Upstream update.
* Tue Sep 16 2008 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.19-1
- Upstream update.
* Mon Aug 25 2008 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.18-1
- Upstream update.
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.15-5
- Rebuild for perl 5.10 (again)

View File

@ -1 +1 @@
43b93a55986f8d3f364fd29065c3dd82 Perl-MinimumVersion-0.15.tar.gz
6c69ce485db4ca399f29638c34f84da6 Perl-MinimumVersion-1.20.tar.gz