rpms/libgphoto2/devel gphoto2-pkgcfg.patch, 1.2, 1.3 libgphoto2.spec, 1.8, 1.9

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Fri Jun 20 14:55:58 UTC 2008


Author: kkofler

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

Modified Files:
	gphoto2-pkgcfg.patch libgphoto2.spec 
Log Message:
* Fri Jun 20 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.4.1-4
- fix pkgcfg patch to match actual .pc file names (fixes kdegraphics build)

gphoto2-pkgcfg.patch:

Index: gphoto2-pkgcfg.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libgphoto2/devel/gphoto2-pkgcfg.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gphoto2-pkgcfg.patch	2 Jun 2008 09:20:38 -0000	1.2
+++ gphoto2-pkgcfg.patch	20 Jun 2008 14:55:17 -0000	1.3
@@ -26,12 +26,12 @@
  
      --cflags)
 -       	echo "-I at includedir@/gphoto2"
-+       	pkg-config --cflags libgphoto2
++       	pkg-config --cflags gphoto2
         	;;
  
      --libs)
 -        echo "-L at libdir@" -lgphoto2 -lgphoto2_port -lm
-+        pkg-config --libs libgphoto2
++        pkg-config --libs gphoto2
         	;;
  
      *)
@@ -63,12 +63,12 @@
  
      --cflags)
 -       	echo "-I at includedir@/gphoto2"
-+       	pkg-config --cflags libgphoto2-port
++       	pkg-config --cflags gphoto2-port
         	;;
  
      --libs)
 -       	echo "-L at libdir@" -lgphoto2_port
-+       	pkg-config --libs libgphoto2-port
++       	pkg-config --libs gphoto2-port
         	;;
  
      *)


Index: libgphoto2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgphoto2/devel/libgphoto2.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libgphoto2.spec	12 Jun 2008 11:41:10 -0000	1.8
+++ libgphoto2.spec	20 Jun 2008 14:55:17 -0000	1.9
@@ -1,7 +1,7 @@
 Summary: Library for accessing digital cameras
 Name: libgphoto2
 Version: 2.4.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 # GPLV2+ for the main lib (due to exif.c) and most plugins, some plugins GPLv2
 License: GPLv2+ and GPLv2
 Group: Development/Libraries
@@ -150,6 +150,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jun 20 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.4.1-4
+- fix pkgcfg patch to match actual .pc file names (fixes kdegraphics build)
+
 * Thu Jun 12 2008 Jindrich Novy <jnovy at redhat.com> 2.4.1-3
 - libgphoto2-devel requires libusb-devel and libexif-devel for
   pkgconfig




More information about the fedora-extras-commits mailing list