Compare commits
13 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc0a1e1a2f | ||
|
|
bec3775c1d | ||
|
|
c55adfd481 | ||
|
|
e1050b453e | ||
|
|
c5aefb3ebd | ||
|
|
23958ce0de | ||
|
|
cde6cfe916 | ||
|
|
17eb317dee | ||
|
|
c13ed8f08e | ||
|
|
db863c05b7 | ||
|
|
9eb9e2ba12 | ||
|
|
c9b13ba73b | ||
|
|
a05eb363a6 |
4 changed files with 4 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xine-ui
|
||||
# $Id$
|
||||
NAME := xine-ui
|
||||
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)
|
||||
4
dead.package
Normal file
4
dead.package
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
2014-12-20: Retired because of broken deps:
|
||||
unresolved dependencies for xine-ui-0.99.5-16.el5.i386:
|
||||
libcaca.so.0
|
||||
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue