Compare commits

...
Sign in to create a new pull request.

13 commits

Author SHA1 Message Date
Till Maas
bc0a1e1a2f 2014-12-20: Retired because of broken deps:
unresolved dependencies for xine-ui-0.99.5-16.el5.i386:
libcaca.so.0
2014-12-20 18:01:54 +01:00
Fedora Release Engineering
bec3775c1d dist-git conversion 2010-07-29 15:53:16 +00:00
Bill Nottingham
c55adfd481 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:33:38 +00:00
Jussi Lehtola
e1050b453e Move xine-ui_logo.mpv to main package. 2009-09-03 14:10:12 +00:00
Jussi Lehtola
c5aefb3ebd Copy working EL-5 spec file back to other branches. 2009-07-24 22:50:17 +00:00
Jussi Lehtola
23958ce0de Fix EPEL build. 2009-07-24 22:22:49 +00:00
Jussi Lehtola
cde6cfe916 Fix EPEL build. 2009-07-24 22:06:31 +00:00
Jussi Lehtola
17eb317dee Add missing file from update. 2009-07-24 21:41:12 +00:00
Jussi Lehtola
c13ed8f08e Add missing sources file from spec file update. 2009-07-24 21:22:25 +00:00
Jussi Lehtola
db863c05b7 Move xine_splash.png to main package. 2009-07-24 21:13:36 +00:00
Jussi Lehtola
9eb9e2ba12 Add missing icon cache update to %post. 2009-05-18 18:10:02 +00:00
Jussi Lehtola
c9b13ba73b Import in Fedora 2009-05-18 05:59:05 +00:00
Kevin Fenzi
a05eb363a6 Initialize branch EL-5 for xine-ui 2009-05-18 04:27:33 +00:00
4 changed files with 4 additions and 21 deletions

View file

View file

@ -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
View 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

View file