Compare commits

...
Sign in to create a new pull request.

10 commits

Author SHA1 Message Date
Till Maas
03db24950c 2016-06-04: Retired orphaned package, because it was orphaned for
more than six weeks.
2016-06-04 15:01:54 +02:00
Fedora Release Engineering
ecb0f119b2 dist-git conversion 2010-07-29 11:54:53 +00:00
Michael Stahnke
e5c29074be bug fix 2010-04-16 21:51:17 +00:00
Michael Stahnke
d307d39284 New version. 2010-04-09 20:13:54 +00:00
Michael Stahnke
2bab5ac6df New version 1.2.9 2009-12-14 23:01:01 +00:00
Bill Nottingham
ac8f04b546 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:31:59 +00:00
Michael Stahnke
03a1c5a1f7 New version 2009-06-23 04:19:04 +00:00
Michael Stahnke
e3abebbc95 New version 2009-03-28 02:28:22 +00:00
Michael Stahnke
b4e138423e Committing for all branches 2008-11-13 20:34:38 +00:00
Dennis Gilmore
14ff86f525 Initialize branch EL-5 for rubygem-rspec 2008-11-07 02:22:15 +00:00
4 changed files with 3 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: rubygem-rspec
# $Id$
NAME := rubygem-rspec
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)

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2016-06-04: Retired orphaned package, because it was orphaned for
more than six weeks.

View file