This commit is contained in:
parent
c7f273b846
commit
6f8638888b
11
accept-old-libexiv2.diff
Normal file
11
accept-old-libexiv2.diff
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- digikam/configure.in.in 2007/01/03 19:01:44 1.1
|
||||||
|
+++ digikam/configure.in.in 2007/01/03 19:02:04
|
||||||
|
@@ -216,7 +216,7 @@
|
||||||
|
|
||||||
|
have_exiv2='no'
|
||||||
|
if test "$PKGCONFIGFOUND" = "yes" ; then
|
||||||
|
- KDE_PKG_CHECK_MODULES(EXIV2, exiv2 >= 0.12, have_exiv2=yes,have_exiv2=no)
|
||||||
|
+ KDE_PKG_CHECK_MODULES(EXIV2, exiv2 >= 0.11, have_exiv2=yes,have_exiv2=no)
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test "x$have_exiv2" != "xyes"; then
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 4 10:30:56 CET 2007 - stbinner@suse.de
|
||||||
|
|
||||||
|
- fix build on 10.2 in KDE:Backports
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 18 22:16:20 CET 2006 - stbinner@suse.de
|
Mon Dec 18 22:16:20 CET 2006 - stbinner@suse.de
|
||||||
|
|
||||||
|
10
digikam.spec
10
digikam.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package digikam (Version 0.9.0)
|
# spec file for package digikam (Version 0.9.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -24,7 +24,7 @@ License: GNU General Public License (GPL)
|
|||||||
Group: Hardware/Other
|
Group: Hardware/Other
|
||||||
Summary: A KDE Photo Manager
|
Summary: A KDE Photo Manager
|
||||||
Version: 0.9.0
|
Version: 0.9.0
|
||||||
Release: 7
|
Release: 13
|
||||||
%define rversion %version
|
%define rversion %version
|
||||||
URL: http://www.digikam.org/
|
URL: http://www.digikam.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -36,6 +36,7 @@ Patch4: digikam-gphoto-disk.patch
|
|||||||
Patch5: digikam-load.diff
|
Patch5: digikam-load.diff
|
||||||
Patch7: digikam-print.diff
|
Patch7: digikam-print.diff
|
||||||
Patch9: renamepreview.patch
|
Patch9: renamepreview.patch
|
||||||
|
Patch10: accept-old-libexiv2.diff
|
||||||
Requires: imlib2-loaders
|
Requires: imlib2-loaders
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -63,6 +64,9 @@ rm -rf digikam/sqlite
|
|||||||
#%patch5 -p0
|
#%patch5 -p0
|
||||||
%patch7
|
%patch7
|
||||||
%patch9
|
%patch9
|
||||||
|
%if %suse_version == 1020
|
||||||
|
%patch10
|
||||||
|
%endif
|
||||||
. /etc/opt/kde3/common_options
|
. /etc/opt/kde3/common_options
|
||||||
update_admin --no-unsermake
|
update_admin --no-unsermake
|
||||||
|
|
||||||
@ -112,6 +116,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir /opt/kde3/share/doc/HTML/en/digikam-%rversion-apidocs
|
%dir /opt/kde3/share/doc/HTML/en/digikam-%rversion-apidocs
|
||||||
|
|
||||||
%changelog -n digikam
|
%changelog -n digikam
|
||||||
|
* Thu Jan 04 2007 - stbinner@suse.de
|
||||||
|
- fix build on 10.2 in KDE:Backports
|
||||||
* Mon Dec 18 2006 - stbinner@suse.de
|
* Mon Dec 18 2006 - stbinner@suse.de
|
||||||
- update to final 0.9 release
|
- update to final 0.9 release
|
||||||
* Sat Dec 09 2006 - dmueller@suse.de
|
* Sat Dec 09 2006 - dmueller@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user