From c2537e45951a989e5dcb632c8ea4f8bd7039a737 Mon Sep 17 00:00:00 2001 From: Dennis Gregorovic Date: Tue, 3 Aug 2010 22:34:23 +0100 Subject: [PATCH] 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 --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- perl-B-Keywords.spec | 6 +++++- 3 files changed, 5 insertions(+), 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index e67134b..0000000 --- a/Makefile +++ /dev/null @@ -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) diff --git a/perl-B-Keywords.spec b/perl-B-Keywords.spec index e4bda7f..fe2658f 100644 --- a/perl-B-Keywords.spec +++ b/perl-B-Keywords.spec @@ -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 - 1.09-3.1 +- Rebuilt for RHEL 6 +Related: rhbz#566527 + * Sat Jul 25 2009 Fedora Release Engineering - 1.09-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild