Compare commits

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

8 commits

Author SHA1 Message Date
Bill Nottingham
659b93da47 Retire windowlab. 2010-08-27 15:15:32 -04:00
Fedora Release Engineering
2693315b49 dist-git conversion 2010-07-29 18:07:57 +00:00
Bill Nottingham
22b6b8e637 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:14 +00:00
Tom Callaway
0274e8fd74 revive 2009-10-06 19:07:52 +00:00
d144213fc4 Clarification. 2009-02-10 17:23:19 +00:00
Tom Callaway
f3d2d3728f make this package dead for license reasons 2008-09-06 21:17:36 +00:00
Jesse Keating
67a9a81b29 - Autorebuild for GCC 4.3 2008-02-19 17:26:30 +00:00
nigelj
38037e657f Import windowlab (new package) 2007-04-24 05:06:12 +00:00
5 changed files with 3 additions and 21 deletions

View file

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
windowlab-1.34.tar
windowlab-1.37.tar

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: windowlab
# $Id$
NAME := windowlab
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 @@
This package was retired due to no active owner on 2010-08-27

View file