rebuild for dependencies
This commit is contained in:
parent
94d08348d7
commit
d986c597ab
@ -1,7 +1,7 @@
|
|||||||
Summary: Library for accessing digital cameras
|
Summary: Library for accessing digital cameras
|
||||||
Name: libgphoto2
|
Name: libgphoto2
|
||||||
Version: 2.4.10
|
Version: 2.4.10
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
# GPLV2+ for the main lib (due to exif.c) and most plugins, some plugins GPLv2
|
# GPLV2+ for the main lib (due to exif.c) and most plugins, some plugins GPLv2
|
||||||
License: GPLv2+ and GPLv2
|
License: GPLv2+ and GPLv2
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -83,6 +83,8 @@ EOF
|
|||||||
sed 's/Name: gphoto2/Name: gphoto2-port/' < gphoto2.pc.in > gphoto2-port.pc.in
|
sed 's/Name: gphoto2/Name: gphoto2-port/' < gphoto2.pc.in > gphoto2-port.pc.in
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
#libusb and libusb have shoved their .pc files into /lib[64]/pkgconfig
|
||||||
|
export PKG_CONFIG_PATH=/%{_lib}/pkgconfig
|
||||||
%configure \
|
%configure \
|
||||||
udevscriptdir='/lib/udev' \
|
udevscriptdir='/lib/udev' \
|
||||||
--with-drivers=all \
|
--with-drivers=all \
|
||||||
@ -166,6 +168,9 @@ rm -rf "${RPM_BUILD_ROOT}"
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 26 2011 Caolán McNamara <caolanm@redhat.com> 2.4.10-4
|
||||||
|
- rebuild for dependencies
|
||||||
|
|
||||||
* Wed Oct 20 2010 Jindrich Novy <jnovy@redhat.com> 2.4.10-3
|
* Wed Oct 20 2010 Jindrich Novy <jnovy@redhat.com> 2.4.10-3
|
||||||
- move udev helper scripts to /lib/udev (#644552)
|
- move udev helper scripts to /lib/udev (#644552)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user