Compare commits

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

16 commits

Author SHA1 Message Date
Till Maas
0998b13b83 2016-05-19: Retired orphaned package, because it was orphaned for
more than six weeks.
2016-05-19 22:52:20 +02:00
Fedora Release Engineering
bb5cc2d2b8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 03:22:09 +00:00
Dennis Gilmore
3fdbf75891 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 03:50:51 +00:00
451c6d8e75 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 09:33:29 +00:00
Christopher Meng
5420b1c0a3 Update to 1.1.4 2014-08-02 18:57:11 +08:00
Dennis Gilmore
de002cc2a3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 00:27:48 -05:00
Dennis Gilmore
38768947f5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 02:49:21 -05:00
Dennis Gilmore
f325fe764d - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:32:32 -06:00
Dennis Gilmore
4b6db01a05 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 23:49:40 -05:00
Dennis Gilmore
a47cc78bb4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:44:00 -06:00
Jussi Lehtola
3a63104a3b Update to 1.1.1. 2011-04-08 15:42:19 +03:00
Dennis Gilmore
e252da1a7c - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 21:58:01 -06:00
Fedora Release Engineering
d08d754a1c dist-git conversion 2010-07-29 15:38:21 +00:00
Bill Nottingham
b50ca8e4f3 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:40:55 +00:00
Jesse Keating
3fe9b790e4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 07:45:05 +00:00
Jussi Lehtola
897c0cd9dc Imported in Fedora. 2009-06-15 07:08:34 +00:00
4 changed files with 3 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xdrfile
# $Id$
NAME := xdrfile
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-05-19: Retired orphaned package, because it was orphaned for
more than six weeks.

View file