Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

23 commits

Author SHA1 Message Date
Till Maas
56c310b04f 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 19:25:10 +02:00
Dennis Gilmore
1ad59b7377 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 10:36:28 -06:00
Dennis Gilmore
947d5d8fe5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 11:08:40 -05:00
Dennis Gilmore
873857f907 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 15:19:58 -06:00
Dennis Gilmore
9bbd3044fe - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 19:21:29 -06:00
fedotov
67c8b51595 build 2010-08-19 10:18:12 +04:00
Fedora Release Engineering
b7cefb2d14 dist-git conversion 2010-07-28 10:03:24 +00:00
Mikhail Fedotov
5b9e8c33a0 build 2010-07-08 13:42:19 +00:00
Mikhail Fedotov
9ffb7c4288 build 2010-07-08 13:07:05 +00:00
Mikhail Fedotov
b7318c07e2 build 2010-01-27 16:15:32 +00:00
Bill Nottingham
c385b49141 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:40:02 +00:00
Jesse Keating
48727d3a28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 16:55:54 +00:00
Mikhail Fedotov
3b96415a6b build 2009-07-08 16:58:50 +00:00
Mikhail Fedotov
acac9917a5 build 2009-05-24 18:54:38 +00:00
Mikhail Fedotov
11cf103c1a build 2009-05-24 18:46:37 +00:00
Mikhail Fedotov
421ebade5e build 2009-03-17 15:37:51 +00:00
Mikhail Fedotov
b4c3d371bb build 2009-03-17 15:29:59 +00:00
Mikhail Fedotov
1db77556ad build 2009-03-10 19:42:16 +00:00
Jesse Keating
296a1472c0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-24 01:16:42 +00:00
Mikhail Fedotov
6ee894c4cb build 2009-02-05 21:11:58 +00:00
Mikhail Fedotov
86f9ded4ab build 2008-09-29 18:38:38 +00:00
Mikhail Fedotov
970887d600 build 2008-09-14 20:08:51 +00:00
Mikhail Fedotov
d89914c26b build 2008-09-14 20:02:30 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

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