rpms/digikam/F-9 digikam.spec,1.55,1.56

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Fri Jul 18 18:12:57 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/digikam/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30039

Modified Files:
	digikam.spec 
Log Message:
* Fri Jul 18 2008 Rex Dieter <rdieter at fedoraproject.org> - 0.9.4-2
- --without-included-sqlite3, BR: sqlite-devel



Index: digikam.spec
===================================================================
RCS file: /cvs/pkgs/rpms/digikam/F-9/digikam.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- digikam.spec	17 Jul 2008 15:54:27 -0000	1.55
+++ digikam.spec	18 Jul 2008 18:11:57 -0000	1.56
@@ -1,7 +1,7 @@
 
 Name:		digikam
 Version:	0.9.4
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 Summary:	A digital camera accessing & photo management application
 
 Group:		Applications/Multimedia
@@ -28,6 +28,7 @@
 %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
@@ -53,6 +54,7 @@
 This package contains the libraries, include files and other resources
 needed to develop applications using %{name}.
 
+
 %prep
 %setup -q -n %{name}-%{version}%{?beta:-%{beta}}
 
@@ -66,9 +68,12 @@
 	--disable-debug \
 	--disable-warnings \
 	--disable-dependency-tracking \
-	--enable-final
+	--enable-final \
+	--without-included-sqlite3
+
 make %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -98,7 +103,6 @@
 %post
 /sbin/ldconfig
 update-desktop-database &> /dev/null ||:
-
 touch --no-create %{_datadir}/icons/hicolor || :
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
 	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
@@ -107,15 +111,16 @@
 %postun
 /sbin/ldconfig
 update-desktop-database &> /dev/null ||:
-
 touch --no-create %{_datadir}/icons/hicolor || :
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
 	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING HACKING NEWS README TODO
@@ -143,6 +148,9 @@
 
 
 %changelog
+* Fri Jul 18 2008 Rex Dieter <rdieter at fedoraproject.org> - 0.9.4-2
+- --without-included-sqlite3, BR: sqlite-devel
+
 * Thu Jul 17 2008 Rex Dieter <rdieter at fedoraproject.org> - 0.9.4-1
 - digikam-0.9.4
 




More information about the fedora-extras-commits mailing list