Browse code

Fix sqlite version

Change-Id: I2643feb909a607ba26cb586967e12c827ab56cdd
Reviewed-on: http://photon-jenkins.eng.vmware.com/502
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: suezzelur <anishs@vmware.com>

suezzelur authored on 2016/02/04 20:05:49
Showing 1 changed files
... ...
@@ -1,13 +1,14 @@
1
+%define sourcever 3080301
1 2
 Summary:	A portable, high level programming interface to various calling conventions
2 3
 Name:		sqlite-autoconf
3
-Version:	3080301
4
-Release:	1%{?dist}
4
+Version:	3.8.3.1
5
+Release:	2%{?dist}
5 6
 License:	Public Domain
6 7
 URL:		http://www.sqlite.org
7 8
 Group:		System Environment/GeneralLibraries
8 9
 Vendor:		VMware, Inc.
9 10
 Distribution: Photon
10
-Source0:	http://sqlite.org/2014/%{name}-%{version}.tar.gz
11
+Source0:	http://sqlite.org/2014/%{name}-3080301.tar.gz
11 12
 %define sha1 sqlite-autoconf=a9b0a3d66fb5c2ae51ad2d8a512ca827adc7d59c
12 13
 Obsoletes:	libsqlite
13 14
 Provides:	sqlite3
... ...
@@ -16,7 +17,7 @@ This package contains most of the static files that comprise the
16 16
 www.sqlite.org website including all of the SQL Syntax and the 
17 17
 C/C++ interface specs and other miscellaneous documentation.
18 18
 %prep
19
-%setup -q
19
+%setup -q -n %{name}-%{sourcever}
20 20
 %build
21 21
 ./configure \
22 22
 	CFLAGS="%{optflags}" \
... ...
@@ -50,5 +51,7 @@ rm -rf %{buildroot}/*
50 50
 %{_libdir}/pkgconfig/*
51 51
 %{_mandir}/man1/*
52 52
 %changelog
53
+*	Wed Feb 03 2016 Anish Swaminathan <anishs@vmware.com> - 3.8.3.1-2
54
+- 	Fix versioning
53 55
 *	Mon Oct 7 2014 Divya Thaluru <dthaluru@vmware.com> 3080301-1
54 56
 -	Initial build.	First version