Compare commits

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

13 commits

Author SHA1 Message Date
Till Maas
f45c3f7e19 Retired on 2013-08-19 due to lack of a maintainer in preparation to branch Fedora 20 2013-08-19 20:03:57 +02:00
Dennis Gilmore
b1252b7d9d - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 00:58:20 -05:00
Dennis Gilmore
a28d7ac12c - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 20:39:22 -06:00
Dennis Gilmore
8c8ae5da2b - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 21:28:48 -05:00
Dennis Gilmore
12702eb012 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 01:46:27 -06:00
Dennis Gilmore
bc4870277a - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 19:02:04 -06:00
Fedora Release Engineering
ebdab5837a dist-git conversion 2010-07-29 14:54:34 +00:00
Bill Nottingham
1d5ad3a6a4 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:19 +00:00
Jesse Keating
798b2dd670 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 06:45:19 +00:00
Jesse Keating
3f206924ce - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 23:52:03 +00:00
Patrick Laughton
85ea9a67ae - Bump-n-build for GCC 4.3 2008-02-13 18:21:41 +00:00
Patrick Laughton
74b25e5e0a - Add missing /var/run/vblade/
- Rebuild for BuildID
- License clarification
2007-08-22 18:14:05 +00:00
Patrick Laughton
a34c9558b3 - Forced CFLAGS on build
Wed Apr 04 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 14-1
- Initial Fedora RPM
BZ#235236
2007-04-09 13:26:02 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: vblade
# $Id$
NAME := vblade
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 @@
Retired on 2013-08-19 due to lack of a maintainer in preparation to branch Fedora 20

View file