rpms/libgphoto2/devel libgphoto2.spec,1.25,1.26

Jindrich Novy jnovy at fedoraproject.org
Fri Dec 18 09:44:02 UTC 2009


Author: jnovy

Update of /cvs/pkgs/rpms/libgphoto2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15646

Modified Files:
	libgphoto2.spec 
Log Message:
* Fri Dec 18 2009 Jindrich Novy <jnovy at redhat.com> 2.4.7-3
- remove circular symlink in /usr/include/gphoto2 (#460807)



Index: libgphoto2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgphoto2/devel/libgphoto2.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- libgphoto2.spec	23 Oct 2009 14:14:05 -0000	1.25
+++ libgphoto2.spec	18 Dec 2009 09:44:01 -0000	1.26
@@ -1,7 +1,7 @@
 Summary: Library for accessing digital cameras
 Name: libgphoto2
 Version: 2.4.7
-Release: 2%{?dist}
+Release: 3%{?dist}
 # GPLV2+ for the main lib (due to exif.c) and most plugins, some plugins GPLv2
 License: GPLv2+ and GPLv2
 Group: Development/Libraries
@@ -119,6 +119,9 @@ mkdir -p $RPM_BUILD_ROOT/lib/udev/rules.
 $RPM_BUILD_ROOT%{_libdir}/%{name}/print-camera-list udev-rules version 136 > $RPM_BUILD_ROOT/lib/udev/rules.d/40-libgphoto2.rules
 popd
 
+# remove circular symlink in /usr/include/gphoto2 (#460807)
+rm -f %{buildroot}%{_includedir}/gphoto2/gphoto2
+
 rm -rf %{buildroot}%{_libdir}/libgphoto2/*/*a
 rm -rf %{buildroot}%{_libdir}/libgphoto2_port/*/*a
 rm -rf %{buildroot}%{_libdir}/*.a
@@ -162,6 +165,9 @@ rm -rf "${RPM_BUILD_ROOT}"
 %{_mandir}/man3/*
 
 %changelog
+* Fri Dec 18 2009 Jindrich Novy <jnovy at redhat.com> 2.4.7-3
+- remove circular symlink in /usr/include/gphoto2 (#460807)
+
 * Fri Oct 23 2009 Jindrich Novy <jnovy at redhat.com> 2.4.7-2
 - return the dual-mode device to kernel once we don't use it (#530545)
 




More information about the fedora-extras-commits mailing list