Compare commits
18 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
23065682ee | ||
| fc31443a34 | |||
| e3e590532c | |||
|
|
5de2323c2f | ||
|
|
9ebe65914a | ||
| 22156e886d | |||
| 3796d9ea9d | |||
| ba65d64cfe | |||
| 8faf1ff4c2 | |||
| 8f9d196239 | |||
| 6f55e1c9ed | |||
| 75d9c6535b | |||
| 24c5f10431 | |||
| 82de63322c | |||
| 1095d88c17 | |||
| 816cff3f96 | |||
| fffed00227 | |||
| 79581fb028 |
3 changed files with 5 additions and 21 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: unicap
|
||||
# $Id$
|
||||
NAME := unicap
|
||||
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)
|
||||
5
dead.package
Normal file
5
dead.package
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Package unicap has been replaced on upstream level
|
||||
by libunicap, libucil and libunicapgtk. See also:
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=567109
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=567110
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=567111
|
||||
Loading…
Add table
Add a link
Reference in a new issue