- unwanted cgi-script in docs creating broken dependencies, remove it
- make doc sub-package noarch
This commit is contained in:
parent
4cd939c0fa
commit
4ddb5c027f
10
sqlite.spec
10
sqlite.spec
@ -9,7 +9,7 @@
|
||||
Summary: Library that implements an embeddable SQL database engine
|
||||
Name: sqlite
|
||||
Version: %{rpmver}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: Public Domain
|
||||
Group: Applications/Databases
|
||||
URL: http://www.sqlite.org/
|
||||
@ -55,6 +55,7 @@ to install %{name}-devel.
|
||||
%package doc
|
||||
Summary: Documentation for sqlite
|
||||
Group: Documentation
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
This package contains most of the static HTML files that comprise the
|
||||
@ -93,6 +94,9 @@ This package contains the tcl modules for %{name}.
|
||||
%patch2 -p1 -b .lemon-system-template
|
||||
%patch3 -p1 -b .wal2-nodirsync
|
||||
|
||||
# Remove cgi-script erroneously included in sqlite-doc-3070500
|
||||
rm -f %{name}-doc-%{realver}/search
|
||||
|
||||
%build
|
||||
autoconf
|
||||
export CFLAGS="$RPM_OPT_FLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -Wall -fno-strict-aliasing"
|
||||
@ -175,6 +179,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 2 2011 Panu Matilainen <pmatilai@redhat.com> - 3.7.5-2
|
||||
- unwanted cgi-script in docs creating broken dependencies, remove it
|
||||
- make doc sub-package noarch
|
||||
|
||||
* Tue Feb 1 2011 Panu Matilainen <pmatilai@redhat.com> - 3.7.5-1
|
||||
- update to 3.7.5 (http://www.sqlite.org/releaselog/3_7_5.html)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user