rpms/unicap/F-9 unicap-filter.sh, NONE, 1.1 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 unicap.spec, 1.5, 1.6

Robert Scheck (robert) fedora-extras-commits at redhat.com
Sat Aug 9 11:30:04 UTC 2008


Author: robert

Update of /cvs/pkgs/rpms/unicap/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17659/F-9

Modified Files:
	.cvsignore sources unicap.spec 
Added Files:
	unicap-filter.sh 
Log Message:
Filter the unicap plugins which overlap with libv4l libraries



--- NEW FILE unicap-filter.sh ---
#!/bin/sh

# The original script name has been passed as the first argument:
"$@" | sed -e '/^libdcam.so/d' -e '/^libv4l.so/d' -e '/^libv4l2.so/d' -e '/^libvid21394.so/d'


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/unicap/F-9/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	27 Jul 2008 16:15:06 -0000	1.5
+++ .cvsignore	9 Aug 2008 11:29:34 -0000	1.6
@@ -1 +1 @@
-unicap-0.2.24.tar.gz
+unicap-0.2.23.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/unicap/F-9/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	27 Jul 2008 16:15:06 -0000	1.5
+++ sources	9 Aug 2008 11:29:34 -0000	1.6
@@ -1 +1 @@
-852302dc0e632e3b489de20bc82d50ac  unicap-0.2.24.tar.gz
+e82bc6cdd58383051ad942fb6fde8d35  unicap-0.2.23.tar.gz


Index: unicap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/unicap/F-9/unicap.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- unicap.spec	27 Jul 2008 16:15:06 -0000	1.5
+++ unicap.spec	9 Aug 2008 11:29:34 -0000	1.6
@@ -1,11 +1,18 @@
+%define _use_internal_dependency_generator 0
+%{expand:%%define prev__find_provides %{__find_provides}}
+%define __find_provides sh %{SOURCE1} %{prev__find_provides}
+%{expand:%%define prev__find_requires %{__find_requires}}
+%define __find_requires sh %{SOURCE1} %{prev__find_requires}
+
 Summary:	Library to access different kinds of (video) capture devices
 Name:		unicap
-Version:	0.2.24
-Release:	1%{?dist}
+Version:	0.2.23
+Release:	3%{?dist}
 License:	GPLv2+
 Group:		System Environment/Libraries
 URL:		http://www.unicap-imaging.org/
-Source:		http://www.unicap-imaging.org/downloads/%{name}-%{version}.tar.gz
+Source0:	http://www.unicap-imaging.org/downloads/%{name}-%{version}.tar.gz
+Source1:	unicap-filter.sh
 BuildRequires:	intltool, /usr/bin/perl, perl(XML::Parser), gettext
 BuildRequires:	glib2-devel, gtk2-devel, pango-devel, libtheora-devel, libXv-devel
 BuildRequires:	libpng-devel, libX11-devel, libICE-devel, libraw1394-devel >= 1.1.0
@@ -65,8 +72,8 @@
 %{_datadir}/gtk-doc/html/*
 
 %changelog
-* Sun Jul 27 2008 Robert Scheck <robert at fedoraproject.org> 0.2.24-1
-- Upgrade to 0.2.24
+* Tue Aug 05 2008 Robert Scheck <robert at fedoraproject.org> 0.2.23-3
+- Filter the unicap plugins which overlap with libv4l libraries
 
 * Wed Jul 22 2008 Robert Scheck <robert at fedoraproject.org> 0.2.23-2
 - Rebuild for libraw1394 2.0.0




More information about the fedora-extras-commits mailing list