Compare commits

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

32 commits

Author SHA1 Message Date
Kevin Fenzi
1ad6f2c127 upstream gone, python2 only 2019-08-15 18:05:23 -07:00
Fedora Release Engineering
6638181da4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-27 03:25:22 +00:00
Fedora Release Engineering
4d32a6efa5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-03 11:40:17 +00:00
d3a9105c31 Remove obsolete scriptlets
References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-01-29 06:17:38 +01:00
28ff6e2029 Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:54 +01:00
Kevin Fenzi
64e7245176 Fix FTBFS bug #1606671 2018-07-22 11:23:33 -07:00
Fedora Release Engineering
3aaa5b6964 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 08:48:48 +00:00
Jason Tibbitts
8dc16ad30e Remove needless use of %defattr 2018-07-10 01:37:54 -05:00
800e187764
Remove %clean section
None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 08:58:46 +01:00
acf271a2c1 Remove BuildRoot definition
None of currently supported distributions need that.
It was needed last for EL5 which is EOL now

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 00:48:32 +01:00
Fedora Release Engineering
55f55ae1e0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 20:53:42 +00:00
Iryna Shcherbina
f50e3a8363 Update Python 2 dependency declarations to new packaging standards 2018-02-05 05:02:03 +01:00
Fedora Release Engineering
953f108390 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 21:34:58 +00:00
Fedora Release Engineering
06deb421d8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 17:21:04 +00:00
Fedora Release Engineering
c881bc0f87 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 2016-07-19 13:09:17 +00:00
Fedora Release Engineering
3f99af3603 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 03:00:09 +00:00
Dennis Gilmore
911958e2c7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 02:22:57 +00:00
Dennis Gilmore
10f26e8933 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 23:27:54 -05:00
Dennis Gilmore
92e377b8c1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 01:50:18 -05:00
Dennis Gilmore
83a99467ff - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:05:21 -06:00
Dennis Gilmore
bb2f43b896 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 22:30:41 -05:00
Dennis Gilmore
f2ff6d07e7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:16:51 -06:00
Kevin Fenzi
eaa9c0dc17 Drop upstreamed patch. 2011-10-26 13:46:56 -06:00
Christoph Wickert
d902ecbb78 Update to 0.2.14
Require xdg-utils for xdg-screensaver calls
Run update-desktop-database in %post and %postun
2011-03-01 03:02:35 +01:00
Dennis Gilmore
010ae8b663 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 20:26:44 -06:00
David Malcolm
a13d03fe26 Fix crash on startup with python 2.7 (rhbz#652368) 2010-12-30 13:21:19 -05:00
Fedora Release Engineering
6e11189c56 dist-git conversion 2010-07-29 15:17:26 +00:00
dmalcolm
789dc8772a - Rebuilt for
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-22 07:13:32 +00:00
Bill Nottingham
e14361411c Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:12 +00:00
2b565469da add playnext patch (fixes #539608) 2009-11-21 15:05:03 +00:00
Christoph Wickert
6e78f2009c add review # 2009-10-13 16:43:54 +00:00
Christoph Wickert
2703050bf3 Initial import of whaawmp. Rewiev at
https://bugzilla.redhat.com/show_bug.cgi?id=513420
2009-10-13 16:42:52 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

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

@ -0,0 +1 @@
upstream gone, python2 only

View file