Rebuilt for EPEL-6
This package is included in RHEL-6 but not for all architectures (e.g. ppc64). It is needed to satisfy dependencies in EPEL-6 and so the RHEL-6 package from Beta 2 is being cloned for EPEL-6. See also: http://bugzilla.redhat.com/620421 http://www.redhat.com/archives/epel-devel-list/2010-August/msg00004.html
This commit is contained in:
parent
0773036b6e
commit
c2537e4595
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
@ -1,21 +0,0 @@
|
||||
# Makefile for source rpm: perl-B-Keywords
|
||||
# $Id$
|
||||
NAME := perl-B-Keywords
|
||||
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,6 +1,6 @@
|
||||
Name: perl-B-Keywords
|
||||
Version: 1.09
|
||||
Release: 3%{?dist}
|
||||
Release: 3.1%{?dist}
|
||||
Summary: Lists of reserved barewords and symbol names
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -53,6 +53,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 26 2010 Dennis Gregorovic <dgregor@redhat.com> - 1.09-3.1
|
||||
- Rebuilt for RHEL 6
|
||||
Related: rhbz#566527
|
||||
|
||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user