rpms/pwlib/devel pwlib.spec,1.54,1.55

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Wed Jul 23 20:29:35 UTC 2008


Author: jwilson

Update of /cvs/pkgs/rpms/pwlib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1830

Modified Files:
	pwlib.spec 
Log Message:
* Wed Jul 23 2008 Jarod Wilson <jwilson at redhat.com> 1.10.10-8
- Disable avc support, since pwlib uses a long-since deprecated
  and now removed libraw1394 interface for it...



Index: pwlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pwlib/devel/pwlib.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- pwlib.spec	22 Jul 2008 20:11:39 -0000	1.54
+++ pwlib.spec	23 Jul 2008 20:28:45 -0000	1.55
@@ -1,7 +1,7 @@
 Summary:	Portable Windows Library
 Name:		pwlib
 Version:	1.10.10
-Release:        7%{?dist}
+Release:        8%{?dist}
 URL:		http://www.openh323.org/
 Source0:	http://www.ekiga.org/pwlib-%{version}.tar.gz
 License: MPL
@@ -44,7 +44,7 @@
 
 %build
 export CFLAGS="$CFLAGS -DLDAP_DEPRECATED"
-%configure --prefix=/usr --enable-opal --enable-plugins --disable-oss --enable-v4l2
+%configure --prefix=/usr --enable-opal --enable-plugins --disable-oss --enable-v4l2 --disable-avc
 make
 
 %install
@@ -87,7 +87,7 @@
 %{_libdir}/pwlib/devices/videoinput/v4l_pwplugin.so
 %{_libdir}/pwlib/devices/videoinput/v4l2_pwplugin.so
 %ifnarch  s390 s390x
-%{_libdir}/pwlib/devices/videoinput/avc_pwplugin.so
+#{_libdir}/pwlib/devices/videoinput/avc_pwplugin.so
 %endif
 
 %files devel
@@ -98,6 +98,10 @@
 %attr(755,root,root) %{_bindir}/*
 
 %changelog
+* Wed Jul 23 2008 Jarod Wilson <jwilson at redhat.com> 1.10.10-8
+- Disable avc support, since pwlib uses a long-since deprecated
+  and now removed libraw1394 interface for it...
+
 * Tue Jul 22 2008 Jarod Wilson <jwilson at redhat.com> 1.10.10-7
 - Bump and rebuild for libraw1394 v2.0.0
 




More information about the fedora-extras-commits mailing list