Compare commits
33 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d6afe56c6 | ||
|
|
eb91206e9a | ||
|
|
64d7a8f41e | ||
|
|
fb9e7cd314 | ||
|
|
ffe032bcde | ||
|
|
647841af72 | ||
|
|
7a88457be4 | ||
|
|
9a0f9b92bf | ||
|
|
37986847c0 | ||
|
|
914ac9730f | ||
|
|
0255b0510a | ||
|
|
0e025f778e | ||
|
|
30134e3ca3 | ||
|
|
a832f28f6c | ||
|
|
cba4e87828 | ||
|
|
341d1e3cc8 | ||
|
|
7f9dbd1ca3 | ||
|
|
4e3e8842a0 | ||
|
|
420aed8313 | ||
|
|
ed6630066d | ||
|
|
a3b4a6190f | ||
|
|
459eb64c43 | ||
|
|
87b12c6166 | ||
|
|
900aad748f | ||
|
|
56a7c16fa7 | ||
|
|
7c8d71f1de | ||
|
|
7ea638688d | ||
|
|
f8a7889279 | ||
|
|
c4ccb133a3 | ||
|
|
67b90bdc80 | ||
|
|
42913ea9f4 | ||
|
|
f532655d1d | ||
|
|
02e6d3f5d3 |
5 changed files with 2 additions and 21 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*.tgz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: vdr-text2skin
|
||||
# $Id$
|
||||
NAME := vdr-text2skin
|
||||
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
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
This package was retired on 2013-03-11 due to a lack of a willing Fedora maintainer.
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue