- update to 3.6.14.2 (#505229)
This commit is contained in:
parent
a3b00fbea1
commit
e479b786b7
@ -1,2 +1,3 @@
|
|||||||
sqlite-3.6.14.tar.gz
|
sqlite-3.6.14.tar.gz
|
||||||
sqlite_docs_3_6_14.zip
|
sqlite_docs_3_6_14.zip
|
||||||
|
sqlite-3.6.14.2.tar.gz
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
4883696b283bae0838a2d468f2232437 sqlite-3.6.14.tar.gz
|
|
||||||
e2f5bb05bee9f6854728341058acbd5b sqlite_docs_3_6_14.zip
|
e2f5bb05bee9f6854728341058acbd5b sqlite_docs_3_6_14.zip
|
||||||
|
4c074691b48cd45854899ae4fece6301 sqlite-3.6.14.2.tar.gz
|
||||||
|
11
sqlite.spec
11
sqlite.spec
@ -3,12 +3,14 @@
|
|||||||
%bcond_with static
|
%bcond_with static
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
%define docver %(echo %{version}|sed -e "s/\\./_/g")
|
# upstream doesn't provide separate -docs sources for all minor releases
|
||||||
|
%define basever 3.6.14
|
||||||
|
%define docver %(echo %{basever}|sed -e "s/\\./_/g")
|
||||||
|
|
||||||
Summary: Library that implements an embeddable SQL database engine
|
Summary: Library that implements an embeddable SQL database engine
|
||||||
Name: sqlite
|
Name: sqlite
|
||||||
Version: 3.6.14
|
Version: %{basever}.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
URL: http://www.sqlite.org/
|
URL: http://www.sqlite.org/
|
||||||
@ -173,6 +175,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 12 2009 Panu Matilainen <pmatilai@redhat.com> - 3.6.14.2-1
|
||||||
|
- update to 3.6.14.2 (#505229)
|
||||||
|
|
||||||
* Mon May 18 2009 Panu Matilainen <pmatilai@redhat.com> - 3.6.14-2
|
* Mon May 18 2009 Panu Matilainen <pmatilai@redhat.com> - 3.6.14-2
|
||||||
- disable rpath
|
- disable rpath
|
||||||
- add -doc subpackage instead of patching out reference to it
|
- add -doc subpackage instead of patching out reference to it
|
||||||
|
Loading…
Reference in New Issue
Block a user