This commit is contained in:
parent
c7e830d361
commit
f7d69936ee
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package unixODBC-gui-qt (Version 2.2.12)
|
# spec file for package unixODBC-gui-qt (Version 2.2.12)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -13,7 +13,7 @@
|
|||||||
Name: unixODBC-gui-qt
|
Name: unixODBC-gui-qt
|
||||||
BuildRequires: qt3-devel
|
BuildRequires: qt3-devel
|
||||||
Version: 2.2.12
|
Version: 2.2.12
|
||||||
Release: 13
|
Release: 48
|
||||||
Summary: ODBC Configuration Utility, Data Source Browser, and ODBC Test Tool based
|
Summary: ODBC Configuration Utility, Data Source Browser, and ODBC Test Tool based
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
URL: http://www.unixodbc.org/
|
URL: http://www.unixodbc.org/
|
||||||
@ -119,7 +119,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_libdir}/libodbcinstQ.*
|
%{_libdir}/libodbcinstQ.*
|
||||||
%exclude /usr/include/uodbc_extras.h
|
%exclude /usr/include/uodbc_extras.h
|
||||||
|
|
||||||
%changelog -n unixODBC-gui-qt
|
%changelog
|
||||||
* Wed Nov 15 2006 - anosek@suse.cz
|
* Wed Nov 15 2006 - anosek@suse.cz
|
||||||
- fixed compiler warning: variable is used before its value is set
|
- fixed compiler warning: variable is used before its value is set
|
||||||
[#218998] (ctracing.patch)
|
[#218998] (ctracing.patch)
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 26 00:34:29 CEST 2007 - dmueller@suse.de
|
||||||
|
|
||||||
|
- add missing ldconfig fall to %post/un
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 18 12:02:13 CEST 2006 - anosek@suse.cz
|
Wed Oct 18 12:02:13 CEST 2006 - anosek@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package unixODBC (Version 2.2.12)
|
# spec file for package unixODBC (Version 2.2.12)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -13,7 +13,7 @@
|
|||||||
Name: unixODBC
|
Name: unixODBC
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
Version: 2.2.12
|
Version: 2.2.12
|
||||||
Release: 10
|
Release: 31
|
||||||
Summary: ODBC driver manager with some drivers included
|
Summary: ODBC driver manager with some drivers included
|
||||||
License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||||
URL: http://www.unixodbc.org/
|
URL: http://www.unixodbc.org/
|
||||||
@ -110,6 +110,10 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libmimerS.*
|
|||||||
%clean
|
%clean
|
||||||
rm -rf "$RPM_BUILD_ROOT"
|
rm -rf "$RPM_BUILD_ROOT"
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README README.GTK README.SuSE doc/*.html doc/*.gif
|
%doc AUTHORS COPYING ChangeLog NEWS README README.GTK README.SuSE doc/*.html doc/*.gif
|
||||||
@ -148,7 +152,9 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
#%{_libdir}/libodbcextras.so
|
#%{_libdir}/libodbcextras.so
|
||||||
%{_libdir}/unixODBC/*.la
|
%{_libdir}/unixODBC/*.la
|
||||||
|
|
||||||
%changelog -n unixODBC
|
%changelog
|
||||||
|
* Sat May 26 2007 - dmueller@suse.de
|
||||||
|
- add missing ldconfig fall to %%post/un
|
||||||
* Wed Oct 18 2006 - anosek@suse.cz
|
* Wed Oct 18 2006 - anosek@suse.cz
|
||||||
- updated to version 2.2.12
|
- updated to version 2.2.12
|
||||||
* Add missing SQLSetStmtOptionA and SQLSetStmtOptionW
|
* Add missing SQLSetStmtOptionA and SQLSetStmtOptionW
|
||||||
|
Loading…
Reference in New Issue
Block a user