Compare commits

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

7 commits

Author SHA1 Message Date
Till Maas
add8d02b58 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:15:15 +02:00
Peter Robinson
0a129f998a package is dead and orphaned 2012-05-19 19:32:56 +01:00
Dennis Gilmore
595cb61edf - Rebuilt for c++ ABI breakage 2012-02-28 14:27:06 -06:00
Dennis Gilmore
dd93b42940 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 01:21:25 -06:00
Dennis Gilmore
8866a36c3d - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-09 15:44:24 -06:00
Fedora Release Engineering
610e3bde1a dist-git conversion 2010-07-29 14:35:01 +00:00
Silas Sewell
ae142482ac Initial import 2010-07-26 23:19:00 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

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