Compare commits
31 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d93ede007 | ||
|
|
f6a4cfb691 | ||
|
|
d9403e7744 | ||
|
|
95757ae086 | ||
|
|
51a3ca4c20 | ||
|
|
d571bb54c4 | ||
|
|
75ac7be1a8 | ||
|
|
672fdf05b2 | ||
|
|
94ded0575b | ||
|
|
1a0df1144d | ||
|
|
f152666642 | ||
|
|
250674979f | ||
|
|
2d4e511d34 | ||
|
|
9e6b008fa4 | ||
|
|
193d16bfe4 | ||
|
|
44f7dd7c33 | ||
|
|
935d9868c9 | ||
|
|
a050e50cd5 | ||
|
|
ec0327718a | ||
|
|
fa6b31bf8d | ||
|
|
4ec9be4454 | ||
|
|
a733e9b8e5 | ||
|
|
3786938e79 | ||
|
|
6c76f97f0a | ||
|
|
33773130e3 | ||
|
|
38dc39e906 | ||
|
|
95ec68a617 | ||
|
|
c32fc674cd | ||
|
|
9b02cc7ba6 | ||
|
|
280735324f | ||
|
|
628bc3d84d |
5 changed files with 6 additions and 21 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/*.tar.*
|
||||
/*.tgz
|
||||
/deepblue-0.1.4-locale.diff
|
||||
/enelchi-0.7.2-locale.diff
|
||||
/enigma-0.3a-locale.diff
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: vdr-skins
|
||||
# $Id$
|
||||
NAME := vdr-skins
|
||||
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