From ec579339831979c92a7ed3d3387a0b45ae9e86aa3d40730e9cf15cc036ddf4cf Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 13 Jun 2007 22:39:31 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgphoto2?expand=0&rev=8 --- libgphoto2-2.3.1.4.trunk.tar.bz2 | 4 ++-- libgphoto2.changes | 8 ++++++++ libgphoto2.spec | 16 +++++++++++++--- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/libgphoto2-2.3.1.4.trunk.tar.bz2 b/libgphoto2-2.3.1.4.trunk.tar.bz2 index fe864aa..bc0653a 100644 --- a/libgphoto2-2.3.1.4.trunk.tar.bz2 +++ b/libgphoto2-2.3.1.4.trunk.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:237a9a518761758601e90bb6191b911c19b653075d06289c6f51347f458ed24f -size 2808603 +oid sha256:fcc0c4f652e4ef34797b80b7528e1b4208bb6c6153a611016d428977c8b399da +size 3256517 diff --git a/libgphoto2.changes b/libgphoto2.changes index 9c537b3..c0f4b6e 100644 --- a/libgphoto2.changes +++ b/libgphoto2.changes @@ -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 diff --git a/libgphoto2.spec b/libgphoto2.spec index 6bde288..67379db 100644 --- a/libgphoto2.spec +++ b/libgphoto2.spec @@ -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