Author: glen Date: Tue Sep 12 15:26:56 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - add gtk
---- Files affected: SPECS: sqlrelay.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: SPECS/sqlrelay.spec diff -u SPECS/sqlrelay.spec:1.11 SPECS/sqlrelay.spec:1.12 --- SPECS/sqlrelay.spec:1.11 Tue Sep 12 17:03:38 2006 +++ SPECS/sqlrelay.spec Tue Sep 12 17:26:50 2006 @@ -29,7 +29,7 @@ Summary: Persistent database connection system Name: sqlrelay Version: 0.37.1 -Release: 0.33 +Release: 0.36 License: GPL/LGPL and Others Group: Daemons Source0: http://dl.sourceforge.net/sqlrelay/%{name}-%{version}.tar.gz @@ -157,7 +157,6 @@ %description mdbtools SQL Relay connection daemon for MDB Tools (Microsoft Access). - %package msql Summary: SQL Relay connection daemon for mSQL Group: Applications/Databases @@ -222,13 +221,13 @@ %description sybase SQL Relay connection daemon for Sybase. -%package -n perl-SQLRelay +%package -n perl-DBD-SQLRelay Summary: SQL Relay modules for Perl Group: Development/Languages Requires: %{name}-client-runtime = %{version}-%{release} Requires: perl-DBI -%description -n perl-SQLRelay +%description -n perl-DBD-SQLRelay SQL Relay modules for Perl. %package -n php-%{name} @@ -256,6 +255,14 @@ %description -n ruby-DBD-SQLRelay SQL Relay modules for Ruby. +%package gtk +Summary: SQL Relay GUI configuration tool +Group: Applications/Databases +Requires: %{name}-client-runtime = %{version}-%{release} + +%description gtk +GTK-based configuration tool for SQL Relay. + %package doc Summary: Documentation for SQLRelay Group: Documentation @@ -495,7 +502,7 @@ %endif %if %{with perl} -%files -n perl-SQLRelay +%files -n perl-DBD-SQLRelay %defattr(644,root,root,755) %dir %{perl_vendorarch}/SQLRelay %{perl_vendorarch}/SQLRelay/Connection.pm @@ -540,6 +547,12 @@ %attr(755,root,root) %{ruby_sitearchdir}/sqlrelay.so %endif +%if %{with gtk} +%files gtk +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/sqlr-config-gtk +%endif + %files doc %defattr(644,root,root,755) %doc %{_docdir}/%{name} @@ -550,6 +563,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2006/09/12 15:26:50 glen +- add gtk + Revision 1.11 2006/09/12 15:03:38 glen - ruby-DBD-SQLRelay added, files for connections ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/sqlrelay.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
