[packages/sqlite3] - drop pointless lua, not working with rpm 4.5
hawk
hawk at pld-linux.org
Fri Jul 24 14:42:51 CEST 2015
commit 8e7f59801c98a293ee0b9d5afca0e18ec0b57089
Author: Marcin Krol <hawk at tld-linux.org>
Date: Fri Jul 24 12:41:22 2015 +0000
- drop pointless lua, not working with rpm 4.5
sqlite3.spec | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/sqlite3.spec b/sqlite3.spec
index 3413b80..56287c0 100644
--- a/sqlite3.spec
+++ b/sqlite3.spec
@@ -22,13 +22,12 @@
# 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: %{ver}
+Version: 3.8.10.2
Release: 1
License: Public Domain
Group: Libraries
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sqlite3.git/commitdiff/8e7f59801c98a293ee0b9d5afca0e18ec0b57089
More information about the pld-cvs-commit
mailing list