SPECS (AC-branch): logjam.spec - sqlite bcond (off not to add new ...

glen glen at pld-linux.org
Mon Mar 19 01:44:32 CET 2007


Author: glen                         Date: Mon Mar 19 00:44:32 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- sqlite bcond (off not to add new dep in ac)

---- Files affected:
SPECS:
   logjam.spec (1.21 -> 1.21.2.1) 

---- Diffs:

================================================================
Index: SPECS/logjam.spec
diff -u SPECS/logjam.spec:1.21 SPECS/logjam.spec:1.21.2.1
--- SPECS/logjam.spec:1.21	Sat Apr  8 11:31:35 2006
+++ SPECS/logjam.spec	Mon Mar 19 01:44:27 2007
@@ -1,4 +1,8 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with	sqlite		# sqlite
+#
 Summary:	The GTK+2-client for LiveJournal
 Summary(pl):	Oparty na GTK+2 klient do LiveJournala
 Name:		logjam
@@ -43,7 +47,7 @@
 cp -f /usr/share/automake/config.sub .
 %configure \
 	--with-xmms=runtime \
-	--with-sqlite3
+	%{?with_sqlite:--with-sqlite3}
 %{__make}
 
 %install
@@ -74,6 +78,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21.2.1  2007/03/19 00:44:27  glen
+- sqlite bcond (off not to add new dep in ac)
+
 Revision 1.21  2006/04/08 09:31:35  aredridel
 - fix patch number
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/logjam.spec?r1=1.21&r2=1.21.2.1&f=u



More information about the pld-cvs-commit mailing list