SPECS: hk_classes.spec - Version 0.8.3-0.1. Needs cleanup.

matkor matkor at pld-linux.org
Wed Mar 28 11:44:54 CEST 2007


Author: matkor                       Date: Wed Mar 28 09:44:54 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Version 0.8.3-0.1. Needs cleanup.

---- Files affected:
SPECS:
   hk_classes.spec (1.53 -> 1.54) 

---- Diffs:

================================================================
Index: SPECS/hk_classes.spec
diff -u SPECS/hk_classes.spec:1.53 SPECS/hk_classes.spec:1.54
--- SPECS/hk_classes.spec:1.53	Tue Feb 13 08:47:11 2007
+++ SPECS/hk_classes.spec	Wed Mar 28 11:44:48 2007
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 # TODO:	- make python build *.pyo also and include it instead of *.py
 #	- patch3 should be rewritten to search for .pyc and .py not only .pyc and sent back
-#
+#  
 # Conditional build:
 %bcond_without	firebird
 %bcond_with	mdb
@@ -17,17 +17,17 @@
 Summary:	Non-visual routines for database frontend applications
 Summary(pl.UTF-8):	Niegraficzne funkcje dla aplikacji będących frontendami do baz danych
 Name:		hk_classes
-Version:	0.8
-Release:	2
+Version:	0.8.3
+Release:	0.1
 License:	GPL
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/hk-classes/%{name}-%{version}.tar.gz
-# Source0-md5:	c5e3d5542037309127eddf532c91895b
-Patch0:		%{name}-dir.patch
-Patch1:		%{name}-link.patch
+# Source0-md5:	030ce063fc78a15e351429867d2a6bde
+# 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
-Patch4:		%{name}-mdbtools_checking.patch
+# Patch3:		%{name}-PLD-search-for-pyc-and-in-usr-share.patch
+# Patch4:		%{name}-mdbtools_checking.patch
 URL:		http://hk-classes.sourceforge.net/
 %{?with_firebird:BuildRequires:	Firebird-devel}
 BuildRequires:	autoconf >= 2.56
@@ -46,7 +46,7 @@
 %{?with_sqlite3:BuildRequires:	sqlite3-devel}
 %{?with_odbc:BuildRequires:	unixODBC-devel}
 %{?with_xbase:BuildRequires:	xbsql-devel}
-Conflicts:	knoda < 0.7.2
+Conflicts:	knoda < 0.8.3
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -227,11 +227,11 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+#%%patch0 -p1
+#%%patch1 -p1
+%%patch2 -p1
+#%%patch3 -p1
+#%%patch4 -p1
 
 %build
 # supplied libtool is broken (C++)
@@ -279,20 +279,20 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/%{name}/lib*.so.*.*
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/drivers
 
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/%{name}
-%{_libdir}/lib*.la
-%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/%{name}/lib*.la
+%attr(755,root,root) %{_libdir}/%{name}/lib*.so
 
 %if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/%{name}/lib*.a
 %endif
 
 %if %{with firebird}
@@ -347,6 +347,7 @@
 %files driver-xbase
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/%{name}/drivers/libhk_xbasedriver.so*
+%attr(755,root,root) %{_libdir}/%{name}/drivers/libhk_dbasedriver.so*
 %endif
 
 %files -n python-%{name}
@@ -362,7 +363,8 @@
 
 %files apidocs
 %defattr(644,root,root,755)
-%doc apidocs/api apidocs/tutorial
+#%%doc apidocs/api apidocs/tutorial
+%doc apidocs/tutorial
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -370,6 +372,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.54  2007/03/28 09:44:48  matkor
+- Version 0.8.3-0.1. Needs cleanup.
+
 Revision 1.53  2007/02/13 07:47:11  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/hk_classes.spec?r1=1.53&r2=1.54&f=u



More information about the pld-cvs-commit mailing list