Compare commits

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

9 commits

Author SHA1 Message Date
f3f2a788d6 Package is retired; plugins now shipped with the base xnoise package 2011-08-01 05:01:33 +02:00
Dennis Gilmore
9cd3084680 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 23:52:08 -06:00
660c4a2d1b Turn off libnotify support when building on Rawhide 2010-11-07 14:12:35 +01:00
f37e86b164 - excise reference to discarded patch
- remove BuildRoot and clean sections
2010-11-07 03:06:33 +01:00
783bda8b0d - Update to 0.1.12 2010-11-06 21:47:55 +01:00
Fedora Release Engineering
821396a9f4 dist-git conversion 2010-07-29 16:02:48 +00:00
a6c3a519c6 patch to remove bold tags from notification summary 2010-07-05 18:08:55 +00:00
866761805c - Add missing BR on intltool
- notification plugin: remove <b>...</b> formatting
- disable mediawatcher and lastfm-covers plugins for now
2010-07-05 18:04:44 +00:00
b59f5c77d2 Properly mask out pkgconfig file 2010-07-05 17:56:02 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xnoise-plugins-core
# $Id$
NAME := xnoise-plugins-core
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 $$d/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
View file

@ -0,0 +1 @@
Package is retired

View file