Compare commits

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

18 commits

Author SHA1 Message Date
Fedora Release Engineering
23065682ee dist-git conversion 2010-07-29 14:42:37 +00:00
fc31443a34 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
2010-07-08 19:10:13 +00:00
e3e590532c 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
2010-03-28 13:58:47 +00:00
Bill Nottingham
5de2323c2f Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:52:46 +00:00
Jesse Keating
9ebe65914a - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 06:32:18 +00:00
22156e886d - don't require libraw1394 on s390/s390x 2009-06-18 10:02:20 +00:00
3796d9ea9d Upgrade to 0.9.5 2009-05-03 12:13:41 +00:00
ba65d64cfe Rebuild against gcc 4.4 and rpm 4.6 2009-02-23 21:13:23 +00:00
8faf1ff4c2 Added missing build requirement to gtk-doc >= 1.4 2008-10-19 14:03:56 +00:00
8f9d196239 - Upgrade to 0.9.3 (#466825, thanks to Hans de Goede)
- Enabled libv4l support for the new gspca kernel driver
2008-10-13 21:43:42 +00:00
6f55e1c9ed Rebuild to get missing dependencies back (#443015, #458527) 2008-08-12 19:56:25 +00:00
75d9c6535b Filter the unicap plugins which overlap with libv4l libraries 2008-08-09 11:29:34 +00:00
24c5f10431 Upgrade to 0.2.24 2008-07-27 16:15:06 +00:00
82de63322c Rebuild for libraw1394 2.0.0 2008-07-22 19:40:50 +00:00
1095d88c17 Removed the already removed patch from spec file 2008-05-19 16:09:27 +00:00
816cff3f96 - Upgrade to 0.2.23
- Corrected packaging of cpi/*.so files (thanks to Arne Caspari)
2008-05-19 15:56:51 +00:00
fffed00227 Upgrade to 0.2.22 (#446021) 2008-05-17 21:14:03 +00:00
79581fb028 Initial import of unicap 2008-02-18 22:14:50 +00:00
3 changed files with 5 additions and 21 deletions

View file

View file

@ -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
View 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