OBS User unknown 2007-06-13 22:39:31 +00:00 committed by Git OBS Bridge
parent 3ed3183f84
commit ec57933983
3 changed files with 23 additions and 5 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:237a9a518761758601e90bb6191b911c19b653075d06289c6f51347f458ed24f
size 2808603
oid sha256:fcc0c4f652e4ef34797b80b7528e1b4208bb6c6153a611016d428977c8b399da
size 3256517

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jun 11 15:41:48 CEST 2007 - meissner@suse.de
- upgraded to current trunk svn
- various cleanups
- Canon EOS 400D capture support started.
- make check now in %check, postun runs ldconfig
-------------------------------------------------------------------
Thu May 17 15:39:11 CEST 2007 - meissner@suse.de

View File

@ -14,17 +14,17 @@ Name: libgphoto2
BuildRequires: doxygen gcc-c++ hal-devel libexif-devel libjpeg-devel libusb-devel resmgr
URL: http://gphoto.org/
%define prefix /usr
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL), individual distribution permission.
Group: Hardware/Other
Summary: A Digital Camera Library
Version: 2.3.1.4.trunk
Release: 1
Release: 17
Source0: libgphoto2-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: udev resmgr
%package devel
Summary: Development headers for libgphoto2
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL), individual distribution permission.
Group: Hardware/Other
Requires: libgphoto2 = %version libusb-devel
Requires: libexif-devel
@ -148,6 +148,8 @@ export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fstack-protector"
--with-doc-dir=%{_defaultdocdir}/%{name} \
--with-drivers=all
make %{?jobs:-j%jobs}
%check
make check
%install
@ -226,7 +228,15 @@ rm -rf $RPM_BUILD_ROOT
%post
%run_ldconfig
%postun
%run_ldconfig
%changelog
* Mon Jun 11 2007 - meissner@suse.de
- upgraded to current trunk svn
- various cleanups
- Canon EOS 400D capture support started.
- make check now in %%check, postun runs ldconfig
* Thu May 17 2007 - meissner@suse.de
- upstream 2.3.1.4.trunk:
- lots of bugfixes coming from Coverity