SPECS: sqlite.spec - bcond header, cosmetics.
pluto
pluto at pld-linux.org
Sat Sep 24 00:43:29 CEST 2005
Author: pluto Date: Fri Sep 23 22:43:29 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- bcond header, cosmetics.
---- Files affected:
SPECS:
sqlite.spec (1.48 -> 1.49)
---- Diffs:
================================================================
Index: SPECS/sqlite.spec
diff -u SPECS/sqlite.spec:1.48 SPECS/sqlite.spec:1.49
--- SPECS/sqlite.spec:1.48 Sat Sep 17 14:00:34 2005
+++ SPECS/sqlite.spec Sat Sep 24 00:43:23 2005
@@ -1,5 +1,8 @@
# $Revision$, $Date$
-%bcond_with utf8 # build with UTF-8 support
+#
+# Conditional build:
+%bcond_with utf8 # build with UTF-8 support
+#
Summary: SQLite library
Summary(pl): Biblioteka SQLite
Name: sqlite
@@ -121,12 +124,14 @@
%patch0 -p1
%build
-%{__libtoolize}
cp -f /usr/share/automake/config.sub .
+%{__libtoolize}
%{__aclocal}
%{__autoconf}
+
%configure \
%{?with_utf8:--enable-utf8}
+
%{__make}
%{__make} doc
@@ -170,6 +175,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.49 2005/09/23 22:43:23 pluto
+- bcond header, cosmetics.
+
Revision 1.48 2005/09/17 12:00:34 arekm
- new readline, 5.0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/sqlite.spec?r1=1.48&r2=1.49&f=u
More information about the pld-cvs-commit
mailing list