[libgphoto2] remove deprecated HAL file (#894527)

Jindrich Novy jnovy at fedoraproject.org
Sun Jan 13 06:26:26 UTC 2013


commit b871ad8acb0ca7ba34274949005faee585e6491b
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Sun Jan 13 07:26:04 2013 +0100

    remove deprecated HAL file (#894527)

 libgphoto2.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/libgphoto2.spec b/libgphoto2.spec
index 827eae7..e2ed826 100644
--- a/libgphoto2.spec
+++ b/libgphoto2.spec
@@ -1,7 +1,7 @@
 Summary: Library for accessing digital cameras
 Name: libgphoto2
 Version: 2.5.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 # GPLV2+ for the main lib (due to exif.c) and most plugins, some plugins GPLv2
 License: GPLv2+ and GPLv2
 Group: Development/Libraries
@@ -106,12 +106,9 @@ rm -rf "${RPM_BUILD_ROOT}"
 make mandir=%{_mandir} DESTDIR=$RPM_BUILD_ROOT install
 
 pushd packaging/linux-hotplug/
-install -d -m755 %{buildroot}/usr/share/hal/fdi/information/20thirdparty/
 export LIBDIR=$RPM_BUILD_ROOT%{_libdir}
 export CAMLIBS=$RPM_BUILD_ROOT%{_libdir}/%{name}/%{version}
 export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
-$RPM_BUILD_ROOT%{_libdir}/%{name}/print-camera-list hal-fdi | \
-grep -v "<!-- This file was generated" > $RPM_BUILD_ROOT/%{_datadir}/hal/fdi/information/20thirdparty/10-camera-libgphoto2.fdi
 
 # Output udev rules for device identification; this is used by GVfs gphoto2
 # backend and others.
@@ -150,7 +147,6 @@ rm -rf "${RPM_BUILD_ROOT}"
 %{_libdir}/libgphoto2_port/*/*.so
 %{_libdir}/libgphoto2/*/*.so
 %{_libdir}/*.so.*
-%{_datadir}/hal/fdi/information/20thirdparty/10-camera-libgphoto2.fdi
 /lib/udev/rules.d/40-libgphoto2.rules
 /lib/udev/check-ptp-camera
 
@@ -170,6 +166,9 @@ rm -rf "${RPM_BUILD_ROOT}"
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jan 13 2013 Jindrich Novy <jnovy at redhat.com> 2.5.0-5
+- remove deprecated HAL file (#894527)
+
 * Sat Dec 01 2012 Jindrich Novy <jnovy at redhat.com> 2.5.0-4
 - compile with -fno-strict-aliasing (because of ptp.c)
 


More information about the scm-commits mailing list