This commit is contained in:
parent
dcbba3fd50
commit
a9861cf819
@ -1,11 +0,0 @@
|
|||||||
--- gphoto2/gphoto2-filesys.h
|
|
||||||
+++ gphoto2/gphoto2-filesys.h
|
|
||||||
@@ -124,7 +124,7 @@
|
|
||||||
typedef enum { /* same as PTP_AC_xxxx */
|
|
||||||
GP_STORAGEINFO_AC_READWRITE = 0,
|
|
||||||
GP_STORAGEINFO_AC_READONLY = 1,
|
|
||||||
- GP_STORAGEINFO_AC_READONLY_WITH_DELETE = 2,
|
|
||||||
+ GP_STORAGEINFO_AC_READONLY_WITH_DELETE = 2
|
|
||||||
} CameraStorageAccessType;
|
|
||||||
|
|
||||||
typedef enum { /* same as PTP_FST_xxxx */
|
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d55fc6ae3b96ad893f0c71779719347fd4e12a9febc27cf92f461e7990a78c37
|
oid sha256:7ae8eae53d7db5afa79982c54e34b545f8467cf2b02468871784488897943bbe
|
||||||
size 2699773
|
size 2698683
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 13 14:43:22 CET 2007 - meissner@suse.de
|
||||||
|
|
||||||
|
- use upstream current SVN with last patch included
|
||||||
|
- run make check
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 12 20:39:17 CET 2007 - dmueller@suse.de
|
Fri Jan 12 20:39:17 CET 2007 - dmueller@suse.de
|
||||||
|
|
||||||
|
@ -18,9 +18,8 @@ License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
|||||||
Group: Hardware/Other
|
Group: Hardware/Other
|
||||||
Summary: A Digital Camera Library
|
Summary: A Digital Camera Library
|
||||||
Version: 2.3.1.3.trunk
|
Version: 2.3.1.3.trunk
|
||||||
Release: 4
|
Release: 5
|
||||||
Source0: libgphoto2-%{version}.tar.bz2
|
Source0: libgphoto2-%{version}.tar.bz2
|
||||||
Patch: fix-pedantic-compile.diff
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: udev resmgr
|
Requires: udev resmgr
|
||||||
%package devel
|
%package devel
|
||||||
@ -137,7 +136,6 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{?suse_update_config:%{suse_update_config -f . libgphoto2_port}}
|
%{?suse_update_config:%{suse_update_config -f . libgphoto2_port}}
|
||||||
@ -154,6 +152,7 @@ CFLAGS="$RPM_OPT_FLAGS" \
|
|||||||
--with-drivers=all \
|
--with-drivers=all \
|
||||||
--disable-static
|
--disable-static
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# skip-check-libtool-deps
|
# skip-check-libtool-deps
|
||||||
@ -233,6 +232,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%run_ldconfig
|
%run_ldconfig
|
||||||
|
|
||||||
%changelog -n libgphoto2
|
%changelog -n libgphoto2
|
||||||
|
* Sat Jan 13 2007 - meissner@suse.de
|
||||||
|
- use upstream current SVN with last patch included
|
||||||
|
- run make check
|
||||||
* Fri Jan 12 2007 - dmueller@suse.de
|
* Fri Jan 12 2007 - dmueller@suse.de
|
||||||
- fix pedantic header compile
|
- fix pedantic header compile
|
||||||
* Mon Jan 08 2007 - meissner@suse.de
|
* Mon Jan 08 2007 - meissner@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user