Compare commits

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

6 commits

Author SHA1 Message Date
Fedora Release Engineering
fed458f013 dist-git conversion 2010-07-29 12:37:17 +00:00
Bill Nottingham
97ab40ee78 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:15:29 +00:00
Jesse Keating
0d3cb352a1 Retired 2009-09-01 17:30:57 +00:00
Jesse Keating
f5fd00b62a - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 04:11:48 +00:00
Jesse Keating
330d322b71 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 00:35:08 +00:00
Ignacio Vazquez-Abrams
6082c4020c Rebuild for Python 2.6 2008-11-29 17:21:10 +00:00
4 changed files with 11 additions and 22 deletions

View file

View file

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

View file

@ -2,7 +2,7 @@
Name: serpentine
Version: 0.9
Release: 2%{?dist}
Release: 5%{?dist}
Summary: Audio CD Burner
Group: Applications/Multimedia
@ -79,6 +79,15 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.9-3
- Rebuild for Python 2.6
* Tue Nov 22 2007 Sindre Pedersen Bjørdal <foolish@guezz.net> - 0.9-1
- New release
- Add missing PyXML dependency