[libgphoto2] remove unneeded print-camera-list from libdir (#745081)

Jindrich Novy jnovy at fedoraproject.org
Wed Oct 12 12:27:08 UTC 2011


commit 20474348d9b3785ceb448faf49fc1a5394d58911
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Wed Oct 12 13:43:29 2011 +0200

    remove unneeded print-camera-list from libdir (#745081)

 libgphoto2.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/libgphoto2.spec b/libgphoto2.spec
index 9882394..3f4ac5f 100644
--- a/libgphoto2.spec
+++ b/libgphoto2.spec
@@ -1,7 +1,7 @@
 Summary: Library for accessing digital cameras
 Name: libgphoto2
 Version: 2.4.11
-Release: 1%{?dist}
+Release: 2%{?dist}
 # GPLV2+ for the main lib (due to exif.c) and most plugins, some plugins GPLv2
 License: GPLv2+ and GPLv2
 Group: Development/Libraries
@@ -123,6 +123,9 @@ popd
 # remove circular symlink in /usr/include/gphoto2 (#460807)
 rm -f %{buildroot}%{_includedir}/gphoto2/gphoto2
 
+# remove unneeded print-camera-list from libdir (#745081)
+rm -f %{buildroot}%{_libdir}/libgphoto2/print-camera-list
+
 rm -rf %{buildroot}%{_libdir}/libgphoto2/*/*a
 rm -rf %{buildroot}%{_libdir}/libgphoto2_port/*/*a
 rm -rf %{buildroot}%{_libdir}/*.a
@@ -165,6 +168,9 @@ rm -rf "${RPM_BUILD_ROOT}"
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 12 2011 Jindrich Novy <jnovy at redhat.com> 2.4.11-2
+- remove unneeded print-camera-list from libdir (#745081)
+
 * Mon Apr 18 2011 Jindrich Novy <jnovy at redhat.com> 2.4.11-1
 - update to 2.4.11
 


More information about the scm-commits mailing list