Compare commits

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

14 commits

Author SHA1 Message Date
Till Maas
c5e4840f95 2014-11-04: Retired because it was orphaned for 6 or more weeks 2014-11-04 08:06:53 +01:00
Dennis Gilmore
8e5b964131 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 00:31:14 -05:00
Dennis Gilmore
392f789185 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 02:52:48 -05:00
Dennis Gilmore
4ff3c02950 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:33:50 -06:00
Dennis Gilmore
fc72e4a6fd - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 23:57:55 -05:00
Dennis Gilmore
0700e84928 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:45:50 -06:00
Dennis Gilmore
58e70259b1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 22:07:11 -06:00
Fedora Release Engineering
73caa538e0 dist-git conversion 2010-07-29 15:41:59 +00:00
dmalcolm
6ad0a2deef - Rebuilt for
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-22 07:18:12 +00:00
Bill Nottingham
ac0f71d2d8 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:40:56 +00:00
Jesse Keating
9d5b4535fe - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 07:48:33 +00:00
Jesse Keating
0c20e0d74f - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 08:36:28 +00:00
Ignacio Vazquez-Abrams
5ced4805cd Rebuild for Python 2.6 2008-11-29 17:35:14 +00:00
Deji Akingunola
c6d606111f Initial import 2008-06-28 22:17:14 +00:00
4 changed files with 2 additions and 21 deletions

View file

View file

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

2
dead.package Normal file
View file

@ -0,0 +1,2 @@
2014-11-04: Retired because it was orphaned for 6 or more weeks

View file