[packages/sqlite3] - awk syntax is not supported by df, release 1

qboosh qboosh at pld-linux.org
Thu Feb 26 15:27:35 CET 2015


commit cd683928bc30d8dd3569bf05b63d470b878093c3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Feb 26 15:30:41 2015 +0100

    - awk syntax is not supported by df, release 1

 sqlite3.spec | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/sqlite3.spec b/sqlite3.spec
index b020f56..0e3842c 100644
--- a/sqlite3.spec
+++ b/sqlite3.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sqlite3.git/commitdiff/cd683928bc30d8dd3569bf05b63d470b878093c3



More information about the pld-cvs-commit mailing list