]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
drop pointless year macro
authorElan Ruusamäe <glen@delfi.ee>
Thu, 26 Feb 2015 20:08:01 +0000 (22:08 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 26 Feb 2015 20:08:01 +0000 (22:08 +0200)
sqlite3.spec

index 0e3842c078dada833f1587160481f1faba7a3694..63fe77579274bedffcea22125c3aec415b54dc00 100644 (file)
 %undefine      with_tests
 %endif
 
-%define                version_year    2015
 #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
-
 Summary:       SQLite library
 Summary(pl.UTF-8):     Biblioteka SQLite
 Name:          sqlite3
@@ -34,7 +31,7 @@ Release:      1
 License:       Public Domain
 Group:         Libraries
 # Source0Download: http://www.sqlite.org/download.html
-Source0:       http://www.sqlite.org/%{version_year}/sqlite-src-%{version_num}.zip
+Source0:       http://www.sqlite.org/2015/sqlite-src-%{version_num}.zip
 # Source0-md5: 7aed8084e18c2677c71345cbd8ca0b76
 Patch0:                %{name}-sign-function.patch
 URL:           http://www.sqlite.org/
@@ -51,6 +48,8 @@ BuildRequires:        tcl
 BuildRequires: unzip
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _ulibdir        /usr/lib
+
 %description
 SQLite is a C library that implements an SQL database engine. A large
 subset of SQL92 is supported. A complete database is stored in a
This page took 0.291285 seconds and 4 git commands to generate.