]> git.pld-linux.org Git - packages/sqlite3.git/blobdiff - sqlite3.spec
- updated to 3.6.3
[packages/sqlite3.git] / sqlite3.spec
index 31cc9f05720e4619e45c6479d8a5b559ee01a386..95c9d0dd65e30df01335a9a6cfc8b1ac3c470ec8 100644 (file)
@@ -1,6 +1,10 @@
 # TODO:
 # - some tests fail with tcl8.5, it's tcl fault,
 #      if someone REALLY cares (s)he can look into it
+# - alpha build fail:
+#   tclsh ./tool/mksqlite3c.tcl
+#   tclsh: allocatestack.c:404: allocate_stack: Assertion `size != 0' failed.
+#   make: *** [sqlite3.c] Aborted
 #
 # Conditional build:
 %bcond_with    tests   # run tests
 %undefine      with_tests
 %endif
 
-%define         _ulibdir        /usr/lib
+%define                _ulibdir        /usr/lib
 %define                tclver          8.5
 
 Summary:       SQLite library
 Summary(pl.UTF-8):     Biblioteka SQLite
 Name:          sqlite3
-Version:       3.5.7
-Release:       2
+Version:       3.6.3
+Release:       1
 License:       LGPL
 Group:         Libraries
-# Source0Download: http://sqlite.org/download.html
-Source0:       http://sqlite.org/sqlite-%{version}.tar.gz
-# Source0-md5: 8e4b8c7192c045a4a68c9f4d5cfab8a8
+# Source0Download: http://www.sqlite.org/download.html
+Source0:       http://www.sqlite.org/sqlite-%{version}.tar.gz
+# Source0-md5: 671d2715f33158abc47a7a2ddd6066c5
 Patch0:                %{name}-sign-function.patch
 Patch1:                %{name}-pkgconfig.patch
-URL:           http://sqlite.org/
+URL:           http://www.sqlite.org/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
@@ -204,7 +208,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc doc/lemon.html doc/report1.txt
 %attr(755,root,root) %{_libdir}/libsqlite3.so
 %{_libdir}/libsqlite3.la
 %{_includedir}/sqlite3.h
This page took 0.031372 seconds and 4 git commands to generate.