Author: matkor Date: Wed Feb 16 12:31:59 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - Version 0.7.2-1. Added TODO.
---- Files affected: SPECS: hk_classes.spec (1.31 -> 1.32) ---- Diffs: ================================================================ Index: SPECS/hk_classes.spec diff -u SPECS/hk_classes.spec:1.31 SPECS/hk_classes.spec:1.32 --- SPECS/hk_classes.spec:1.31 Sat Dec 25 19:04:56 2004 +++ SPECS/hk_classes.spec Wed Feb 16 13:31:53 2005 @@ -1,18 +1,22 @@ # $Revision$, $Date$ -# TODO: add sqllite subpackage (make it build to /usr/lib/hk_classes/drivers first) +# TODO: Fix sqlite drivers to build to /usr/lib/hk_classes/drivers/ and then enable +# TODO: Add python package +# TODO: patch3 should be rewritten to search for .pyc and .py not only .pyc and sent back Summary: Non-visual routines for database frontend applications Summary(pl): Niegraficzne funkcje dla aplikacji będących frontendami do baz danych Name: hk_classes -Version: 0.7 +Version: 0.7.2 Release: 1 License: GPL Group: Libraries Source0: http://dl.sourceforge.net/hk-classes/%{name}-%{version}.tar.bz2 -# Source0-md5: 35c16e935947b0b41b31b8ce5f10d0f1 +# Source0-md5: e7a9210791432a2458e7e174d84d5a0a Patch0: %{name}-dir.patch Patch1: %{name}-link.patch Patch2: %{name}-iconv-in-libc.patch +Patch3: %{name}-PLD-search-for-pyc-and-in-usr-share.patch + URL: http://hk-classes.sourceforge.net/ BuildRequires: autoconf >= 2.56 BuildRequires: automake >= 1:1.7.6 @@ -22,6 +26,7 @@ BuildRequires: postgresql-backend-devel >= 7.1 BuildRequires: postgresql-devel >= 7.1 BuildRequires: sqlite-devel +BuildRequires: sqlite3-devel BuildRequires: unixODBC-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -94,6 +99,32 @@ %description driver-postgresql -l pl Sterownik PostgreSQL dla hk_classes. + +#%package driver-sqlite2 +#Summary: SQLite v2 driver for hk_classes +#Summary(pl): Sterownik SQLite v2 dla hk_classes +#Group: Libraries +#Requires: %{name} = %{version}-%{release} + +#%description driver-sqlite2 +#SQLite version 2.x driver for hk_classes. + +#%description driver-sqlite2 -l pl +#Sterownik SQLite wersji 2.x dla hk_classes. + +#%package driver-sqlite3 +#Summary: SQLite v3 driver for hk_classes +#Summary(pl): Sterownik SQLite v3 dla hk_classes +#Group: Libraries +#Requires: %{name} = %{version}-%{release} + +#%description driver-sqlite3 +#SQLite version 3.x driver for hk_classes. + +#%description driver-sqlite3 -l pl +#Sterownik SQLite w wersji 3.x dla hk_classes. + + %package tools Summary: Commandline tools Summary(pl): Narzędzia działające z linii poleceń @@ -111,6 +142,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p0 %build # supplied libtool is broken (C++) @@ -125,7 +157,6 @@ --with-hk_classes-incdir=%{_includedir}/%{name} \ --with-hk_classes-drvdir=%{_libdir}/%{name}/drivers \ --enable-static - %{__make} %install @@ -171,6 +202,15 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/%{name}/drivers/libhk_postgresdriver.so* + +#%files driver-sqlite2 +#%defattr(644,root,root,755) +#%attr(755,root,root) %{_libdir}/%{name}/drivers/libhk_sqlite2driver.so* + +#%files driver-sqlite3 +#%defattr(644,root,root,755) +#%attr(755,root,root) %{_libdir}/%{name}/drivers/libhk_sqlite3driver.so* + %files tools %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/hk_* @@ -182,6 +222,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.32 2005/02/16 12:31:53 matkor +- Version 0.7.2-1. Added TODO. + Revision 1.31 2004/12/25 18:04:56 qboosh - automake epoch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/hk_classes.spec?r1=1.31&r2=1.32&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
