Compare commits
15 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
adc9d86ece | ||
|
|
3aedfa8c9c | ||
|
|
b47c2b6a28 | ||
|
|
40939bda34 | ||
|
|
3d4a6c01d5 | ||
|
|
cbd97627c7 | ||
|
|
f77d1792b2 | ||
|
|
072d921f9f | ||
|
|
ff513774cd | ||
|
|
ea81d0bc4a | ||
|
|
bfdafde6da | ||
|
|
3dab176e41 | ||
|
|
176f3cd58f | ||
|
|
eb72628d1a | ||
| d0cab48b13 |
4 changed files with 3 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: vrq
|
||||
# $Id$
|
||||
NAME := vrq
|
||||
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)
|
||||
3
dead.package
Normal file
3
dead.package
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
2014-12-17: Retired orphaned package, because it was orphaned for more than six weeks.
|
||||
Reference: https://fedorahosted.org/epel/ticket/7
|
||||
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue