really apply fix at previous release [release 3.24.0.0-3mamba;Mon Jun 25 2018]
This commit is contained in:
parent
ef9c737e75
commit
c019df29da
@ -10,8 +10,8 @@
|
|||||||
%endif
|
%endif
|
||||||
%define year %(date +%Y)
|
%define year %(date +%Y)
|
||||||
Name: libsqlite
|
Name: libsqlite
|
||||||
Version: 3.15.2.0
|
Version: 3.24.0.0
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A C library that implements an embeddable SQL database engine
|
Summary: A C library that implements an embeddable SQL database engine
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -159,6 +159,8 @@ install -D -m644 sqlite3.1 %{buildroot}%{_mandir}/man1/sqlite3.1
|
|||||||
|
|
||||||
mkdir -p %{buildroot}%{_docdir}
|
mkdir -p %{buildroot}%{_docdir}
|
||||||
cp -a sqlite-doc-%{doc_version}00 %{buildroot}%{_docdir}/
|
cp -a sqlite-doc-%{doc_version}00 %{buildroot}%{_docdir}/
|
||||||
|
rm -f %{buildroot}%{_docdir}/sqlite-doc-%{doc_version}00/search
|
||||||
|
rm -rf %{buildroot}%{_docdir}/sqlite-doc-%{doc_version}00/search.d
|
||||||
|
|
||||||
#%if "%{_host}" == "%{_build}"
|
#%if "%{_host}" == "%{_build}"
|
||||||
#mkdir -p %{buildroot}%{_datadir}/lemon
|
#mkdir -p %{buildroot}%{_datadir}/lemon
|
||||||
@ -214,6 +216,15 @@ make test || :
|
|||||||
%{_mandir}/mann/*
|
%{_mandir}/mann/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 25 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 3.24.0.0-3mamba
|
||||||
|
- really apply fix at previous release
|
||||||
|
|
||||||
|
* Sat Jun 16 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 3.24.0.0-2mamba
|
||||||
|
- libsqlite-doc: remove search and search.d/* requiring missing tclsh.docsrc
|
||||||
|
|
||||||
|
* Sat Jun 16 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 3.24.0.0-1mamba
|
||||||
|
- update to 3.24.0.0
|
||||||
|
|
||||||
* Sat Dec 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.15.2.0-2mamba
|
* Sat Dec 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.15.2.0-2mamba
|
||||||
- rebuilt with -DSQLITE_ENABLE_DBSTAT_VTAB=1 for thunderbird
|
- rebuilt with -DSQLITE_ENABLE_DBSTAT_VTAB=1 for thunderbird
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user