rpms/digikam/EL-5 digikam.spec,1.34,1.35

Rex Dieter rdieter at fedoraproject.org
Mon Sep 22 17:25:20 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/digikam/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2755

Modified Files:
	digikam.spec 
Log Message:
EL doesn't have sqlite, used embedded copy



Index: digikam.spec
===================================================================
RCS file: /cvs/pkgs/rpms/digikam/EL-5/digikam.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- digikam.spec	21 Sep 2008 21:12:31 -0000	1.34
+++ digikam.spec	22 Sep 2008 17:24:49 -0000	1.35
@@ -14,6 +14,8 @@
 BuildRequires:  gettext
 %if 0%{?fedora} > 6
 BuildRequires:  kdelibs3-devel
+%define _without_included_sqlite3 --without-included-sqlite3
+BuildRequires:  sqlite-devel
 %else
 BuildRequires:  kdelibs-devel libutempter-devel
 %endif
@@ -32,7 +34,6 @@
 %if 0%{?fedora} > 4 || 0%{?rhel} > 4
 BuildRequires:	libtool-ltdl-devel
 %endif
-BuildRequires:  sqlite-devel
 
 Provides:	digikamimageplugins = %{version}-%{release}
 Obsoletes:	digikamimageplugins < 0.9.1-2
@@ -73,7 +74,7 @@
 	--disable-warnings \
 	--disable-dependency-tracking \
 	--enable-final \
-	--without-included-sqlite3
+        %{?_without_included_sqlite3} 
 
 make %{?_smp_mflags}
 




More information about the fedora-extras-commits mailing list