]> git.pld-linux.org Git - packages/sqlite3.git/blobdiff - sqlite3.spec
- 3.8.10.1
[packages/sqlite3.git] / sqlite3.spec
index 146f56a34fe4b66bbbccc00c42970cac6b296899..3413b80400a63fe23d2f62073388c8ff613ccc7a 100644 (file)
 %undefine      with_tests
 %endif
 
-%define                ver     %{lua:v="";for i in string.gmatch(string.format("%08d", %{vnum}), "..") do; v=v..i:gsub("^0", ".");end;v=v:gsub("^.","");print(v)}
-%define                vnum    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
@@ -32,7 +34,7 @@ License:      Public Domain
 Group:         Libraries
 # Source0Download: http://www.sqlite.org/download.html
 Source0:       http://www.sqlite.org/2015/sqlite-src-%{vnum}.zip
-# Source0-md5: 7aed8084e18c2677c71345cbd8ca0b76
+# 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.037205 seconds and 4 git commands to generate.