update to 3.52.15 [release 3.52.15-1mamba;Sat Jul 10 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 04:40:50 +01:00
parent 909f403a1e
commit 2dd3a26ed7

View File

@ -1,12 +1,12 @@
Name: libiodbc Name: libiodbc
Version: 3.52.14 Version: 3.52.15
Release: 1mamba Release: 1mamba
Summary: Independent Open DataBase Connectivity for Linux, MacOS X and Unix systems Summary: Independent Open DataBase Connectivity for Linux, MacOS X and Unix systems
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.iodbc.org URL: http://www.iodbc.org/dataspace/doc/iodbc/wiki/iodbcWiki/WelcomeVisitors
Source: https://github.com/openlink/iODBC.git/v%{version}/iODBC-%{version}.tar.bz2 Source: https://github.com/openlink/iODBC.git/v%{version}/iODBC-%{version}.tar.bz2
#Source: http://downloads.sourceforge.net/project/iodbc/iodbc/%{version}/libiodbc-%{version}.tar.gz #Source: http://downloads.sourceforge.net/project/iodbc/iodbc/%{version}/libiodbc-%{version}.tar.gz
License: LGPL, BSD License: LGPL, BSD
@ -19,7 +19,6 @@ BuildRequires: glibc-devel
#Provides: libodbcinst.so #Provides: libodbcinst.so
#Provides: libodbcinst.so.1 #Provides: libodbcinst.so.1
#Obsoletes: libodbc #Obsoletes: libodbc
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
iODBC is the acronym for Independent Open DataBase Connectivity, an Open Source platform independent implementation of both the ODBC and X/Open specifications. iODBC is the acronym for Independent Open DataBase Connectivity, an Open Source platform independent implementation of both the ODBC and X/Open specifications.
@ -29,16 +28,27 @@ It is rapidly emerging as the industry standard for developing solutions that ar
Group: Development/Libraries Group: Development/Libraries
Summary: Static libraries and headers for %{name} Summary: Static libraries and headers for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
%description devel %description devel
iODBC is the acronym for Independent Open DataBase Connectivity, an Open Source platform independent implementation of both the ODBC and X/Open specifications. iODBC is the acronym for Independent Open DataBase Connectivity, an Open Source platform independent implementation of both the ODBC and X/Open specifications.
It is rapidly emerging as the industry standard for developing solutions that are language, platform and database independent. It is rapidly emerging as the industry standard for developing solutions that are language, platform and database independent.
This package contains static libraries and header files needed for development.
This package contains static libraries and header files need for development. %package tools
Group: Applications/Databases
Summary: Tools provided with %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description tools
iODBC is the acronym for Independent Open DataBase Connectivity, an Open Source platform independent implementation of both the ODBC and X/Open specifications.
It is rapidly emerging as the industry standard for developing solutions that are language, platform and database independent.
This package contains the tools provided with %{name}.
%debug_package
%prep %prep
%setup -q -n iODBC-%{version} %setup -q -n iODBC-%{version}
./autogen.sh ./autogen.sh
%build %build
@ -71,8 +81,6 @@ rm -f %{buildroot}%{_includedir}/{odbcinst.h,sql.h,sqlext.h,sqltypes.h,sqlucode.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/iodbctest
%{_bindir}/iodbctestw
%{_libdir}/libiodbc.so.* %{_libdir}/libiodbc.so.*
%{_libdir}/libiodbcinst.so.* %{_libdir}/libiodbcinst.so.*
#%{_libdir}/libodbc.so.* #%{_libdir}/libodbc.so.*
@ -80,16 +88,12 @@ rm -f %{buildroot}%{_includedir}/{odbcinst.h,sql.h,sqlext.h,sqltypes.h,sqlucode.
# libodbc.so linked by sun-java # libodbc.so linked by sun-java
#%{_libdir}/libodbc.so #%{_libdir}/libodbc.so
#%{_libdir}/libodbcinst.so #%{_libdir}/libodbcinst.so
%{_mandir}/man1/iodbctest.*
%{_mandir}/man1/iodbctestw.*
%doc AUTHORS COPYING LICENSE %doc AUTHORS COPYING LICENSE
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/iodbc-config %{_bindir}/iodbc-config
%{_includedir}/*.h %{_includedir}/*.h
%dir %{_datadir}/libiodbc
%{_datadir}/libiodbc/samples/*
%{_libdir}/*.a %{_libdir}/*.a
%{_libdir}/*.la %{_libdir}/*.la
%{_libdir}/libiodbc.so %{_libdir}/libiodbc.so
@ -98,7 +102,19 @@ rm -f %{buildroot}%{_includedir}/{odbcinst.h,sql.h,sqlext.h,sqltypes.h,sqlucode.
%{_mandir}/man1/iodbc-config.* %{_mandir}/man1/iodbc-config.*
%doc ChangeLog NEWS README %doc ChangeLog NEWS README
%files tools
%defattr(-,root,root)
%{_bindir}/iodbctest
%{_bindir}/iodbctestw
%dir %{_datadir}/libiodbc
%{_datadir}/libiodbc/samples/*
%{_mandir}/man1/iodbctest.*
%{_mandir}/man1/iodbctestw.*
%changelog %changelog
* Sat Jul 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.52.15-1mamba
- update to 3.52.15
* Thu Feb 18 2021 Automatic Build System <autodist@mambasoft.it> 3.52.14-1mamba * Thu Feb 18 2021 Automatic Build System <autodist@mambasoft.it> 3.52.14-1mamba
- automatic version update by autodist - automatic version update by autodist