Compare commits

...
This repository has been archived on 2026-09-10. 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.

10 commits

Author SHA1 Message Date
Till Maas
8197b453c1 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:16:22 +02:00
Matěj Cepl
f086f9fe77 Merge branch 'f9'
Conflicts:
	.gitignore
	xmlroff.spec
2010-11-03 15:25:29 +01:00
Matěj Cepl
3e8105df8e Upgrade to the upstream release 0.6.0 2010-11-03 15:22:40 +01:00
Fedora Release Engineering
d821f7cda3 dist-git conversion 2010-07-29 15:56:31 +00:00
Fedora Release Engineering
5bb237e95b dist-git conversion 2010-07-29 15:56:30 +00:00
Bill Nottingham
863869a55c Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:34:19 +00:00
Bill Nottingham
5677f2be59 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:41:00 +00:00
Ville Skyttä
6913edfa00 - Fix Patch0:/%patch mismatch.
https://www.redhat.com/archives/fedora-devel-list/2008-September/msg00375.h
    tml
2008-09-21 09:07:49 +00:00
Jesse Keating
bad3cfdc72 Initialize branch F-9 for xmlroff 2008-04-22 02:55:57 +00:00
Ignacio Vazquez-Abrams
56899fb174 Initial import 2007-11-15 14:05:56 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

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