Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8c1f382956 | ||
|
|
9357f333c0 | ||
| 74e6767074 | |||
|
|
35c6de86fa |
5 changed files with 9 additions and 24 deletions
|
|
@ -1 +0,0 @@
|
|||
unicap-0.9.3.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
unicap-0.9.5.tar.gz
|
||||
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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
69db7c7dacb58c303d44f3b6598653ee unicap-0.9.3.tar.gz
|
||||
1d64005afac1ec9d75a1637d7f1aa91e unicap-0.9.5.tar.gz
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Summary: Library to access different kinds of (video) capture devices
|
||||
Name: unicap
|
||||
Version: 0.9.3
|
||||
Version: 0.9.5
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
|
|
@ -73,6 +73,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%changelog
|
||||
* Sun May 03 2009 Robert Scheck <robert@fedoraproject.org> 0.9.5-1
|
||||
- Upgrade to 0.9.5
|
||||
|
||||
* Mon Feb 23 2009 Robert Scheck <robert@fedoraproject.org> 0.9.3-2
|
||||
- Rebuild against gcc 4.4 and rpm 4.6
|
||||
|
||||
* Mon Oct 13 2008 Robert Scheck <robert@fedoraproject.org> 0.9.3-1
|
||||
- Upgrade to 0.9.3 (#466825, thanks to Hans de Goede)
|
||||
- Enabled libv4l support for the new gspca kernel driver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue