Build against libusbx instead of libusb1 (bug #997880).

Resolves: rhbz#997880
This commit is contained in:
Tim Waugh 2013-08-16 13:00:56 +01:00
parent e2a78f109d
commit fb08a95ca6

View File

@ -2,7 +2,7 @@
Name: libgphoto2
Version: 2.5.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Library for accessing digital cameras
Group: Development/Libraries
# GPLV2+ for the main lib (due to exif.c) and most plugins, some plugins GPLv2
@ -13,7 +13,7 @@ Patch1: gphoto2-pkgcfg.patch
Patch2: gphoto2-storage.patch
Patch3: gphoto2-ixany.patch
Patch4: gphoto2-device-return.patch
BuildRequires: libusb1-devel, libusb-devel >= 0.1.5
BuildRequires: libusbx-devel
BuildRequires: lockdev-devel
BuildRequires: libexif-devel
BuildRequires: libjpeg-devel
@ -35,7 +35,6 @@ however, such as gtkam for example.
Summary: Headers and links to compile against the libgphoto2 library
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: libusb-devel >= 0.1.5, libexif-devel
Obsoletes: gphoto2-devel < 2.4.0-11
Provides: gphoto2-devel = %{version}-%{release}
@ -140,6 +139,9 @@ cat libgphoto2*.lang >> %{name}.lang
%{_mandir}/man3/*
%changelog
* Fri Aug 16 2013 Tim Waugh <twaugh@redhat.com> - 2.5.2-4
- Build against libusbx instead of libusb1 (bug #997880).
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild