SPECS: sqlrelay.spec - updated %files

glen glen at pld-linux.org
Wed Jun 13 12:49:36 CEST 2007


Author: glen                         Date: Wed Jun 13 10:49:36 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated %files

---- Files affected:
SPECS:
   sqlrelay.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/sqlrelay.spec
diff -u SPECS/sqlrelay.spec:1.18 SPECS/sqlrelay.spec:1.19
--- SPECS/sqlrelay.spec:1.18	Tue Jun 12 14:10:31 2007
+++ SPECS/sqlrelay.spec	Wed Jun 13 12:49:31 2007
@@ -12,7 +12,7 @@
 %bcond_without	mysql		# MySQL connection
 %bcond_with	odbc		# ODBC connection
 %bcond_with	oracle		# Oracle connection
-%bcond_with	postgresql	# PostgreSQL connection
+%bcond_without	postgresql	# PostgreSQL connection
 %bcond_with	sqlite		# SQLite connection
 %bcond_with	sybase		# Sybase connection
 #
@@ -21,7 +21,7 @@
 %bcond_with	java		# Java API
 %bcond_without	perl		# Perl API
 %bcond_without	php		# PHP API
-%bcond_without	python		# Python API
+%bcond_with	python		# Python API
 %bcond_without	ruby		# Ruby API
 %bcond_with	tcl		# Tcl API
 %bcond_with	zope		# Zope API
@@ -503,18 +503,20 @@
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sqlrelay.instances
 %attr(754,root,root) /etc/rc.d/init.d/sqlrelay
 %attr(755,root,root) %{_bindir}/sqlr-cachemanager*
+%attr(755,root,root) %{_bindir}/sqlr-connection-router*
 %attr(755,root,root) %{_bindir}/sqlr-listener*
 %attr(755,root,root) %{_bindir}/sqlr-scaler*
 %attr(755,root,root) %{_bindir}/sqlr-start*
+%attr(755,root,root) %{_bindir}/sqlr-status*
 %attr(755,root,root) %{_bindir}/sqlr-stop
-%{_libdir}/libsqlrconnection*
-# XXX: shouldn't it be -client-postgresql?
-%attr(755,root,root) %{_libdir}/libpqsqlrelay-*.*.*.so.1.0.0
-%{_libdir}/libsqlrutil*
+%attr(755,root,root) %{_libdir}/libsqlrconnection_debug-%{version}.so.1.0.0
+%attr(755,root,root) %{_libdir}/libsqlrconnection-%{version}.so.1.0.0
+%attr(755,root,root) %{_libdir}/libsqlrutil-%{version}.so.1.0.0
 %attr(775,root,sqlrelay) %{_localstatedir}/sqlrelay/tmp
 %attr(775,root,sqlrelay) %{_localstatedir}/sqlrelay/debug
 %attr(660,root,sqlrelay) %ghost %{_localstatedir}/sqlrelay/sockseq
 %{_mandir}/man1/fields.1*
+%{_mandir}/man1/query.py.1*
 %{_mandir}/man1/sqlr-config-gtk.1*
 %{_mandir}/man8/sqlr-cachemanager.8*
 %{_mandir}/man8/sqlr-connection.8*
@@ -527,11 +529,13 @@
 
 %files devel
 %defattr(644,root,root,755)
-# XXX: headers? separate -static?
-# isn't it some PostgreSQL driver?
-%attr(755,root,root) %{_libdir}/libpqsqlrelay.so
-%{_libdir}/libpqsqlrelay.a
-%{_libdir}/libpqsqlrelay.la
+# XXX -static
+%{_libdir}/libsqlrconnection.a
+%{_libdir}/libsqlrconnection.la
+%{_libdir}/libsqlrconnection_debug.a
+%{_libdir}/libsqlrconnection_debug.la
+%{_libdir}/libsqlrutil.a
+%{_libdir}/libsqlrutil.la
 
 %files clients
 %defattr(644,root,root,755)
@@ -626,6 +630,11 @@
 %if %{with postgresql}
 %files postgresql
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libpqsqlrelay-%{version}.so.1.0.0
+# XXX: devel/headers? separate -static?
+%attr(755,root,root) %{_libdir}/libpqsqlrelay.so
+%{_libdir}/libpqsqlrelay.a
+%{_libdir}/libpqsqlrelay.la
 %endif
 
 %if %{with sqlite}
@@ -647,10 +656,9 @@
 %dir %{perl_vendorarch}/auto/SQLRelay/Connection
 %{perl_vendorarch}/auto/SQLRelay/Connection/Connection.bs
 %attr(755,root,root) %{perl_vendorarch}/auto/SQLRelay/Connection/Connection.so
-%dir %{perl_vendorarch}/auto/SQLRelay/Cursor
-%{perl_vendorarch}/auto/SQLRelay/Cursor/Cursor.bs
 %dir %{perl_vendorarch}/auto/SQLRelay
 %dir %{perl_vendorarch}/auto/SQLRelay/Cursor
+%{perl_vendorarch}/auto/SQLRelay/Cursor/Cursor.bs
 %attr(755,root,root) %{perl_vendorarch}/auto/SQLRelay/Cursor/Cursor.so
 %{perl_vendorlib}/DBD/SQLRelay.pm
 %{_mandir}/man3/DBD::SQLRelay.3pm*
@@ -700,6 +708,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2007/06/13 10:49:31  glen
+- updated %files
+
 Revision 1.18  2007/06/12 12:10:31  glen
 - update to 0.38, doesn't build
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sqlrelay.spec?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list