- libgphoto2-devel requires libusb-devel and libexif-devel for pkgconfig

This commit is contained in:
Jindrich Novy 2008-06-12 11:41:10 +00:00
parent 3cb7cc5165
commit 007158c2db

View File

@ -1,7 +1,7 @@
Summary: Library for accessing digital cameras Summary: Library for accessing digital cameras
Name: libgphoto2 Name: libgphoto2
Version: 2.4.1 Version: 2.4.1
Release: 2%{?dist} Release: 3%{?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
@ -33,8 +33,8 @@ however, such as gtkam for example.
%package devel %package devel
Summary: Headers and links to compile against the libgphoto2 library Summary: Headers and links to compile against the libgphoto2 library
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version} Requires: %{name} = %{version}-%{release}
Requires: pkgconfig Requires: pkgconfig, libusb-devel >= 0.1.5, libexif-devel
Obsoletes: gphoto2 < 2.4.0-11 Obsoletes: gphoto2 < 2.4.0-11
Obsoletes: gphoto2-devel < 2.4.0-11 Obsoletes: gphoto2-devel < 2.4.0-11
Provides: gphoto2-devel = %{version}-%{release} Provides: gphoto2-devel = %{version}-%{release}
@ -150,6 +150,10 @@ rm -rf "${RPM_BUILD_ROOT}"
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Thu Jun 12 2008 Jindrich Novy <jnovy@redhat.com> 2.4.1-3
- libgphoto2-devel requires libusb-devel and libexif-devel for
pkgconfig
* Wed Jun 04 2008 Jindrich Novy <jnovy@redhat.com> 2.4.1-2 * Wed Jun 04 2008 Jindrich Novy <jnovy@redhat.com> 2.4.1-2
- fix obsoletes - fix obsoletes
- workaround problem with coreutils-6.12 and RHEL5-xen kernels - workaround problem with coreutils-6.12 and RHEL5-xen kernels