Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d2c79f9282 | ||
|
8f7743f443 | ||
|
121a0179c5 | ||
|
5e09375aac |
@ -1 +0,0 @@
|
||||
Perl-MinimumVersion-1.19.tar.gz
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
Perl-MinimumVersion-1.20.tar.gz
|
21
Makefile
21
Makefile
@ -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)
|
@ -1,5 +1,5 @@
|
||||
Name: perl-Perl-MinimumVersion
|
||||
Version: 1.19
|
||||
Version: 1.20
|
||||
Release: 1%{?dist}
|
||||
Summary: Find a minimum required version of perl for Perl code
|
||||
License: GPL+ or Artistic
|
||||
@ -61,6 +61,9 @@ 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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user