libiodbc.spec.in

来自「一个可以替代windows ODBC驱动程序管理器的通用ODBC数据库引擎」· IN 代码 · 共 148 行

IN
148
字号
##  libiodbc.spec##  $Id: libiodbc.spec.in,v 1.12 2001/06/11 15:12:54 source Exp $##  RPM specification file to build binary distribution set##  (C)Copyright 2001 OpenLink Software.#  All Rights Reserved.##  This library is free software; you can redistribute it and/or#  modify it under the terms of the GNU Library General Public#  License as published by the Free Software Foundation; either#  version 2 of the License, or (at your option) any later version.##  This library is distributed in the hope that it will be useful,#  but WITHOUT ANY WARRANTY; without even the implied warranty of#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU#  Library General Public License for more details.##  You should have received a copy of the GNU Library General Public#  License along with this library; if not, write to the Free#  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.## ----------------------------------------------------------------------# BASE PACKAGE# ----------------------------------------------------------------------Summary: iODBC Driver Managername: libiodbcversion: @VERSION@release: 1Group: LibrariesVendor: Ke Jin Packager: OpenLink Software <iodbc@openlinksw.com>Copyright: LGPLURL: http://www.iodbc.org/Source: http://www.iodbc.org/dist/libiodbc-%{PACKAGE_VERSION}.tar.gz#Prefix: /BuildRoot:/tmp/libiodbc.rootAutoReqProv: no%descriptionThe iODBC Driver Manager is a free implementation of the SAG CLI andODBC compliant driver manager which allows developers to write ODBCcompliant applications that can connect to various databases usingappropriate backend drivers.The iODBC Driver Manager was originally created by Ke Jin and is currently maintained by OpenLink Software under an LGPL license.%package develSummary: header files and libraries for iODBC developmentGroup: Development/LibrariesAutoReqProv: noRequires: libiodbc%description develThe iODBC Driver Manager is a free implementation of the SAG CLI andODBC compliant driver manager which allows developers to write ODBCcompliant applications that can connect to various databases usingappropriate backend drivers.This package contains the header files and libraries needed to developprogram that use the driver manager.The iODBC Driver Manager was originally created by Ke Jin and is currently maintained by OpenLink Software under an LGPL license.%package adminSummary: GTK based administrator for iODBC developmentGroup: Development/LibrariesAutoReqProv: noRequires: libiodbc %description adminThe iODBC Driver Manager is a free implementation of the SAG CLI andODBC compliant driver manager which allows developers to write ODBCcompliant applications that can connect to various databases usingappropriate backend drivers.This package contains a GTK based administrator program for maintainingDSN information in odbc.ini and odbcinst.ini files.The iODBC Driver Manager was originally created by Ke Jin and is currently maintained by OpenLink Software under an LGPL license.%prep%setup%build./configure --prefix=/usr --enable-odbc3 --with-iodbc-inidir=/etc --with-pthreadsmake%installrm -rf $RPM_BUILD_ROOTmake install prefix=$RPM_BUILD_ROOT/usrmkdir -p $RPM_BUILD_ROOT/etcinstall -m644 etc/odbc.ini.sample $RPM_BUILD_ROOT/etc/odbc.iniinstall -m644 etc/odbcinst.ini.sample $RPM_BUILD_ROOT/etc/odbcinst.ini%cleanrm -rf $RPM_BUILD_ROOT%post -p /sbin/ldconfig%postun -p /sbin/ldconfig%files %attr(0755, root, root) /usr/lib/libiodbc.so.*%attr(0755, root, root) /usr/lib/libiodbcinst.so.*%attr(0644, root, root) %config /etc/odbc.ini%attr(0644, root, root) %config /etc/odbcinst.ini%files devel%attr(0644, root, root) %doc AUTHORS %attr(0644, root, root) %doc COPYING%attr(0644, root, root) %doc COPYING.LGPL%attr(0644, root, root) %doc COPYING.BSD%attr(0644, root, root) %doc ChangeLog %attr(0644, root, root) %doc NEWS %attr(0644, root, root) %doc README%attr(0644, root, root) /usr/include/isql.h%attr(0644, root, root) /usr/include/isqlext.h%attr(0644, root, root) /usr/include/isqltypes.h%attr(0644, root, root) /usr/include/sql.h%attr(0644, root, root) /usr/include/sqlext.h%attr(0644, root, root) /usr/include/sqltypes.h%attr(0644, root, root) /usr/include/iodbcinst.h%attr(0755, root, root) /usr/bin/iodbc-config%attr(0644, root, root) /usr/lib/libiodbc.a%attr(0644, root, root) /usr/lib/libiodbc.la%attr(0755, root, root) /usr/lib/libiodbc.so%attr(0644, root, root) /usr/lib/libiodbcinst.a%attr(0644, root, root) /usr/lib/libiodbcinst.la%attr(0755, root, root) /usr/lib/libiodbcinst.so%files admin%attr(0755, root, root) /usr/bin/iodbcadm-gtk%attr(0644, root, root) /usr/lib/libdrvproxy-gtk.a%attr(0644, root, root) /usr/lib/libdrvproxy-gtk.la%attr(0644, root, root) /usr/lib/libdrvproxy.a%attr(0644, root, root) /usr/lib/libdrvproxy.la%attr(0755, root, root) /usr/lib/libdrvproxy.so*%attr(0644, root, root) /usr/lib/libiodbcadm-gtk.a%attr(0644, root, root) /usr/lib/libiodbcadm-gtk.la%attr(0644, root, root) /usr/lib/libiodbcadm.a%attr(0644, root, root) /usr/lib/libiodbcadm.la%attr(0755, root, root) /usr/lib/libiodbcadm.so*

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?