This commit is contained in:
parent
3ed3183f84
commit
ec57933983
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:237a9a518761758601e90bb6191b911c19b653075d06289c6f51347f458ed24f
|
oid sha256:fcc0c4f652e4ef34797b80b7528e1b4208bb6c6153a611016d428977c8b399da
|
||||||
size 2808603
|
size 3256517
|
||||||
|
@ -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
|
Thu May 17 15:39:11 CEST 2007 - meissner@suse.de
|
||||||
|
|
||||||
|
@ -14,17 +14,17 @@ Name: libgphoto2
|
|||||||
BuildRequires: doxygen gcc-c++ hal-devel libexif-devel libjpeg-devel libusb-devel resmgr
|
BuildRequires: doxygen gcc-c++ hal-devel libexif-devel libjpeg-devel libusb-devel resmgr
|
||||||
URL: http://gphoto.org/
|
URL: http://gphoto.org/
|
||||||
%define prefix /usr
|
%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
|
Group: Hardware/Other
|
||||||
Summary: A Digital Camera Library
|
Summary: A Digital Camera Library
|
||||||
Version: 2.3.1.4.trunk
|
Version: 2.3.1.4.trunk
|
||||||
Release: 1
|
Release: 17
|
||||||
Source0: libgphoto2-%{version}.tar.bz2
|
Source0: libgphoto2-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: udev resmgr
|
Requires: udev resmgr
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development headers for libgphoto2
|
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
|
Group: Hardware/Other
|
||||||
Requires: libgphoto2 = %version libusb-devel
|
Requires: libgphoto2 = %version libusb-devel
|
||||||
Requires: libexif-devel
|
Requires: libexif-devel
|
||||||
@ -148,6 +148,8 @@ export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fstack-protector"
|
|||||||
--with-doc-dir=%{_defaultdocdir}/%{name} \
|
--with-doc-dir=%{_defaultdocdir}/%{name} \
|
||||||
--with-drivers=all
|
--with-drivers=all
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -226,7 +228,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%post
|
%post
|
||||||
%run_ldconfig
|
%run_ldconfig
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%run_ldconfig
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu May 17 2007 - meissner@suse.de
|
||||||
- upstream 2.3.1.4.trunk:
|
- upstream 2.3.1.4.trunk:
|
||||||
- lots of bugfixes coming from Coverity
|
- lots of bugfixes coming from Coverity
|
||||||
|
Loading…
Reference in New Issue
Block a user