2012-09-02 10:24:12 +00:00
|
|
|
%{!?tcl_version: %global tcl_version %((echo 0; echo 'puts $tcl_version' | tclsh) | tail -1)}
|
|
|
|
%{!?tcl_sitearch: %global tcl_sitearch %{_libdir}/tcl%{tcl_version}}
|
2009-08-19 06:59:10 +00:00
|
|
|
|
2006-03-01 02:50:18 +00:00
|
|
|
Name: sqlite2
|
2006-09-11 03:09:53 +00:00
|
|
|
Version: 2.8.17
|
2014-06-11 03:30:55 +00:00
|
|
|
Release: 16%{?dist}
|
2006-03-01 02:50:18 +00:00
|
|
|
|
|
|
|
Summary: Embeddable SQL engine in a C library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: Public Domain
|
|
|
|
URL: http://www.sqlite.org/
|
|
|
|
Source0: http://www.sqlite.org/sqlite-%{version}.tar.gz
|
|
|
|
Patch1: sqlite-2.8.15.rpath.patch
|
|
|
|
Patch2: sqlite-2.8.15-makefile.patch
|
|
|
|
Patch3: sqlite-2.8.3.test.rh9.patch
|
|
|
|
Patch4: sqlite-64bit-fixes.patch
|
|
|
|
Patch5: sqlite-2.8.15-arch-double-differences.patch
|
2009-03-24 04:14:46 +00:00
|
|
|
Patch6: sqlite-2.8.17-test.patch
|
|
|
|
Patch7: sqlite-2.8.17-tcl.patch
|
2012-03-23 09:54:06 +00:00
|
|
|
Patch8: sqlite-2.8.17-ppc64.patch
|
2013-12-08 12:27:08 +00:00
|
|
|
Patch9: sqlite-2.8.17-format-security.patch
|
2014-05-28 16:19:27 +00:00
|
|
|
Patch10: sqlite-2.8.17-tcl86.patch
|
2006-03-01 02:50:18 +00:00
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2012-09-02 10:24:12 +00:00
|
|
|
BuildRequires: ncurses-devel, readline-devel, %{_includedir}/tcl.h
|
|
|
|
Obsoletes: sqlite < 3, sqlite%{?_isa} < 3
|
2006-03-01 02:50:18 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
SQLite is a small, fast, embeddable SQL database engine that supports
|
|
|
|
most of SQL92, including transactions with atomic commit and rollback,
|
|
|
|
subqueries, compound queries, triggers, and views. A complete database
|
|
|
|
is stored in a single cross-platform disk file. The native C/C++ API
|
|
|
|
is simple and easy to use. Bindings for other languages are also
|
|
|
|
available.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for SQLite
|
|
|
|
Group: Development/Libraries
|
2012-09-02 10:24:12 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}, pkgconfig
|
|
|
|
Obsoletes: sqlite-devel < 3, sqlite-devel%{?_isa} < 3
|
2006-03-01 02:50:18 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
SQLite is a small, fast, embeddable SQL database engine that supports
|
|
|
|
most of SQL92, including transactions with atomic commit and rollback,
|
|
|
|
subqueries, compound queries, triggers, and views.
|
|
|
|
This package contains static library and header files for developing
|
|
|
|
applications using sqlite.
|
|
|
|
|
|
|
|
%package tcl
|
|
|
|
Summary: Tcl bindings for sqlite
|
|
|
|
Group: System Environment/Libraries
|
2012-09-02 10:24:12 +00:00
|
|
|
%if 0%{?rhel}%{?fedora} > 5
|
|
|
|
Requires: tcl(abi) = %{tcl_version}
|
|
|
|
%else
|
|
|
|
Requires: tcl%{?_isa} >= %{tcl_version}
|
|
|
|
%endif
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Obsoletes: sqlite-tcl < 3, sqlite-tcl%{?_isa} < 3
|
2006-03-01 02:50:18 +00:00
|
|
|
|
|
|
|
%description tcl
|
|
|
|
SQLite is a small, fast, embeddable SQL database engine that supports
|
|
|
|
most of SQL92, including transactions with atomic commit and rollback,
|
|
|
|
subqueries, compound queries, triggers, and views.
|
|
|
|
This package contains tcl bindings for sqlite.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n sqlite-%{version}
|
2014-06-11 03:30:55 +00:00
|
|
|
find . -type d -name CVS -print0 | xargs -0 rm -r
|
2006-03-01 02:50:18 +00:00
|
|
|
%patch1 -p1 -b .rpath
|
|
|
|
%patch2 -p1
|
|
|
|
%patch3 -p1
|
|
|
|
%patch4 -p1
|
|
|
|
%patch5 -p1
|
2009-03-24 04:14:46 +00:00
|
|
|
%patch6 -p1
|
|
|
|
%patch7 -p1
|
2012-03-23 09:54:06 +00:00
|
|
|
%patch8 -p1
|
2013-12-08 12:27:08 +00:00
|
|
|
%patch9 -p1
|
2014-05-28 16:19:27 +00:00
|
|
|
%patch10 -p1
|
2006-03-01 02:50:18 +00:00
|
|
|
sed -i.rpath 's!__VERSION__!%{version}!g' Makefile.in
|
|
|
|
# Patch additional /usr/lib locations where we don't have $(libdir)
|
|
|
|
# to substitute with.
|
|
|
|
sed -i.lib 's!@exec_prefix@/lib!%{_libdir}!g' Makefile.in
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS -DNDEBUG=1"
|
|
|
|
%configure --enable-utf8 --disable-static
|
|
|
|
make
|
|
|
|
make tclsqlite libtclsqlite.la doc
|
2009-03-24 04:14:46 +00:00
|
|
|
|
|
|
|
%check
|
2006-03-01 02:50:18 +00:00
|
|
|
#obs. make test doesn't like root
|
|
|
|
make test
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2012-09-02 10:24:12 +00:00
|
|
|
DIRECTORY=$RPM_BUILD_ROOT%{_libdir}/sqlite-%{version}
|
2006-03-01 02:50:18 +00:00
|
|
|
install -d $DIRECTORY
|
|
|
|
echo 'package ifneeded sqlite 2 [list load [file join $dir libtclsqlite.so]]' > $DIRECTORY/pkgIndex.tcl
|
|
|
|
|
|
|
|
%makeinstall
|
|
|
|
install -D -m 0644 sqlite.1 $RPM_BUILD_ROOT%{_mandir}/man1/sqlite.1
|
2012-09-02 10:24:12 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{tcl_sitearch}
|
|
|
|
mv -f $DIRECTORY $RPM_BUILD_ROOT%{tcl_sitearch}/sqlite2
|
2006-03-01 02:50:18 +00:00
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
2012-09-02 10:24:12 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/tclsqlite
|
2006-03-01 02:50:18 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/sql*
|
|
|
|
%{_libdir}/libsql*.so.*
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
2012-09-02 10:24:12 +00:00
|
|
|
%doc README doc/*
|
2006-03-01 02:50:18 +00:00
|
|
|
%{_libdir}/libsql*.so
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
|
|
|
%files tcl
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc doc/tclsqlite.html
|
2012-09-02 10:24:12 +00:00
|
|
|
%{tcl_sitearch}/sqlite2/
|
2006-03-01 02:50:18 +00:00
|
|
|
|
|
|
|
%changelog
|
2014-06-11 03:30:55 +00:00
|
|
|
* Tue Jun 10 2014 Luis Bazan <lbazan@fedoraproject.org> - 2.8.17-16
|
|
|
|
- Don't ship CVS files thanks "Ville Skyttä ville.skytta@iki.fi"
|
|
|
|
|
2014-06-08 07:03:46 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.17-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-21 10:40:21 +00:00
|
|
|
* Wed May 21 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.8.17-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86
|
|
|
|
|
2013-12-08 12:27:08 +00:00
|
|
|
* Sun Dec 08 2013 Robert Scheck <robert@fedoraproject.org> 2.8.17-13
|
|
|
|
- Solved build failures with "-Werror=format-security" (#1037335)
|
|
|
|
|
2013-08-04 15:38:42 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.17-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-15 00:29:16 +00:00
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.17-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-09-02 10:24:12 +00:00
|
|
|
* Sun Sep 02 2012 Robert Scheck <robert@fedoraproject.org> - 2.8.17-10
|
|
|
|
- Use macros to ensure that the correct tcl version is always used
|
|
|
|
|
2012-07-21 20:50:32 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.17-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-03-23 09:54:06 +00:00
|
|
|
* Fri Mar 23 2012 Robert Scheck <robert@fedoraproject.org> - 2.8.17-8
|
|
|
|
- Added a patch to avoid segmentation fault of tests on ppc64
|
|
|
|
|
2012-01-14 04:21:13 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.17-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-09 15:49:00 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.17-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2009-08-19 06:59:10 +00:00
|
|
|
* Tue Aug 18 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 2.8.17-5
|
|
|
|
- Install tcl subpackage in correct place, thanks to hkoba for patch (#516411)
|
|
|
|
- Use new tclver define, depend on at least tcl 8.5
|
|
|
|
|
2009-07-27 04:43:59 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.17-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-03-24 04:14:46 +00:00
|
|
|
* Mon Mar 23 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 2.8.17-3
|
|
|
|
- Add patches to build with new TCL and fix tests (#491726)
|
|
|
|
thanks to D. Marlin.
|
|
|
|
|
2007-10-03 23:16:53 +00:00
|
|
|
* Wed Oct 03 2007 Alex Lancaster <alexl@users.sourceforge.net> 2.8.17-2
|
|
|
|
- Rebuild for merged Fedora
|
|
|
|
|
|
|
|
* Sun Sep 10 2006 Mike McGrath <imlinux@gmail.com> 2.8.17-1
|
2006-09-11 03:09:53 +00:00
|
|
|
- New upstream source
|
|
|
|
|
2006-03-01 02:50:18 +00:00
|
|
|
* Tue Feb 28 2006 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 2.8.16-3
|
|
|
|
- Rebuild for Fedora Extras 5
|
|
|
|
|
|
|
|
* Sat Nov 26 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 2.8.16-2
|
|
|
|
- Disable static libs
|
|
|
|
|
|
|
|
* Fri May 20 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 2.8.16-1
|
|
|
|
- Name change to sqlite2
|
|
|
|
- Dropped Epoch
|
|
|
|
- Added Obsoletes to all subpackages
|
|
|
|
- Minor cosmetic changes
|
|
|
|
|
|
|
|
* Wed Feb 16 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:2.8.16-1
|
|
|
|
- Update to 2.8.16 bug-fix release + update patches.
|
|
|
|
|
|
|
|
* Tue Feb 15 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 2.8.15-2
|
|
|
|
- add sqlite-64bit-fixes.patch and sqlite-2.8.15-arch-double-differences.patch
|
|
|
|
fixes x86_64; Both were found in a mandrake srpm
|
|
|
|
- remove exclusive arch ix86; hopefully this fixes ppc also
|
|
|
|
|
|
|
|
* Sun Jan 23 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:2.8.15-1
|
|
|
|
- Add exclusive arch ix86 for now (make test segfaults on x86_64).
|
|
|
|
- Update makefile patch, $(exec_prefix)/lib -> $(libdir), and
|
|
|
|
substitute additional /usr/lib locations in %%prep for multilib
|
|
|
|
people to play with.
|
|
|
|
|
|
|
|
* Sun Sep 26 2004 Adrian Reber <adrian@lisas.de> - 0:2.8.15-0.fdr.1
|
|
|
|
- Update to 2.8.15
|
|
|
|
- Update patches
|
|
|
|
|
2013-12-08 12:41:07 +00:00
|
|
|
* Sat Jun 19 2004 Nils O. Selåsdal <NOS@Utel.no> - 0:2.8.14-0.fdr.1
|
2006-03-01 02:50:18 +00:00
|
|
|
- Update to 2.8.14
|
|
|
|
- Update patches
|
|
|
|
- --enable-releasemode
|
|
|
|
- small spec file tweaks
|
|
|
|
|
|
|
|
* Sat Dec 27 2003 Jean-Luc Fontaine <jfontain@free.fr> - 0:2.8.6-0.fdr.6
|
|
|
|
- in tcl rpm, removed tclsqlite, moved shared library in own sqlite
|
|
|
|
sub-directory add added pkgIndex.tcl file to make package dynamically
|
|
|
|
loadable in a Tcl interpreter
|
|
|
|
- in build requirements, work around tcl-devel and tk-devel packages non
|
|
|
|
existence in RH 8.0 and 9
|
|
|
|
- in tcl rpm, added tcl package requirement
|
|
|
|
- in tcl rpm, post ldconfig is not necessary
|
|
|
|
|
|
|
|
* Wed Nov 12 2003 Nils O. Selåsdal <NOS@Utel.no> - 0:2.8.6-0.fdr.5
|
|
|
|
- BuildRequires tcl-devel
|
|
|
|
- small .spec tweaks
|
|
|
|
|
|
|
|
* Tue Oct 28 2003 Nils O. Selåsdal <NOS@Utel.no> - 0:2.8.6-0.fdr.4
|
|
|
|
- exclude libtclsqlite.a
|
|
|
|
|
|
|
|
* Mon Oct 27 2003 Nils O. Selåsdal <NOS@Utel.no> - 0:2.8.6-0.fdr.3
|
|
|
|
- Fix readme -> README
|
|
|
|
|
|
|
|
* Mon Oct 27 2003 Nils O. Selåsdal <NOS@Utel.no> - 0:2.8.6-0.fdr.2
|
|
|
|
- Better summary/description
|
|
|
|
- Add patch for not using rpath
|
|
|
|
- Add patch that builds tclsqlite (From Anvil's package)
|
|
|
|
- Add patch that fixes the tests (From Anvil's package)
|
|
|
|
- New tcl subpackage
|
|
|
|
- Also make the tests during build
|
|
|
|
- Build docs, and include them in -devel
|
|
|
|
|
|
|
|
* Fri Oct 10 2003 Nils O. Selåsdal <NOS@Utel.no> - 0:2.8.6-0.fdr.1
|
|
|
|
- Initial RPM release.
|