Compare commits

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

9 commits

Author SHA1 Message Date
Christoph Wickert
05cf851ce4 Mark package as dead 2011-05-26 00:25:09 +02:00
Christoph Wickert
ee555d25e4 Patch for exo >= 0.5.0
Update translations from Xfce Transifex
2011-03-06 02:56:04 +01:00
Dennis Gilmore
1b1285e897 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 22:12:46 -06:00
Fedora Release Engineering
e72f122a2f dist-git conversion 2010-07-29 15:43:10 +00:00
Adrian Reber
cdf50eefb1 - Rebuilt for libcdio-0.82 2010-01-22 11:33:54 +00:00
Bill Nottingham
ea867532ba Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:40:56 +00:00
Jesse Keating
4cd5653693 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 07:49:37 +00:00
Christoph Wickert
e9d9e098dc add review url 2009-05-06 23:16:50 +00:00
Christoph Wickert
9420881332 Initial import of xfce4-cddrive-plugin. Review at
https://bugzilla.redhat.com/show_bug.cgi?id=499279
2009-05-06 23:14:33 +00:00
5 changed files with 3 additions and 21 deletions

View file

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xfce4-cddrive-plugin-0.0.1.tar.bz2

View file

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

2
dead.package Normal file
View file

@ -0,0 +1,2 @@
Package is dead upstream, in fact it was never really alive (version 0.0.1).
With the removal of HAL, it has to die die die!

View file