]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
- up to 3.2.5 auto/ac/sqlite3-3_2_5-1
authorMarcin Gajda <m.gajda@functional-software.com>
Tue, 13 Sep 2005 07:33:33 +0000 (07:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix build on pl_PL locales (due to date 'Sty 01 ...')

Changed files:
    sqlite3.spec -> 1.12

sqlite3.spec

index 0879b2cf5e49a942f5dc3114cae269c88fa32907..7732606a6a2a5beebf1ac2f465b538130a74a36b 100644 (file)
@@ -7,13 +7,13 @@
 Summary:       SQLite library
 Summary(pl):   Biblioteka SQLite
 Name:          sqlite3
-Version:       3.2.2
-Release:       2
+Version:       3.2.5
+Release:       1
 License:       LGPL
 Group:         Libraries
 # Source0Download: http://sqlite.org/download.html
 Source0:       http://sqlite.org/sqlite-%{version}.tar.gz
-# Source0-md5: 802f19e1f0eba56f3f1be8c6491c8a55
+# Source0-md5: 0f07cfd8591c3fcae159f0c69bf2436f
 URL:           http://sqlite.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -151,7 +151,7 @@ cp -f /usr/share/automake/config.sub .
 %{__make}
 %{__make} doc
 
-%{?with_tests:%{__make} test}
+%{?with_tests:LC_ALL=C %{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.187068 seconds and 4 git commands to generate.