]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
- awk syntax is not supported by df, release 1 auto/th/sqlite3-3.8.8.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 26 Feb 2015 14:30:41 +0000 (15:30 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 26 Feb 2015 14:30:41 +0000 (15:30 +0100)
sqlite3.spec

index b020f56afc40825ee484ea6ca22bdd64755e4e07..0e3842c078dada833f1587160481f1faba7a3694 100644 (file)
@@ -8,7 +8,7 @@
 %bcond_without doc             # disable documentation building
 %bcond_without unlock_notify   # disable unlock notify API
 %bcond_without load_extension  # enable load extension API
-%bcond_with            icu             # ICU tokenizer support
+%bcond_with    icu             # ICU tokenizer support
 
 %ifarch alpha sparc %{x8664}
 %undefine      with_tests
@@ -21,7 +21,8 @@
 %endif
 
 %define                version_year    2015
-%define                version_num %(echo %{version} |  awk -F. '{printf("%d%02d%02d%02d", $1, $2, $3, $4)}')
+#define                version_num %(echo %{version} |  awk -F. '{printf("%d%02d%02d%02d", $1, $2, $3, $4)}')
+%define                version_num     3080803
 %define                _ulibdir        /usr/lib
 %define                tclver          8.6
 
@@ -29,7 +30,7 @@ Summary:      SQLite library
 Summary(pl.UTF-8):     Biblioteka SQLite
 Name:          sqlite3
 Version:       3.8.8.3
-Release:       3
+Release:       1
 License:       Public Domain
 Group:         Libraries
 # Source0Download: http://www.sqlite.org/download.html
This page took 0.03471 seconds and 4 git commands to generate.