Compare commits

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

7 commits

Author SHA1 Message Date
Till Maas
7bc990f52a 2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. 2014-06-04 20:13:44 +02:00
Dennis Gilmore
7448a6cc9c - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 21:54:24 -06:00
Tom "spot" Callaway
65d009377a convert to systemd 2011-09-15 14:53:50 -04:00
Dennis Gilmore
d1b5bc95d1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-09 07:37:09 -06:00
Fedora Release Engineering
e26ae712ef dist-git conversion 2010-07-29 12:44:26 +00:00
Bill Nottingham
60a61c9b40 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:15:30 +00:00
Chris Adams
5a322da8ec Initial Fedora import 2009-08-20 17:49:25 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: shmpps
# $Id$
NAME := shmpps
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
dead.package Normal file
View file

@ -0,0 +1 @@
2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear.

View file