Compare commits

...

5 Commits
rawhide ... el5

Author SHA1 Message Date
Fedora Release Engineering
bfc274f408 dist-git conversion 2010-07-29 07:18:31 +00:00
Bill Nottingham
a3f82c2ac3 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 02:13:24 +00:00
Steven Pritchard
5c66433c1f Drop explicit dependency on Pod::Readme. 2007-05-07 16:28:11 +00:00
Steven Pritchard
5baca68340 Sync with devel. 2007-05-05 20:26:30 +00:00
Dennis Gilmore
0ae062ff7d Initialize branch EL-5 for perl-Module-Build 2007-03-12 02:47:06 +00:00
5 changed files with 12 additions and 27 deletions

View File

@ -1 +0,0 @@
Module-Build-0.2806.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
Module-Build-0.2807.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: perl-Module-Build
# $Id$
NAME := perl-Module-Build
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,9 +1,9 @@
%define module_version 0.2806
%define module_version 0.2807
Name: perl-Module-Build
# When the module version is x.yz, set Version to x.yz00.
Version: 0.2806
Release: 1%{?dist}
Version: 0.2807
Release: 2%{?dist}
Summary: Perl module for building and installing Perl modules
License: GPL or Artistic
Group: Development/Libraries
@ -21,7 +21,7 @@ BuildRequires: perl(YAML)
Requires: perl(Archive::Tar) >= 1.08
Requires: perl(ExtUtils::CBuilder) >= 0.15
Requires: perl(ExtUtils::ParseXS) >= 1.02
Requires: perl(Pod::Readme) >= 0.04
#Requires: perl(Pod::Readme) >= 0.04
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -65,6 +65,12 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/Module::Build*.3*
%changelog
* Mon May 07 2007 Steven Pritchard <steve@kspei.com> 0.2807-2
- Drop explicit dependency on Pod::Readme.
* Mon Apr 02 2007 Steven Pritchard <steve@kspei.com> 0.2807-1
- Update to 0.2807.
* Sat Dec 16 2006 Steven Pritchard <steve@kspei.com> 0.2806-1
- Update to 0.2806.
- Use fixperms macro instead of our own chmod incantation.

View File

@ -1 +1 @@
919a54ab295329ab668fae14756ae80a Module-Build-0.2806.tar.gz
6766157e8f4ae5ce6d58653271c42ad7 Module-Build-0.2807.tar.gz