]> git.pld-linux.org Git - packages/sqlite3.git/blobdiff - sqlite3.spec
- 3.8.10.1
[packages/sqlite3.git] / sqlite3.spec
index 63fe77579274bedffcea22125c3aec415b54dc00..3413b80400a63fe23d2f62073388c8ff613ccc7a 100644 (file)
 %undefine      with_tests
 %endif
 
-#define                version_num %(echo %{version} |  awk -F. '{printf("%d%02d%02d%02d", $1, $2, $3, $4)}')
-%define                version_num     3080803
+# sqlite3 version with zero padded without any dots (3 08 10 01 is 3.8.10.1)
+%define                vnum    3081002
+%define                ver             %{lua:vn=rpm.expand("%vnum");v="";for i in string.gmatch(string.format("%08d", vn), "..") do; v=v.."."..i:gsub("^0", "");end;v=v:gsub("^.","");print(v)}
+
 %define                tclver          8.6
 Summary:       SQLite library
 Summary(pl.UTF-8):     Biblioteka SQLite
 Name:          sqlite3
-Version:       3.8.8.3
+Version:       %{ver}
 Release:       1
 License:       Public Domain
 Group:         Libraries
 # Source0Download: http://www.sqlite.org/download.html
-Source0:       http://www.sqlite.org/2015/sqlite-src-%{version_num}.zip
-# Source0-md5: 7aed8084e18c2677c71345cbd8ca0b76
+Source0:       http://www.sqlite.org/2015/sqlite-src-%{vnum}.zip
+# Source0-md5: 5d717638b97b3be1a4d855d957028738
 Patch0:                %{name}-sign-function.patch
 URL:           http://www.sqlite.org/
 %{?with_load_extension:Provides:       %{name}(load_extension)}
@@ -174,7 +176,7 @@ sqlite3 tcl extension.
 Rozszerzenie sqlite3 dla Tcl.
 
 %prep
-%setup -q -n sqlite-src-%{version_num}
+%setup -q -n sqlite-src-%{vnum}
 %patch0 -p1
 
 %{__sed} -i 's/mkdir doc/#mkdir doc/' Makefile.in
This page took 0.053063 seconds and 4 git commands to generate.