Accepting request 96262 from graphics
- do not explicitly require libusb 0.1 in pkgconfig file - some more bugfixes OBS-URL: https://build.opensuse.org/request/show/96262 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgphoto2?expand=0&rev=65
This commit is contained in:
commit
9c00bc9cb6
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1e014bd3ba8adec8c54c7a2c2f3debb57b308941b5eb721fe3e7cb47f0b5103
|
||||
size 5975382
|
||||
oid sha256:6af322c92d0a9c0b25b1f694b28ddd915a1cc8dade47721284621721fc9be0c3
|
||||
size 5922756
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 11 14:13:06 CET 2011 - meissner@suse.de
|
||||
|
||||
- do not explicitly require libusb 0.1 in pkgconfig file
|
||||
- some more bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 11:39:03 CET 2011 - meissner@suse.de
|
||||
|
||||
|
@ -15,12 +15,19 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: libgphoto2
|
||||
BuildRequires: doxygen fdupes gcc-c++ gd-devel libexif-devel libjpeg-devel libusb-1_0-devel lockdev-devel pkg-config udev
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gd-devel
|
||||
BuildRequires: libexif-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libusb-1_0-devel
|
||||
BuildRequires: lockdev-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: udev
|
||||
Url: http://gphoto.org/
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@ -28,11 +35,11 @@ Obsoletes: libgphoto2-64bit
|
||||
%endif
|
||||
#
|
||||
%define prefix /usr
|
||||
License: LGPLv2.1+
|
||||
Group: Hardware/Camera
|
||||
Summary: A Digital Camera Library
|
||||
License: LGPL-2.1+
|
||||
Group: Hardware/Camera
|
||||
Version: 2.4.11.2
|
||||
Release: 4
|
||||
Release: 0
|
||||
Source0: libgphoto2-%{version}.tar.bz2
|
||||
Source1: baselibs.conf
|
||||
Patch1: libgphoto2-4096files.patch
|
||||
@ -41,8 +48,6 @@ Recommends: %{name}-lang = %{version}
|
||||
|
||||
%package devel
|
||||
Summary: Development headers for libgphoto2
|
||||
License: LGPLv2.1+
|
||||
Group: Hardware/Camera
|
||||
Requires: libgphoto2 = %version libusb-1_0-devel
|
||||
Requires: libexif-devel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user