Compare commits

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

34 commits

Author SHA1 Message Date
Miro Hrončok
46bb95c74b Orphaned for 6+ weeks 2018-12-24 13:50:49 +01:00
Miro Hrončok
982c17d1c9 https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 2018-11-15 12:53:57 +01:00
Fedora Release Engineering
1dc79c5735 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 08:43:34 +00:00
Alexandre Moine
e8755a5ebc Add gcc as a builddep 2018-03-07 12:51:09 +01:00
Fedora Release Engineering
2827a72678 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 20:45:59 +00:00
483142861f Remove obsolete scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-01-18 22:48:17 +01:00
Alexandre Moine
551df8494a New upstream version 2017-07-28 19:17:19 +02:00
Fedora Release Engineering
7f4a593e9d - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 21:30:01 +00:00
Fedora Release Engineering
f94f5fd3f5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 17:15:27 +00:00
Alexandre Moine
fb971e62bd New, sadly, final release
- Remove unnecessary patch
- Update source generation
2016-10-09 11:06:24 +02:00
Fedora Release Engineering
a2bba620db - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 02:54:17 +00:00
Dennis Gilmore
430a5a0760 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 02:15:46 +00:00
Dennis Gilmore
d4d88d1b63 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 23:13:25 -05:00
Dennis Gilmore
8ce813de5e - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 01:38:10 -05:00
Dennis Gilmore
13155840f5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 20:58:48 -06:00
Mathieu Bridon
03fcf2959a Update to the latest upstream release
The only changes with the previous one are:
- it now includes a desktop file
- the configure patch I was using got merged

But these are in fact the only two changes, so that's a pretty
uninteresting release, which is why I postponed updating for so
long.

Now that I set up the upstream tracking thing to bug me, I can't
ignore it any more though. :)
2012-09-21 14:42:50 +08:00
Mathieu Bridon
0ef465a817 Relax needlessly strict versioned dependency 2012-09-21 14:42:50 +08:00
Mathieu Bridon
95651dc0bd Remove macros from comments
This pleases rpmlint.
2012-09-21 14:42:50 +08:00
Mathieu Bridon
ad6ffd4d11 Adapt the scriptlets to the new guidelines 2012-09-21 14:42:50 +08:00
Mathieu Bridon
f80e973402 Use macros everywhere 2012-09-21 14:42:50 +08:00
Mathieu Bridon
75e8dc439f Clean up that old spec file a bit 2012-09-21 14:42:50 +08:00
Dennis Gilmore
00a0036920 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 22:14:00 -05:00
Dennis Gilmore
6d2d3ef18f - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:09:12 -06:00
Dennis Gilmore
5bfa0a1019 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 20:06:09 -06:00
David Malcolm
799e98b095 recompiling .py files against Python 2.7 (rhbz#623416) 2010-08-11 18:39:55 -04:00
Fedora Release Engineering
7768b58a20 dist-git conversion 2010-07-29 15:12:41 +00:00
Bill Nottingham
bb2d894019 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:11 +00:00
Jesse Keating
d7a7801d24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 07:03:08 +00:00
Mathieu Bridon
4ced19b3ee Fix RHBZ#477481 2009-03-01 13:39:05 +00:00
Jesse Keating
a7677e1583 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 18:07:30 +00:00
Mathieu Bridon
9e482ad17a Fixed RHBZ#477481 and added missing Requires: on hicolor-icon-theme 2009-02-13 23:18:34 +00:00
Ignacio Vazquez-Abrams
b47c4bdd11 Rebuild for Python 2.6 2008-12-01 15:00:55 +00:00
Mathieu Bridon
c941e91172 Patched configure so that it doesn't rely on "more" any more. 2008-06-28 18:22:27 +00:00
Mathieu Bridon
e850781c5c Waste's Edge: First import in CVS. 2008-06-18 21:35:40 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: wastesedge
# $Id$
NAME := wastesedge
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 @@
Orphaned for 6+ weeks

View file