diff --git a/gphoto2.spec b/gphoto2.spec index 9833668..7a913a9 100644 --- a/gphoto2.spec +++ b/gphoto2.spec @@ -5,7 +5,7 @@ Name: gphoto2 %define libpkg libgphoto2 %define libver 2.1.6 Version: %{pkgver} -Release: 2 +Release: 3 License: LGPL Group: Applications/Multimedia BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -108,7 +108,7 @@ install -d -m755 %{buildroot}/etc/hotplug/usb/ install -m755 packaging/linux-hotplug/usbcam.console %{buildroot}/etc/hotplug/usb/usbcam install -d -m755 %{buildroot}/usr/share/hal/fdi/information/20thirdparty/ -LIBDIR=%{_libdir} %{SOURCE2} > %{buildroot}/usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2.fdi +LIBDIR=%{buildroot}%{_libdir} %{SOURCE2} > %{buildroot}/usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2.fdi popd @@ -195,6 +195,9 @@ fi # ChangeLog ######################################################################## %changelog +* Mon Nov 07 2005 Radek Vokal 2.1.6-3 +- become self-hosting, don't depend on installed libs (#106442,#172519) + * Wed Jul 27 2005 Tim Waugh 2.1.6-2 - Rebuilt.