fix problem

This commit is contained in:
jinjin 2020-01-13 07:05:23 -05:00
parent b5b9fedcbd
commit 61665685ad

View File

@ -9,8 +9,7 @@ Source1: odbcinst.ini
Patch0000: so-version-bump.patch Patch0000: so-version-bump.patch
Patch0001: keep-typedefs.patch Patch0001: keep-typedefs.patch
Conflicts: iodbc Conflicts: iodbc
BuildRequires: automake autoconf libtool libtool-ltdl-devel bison flex BuildRequires: automake autoconf libtool libtool-ltdl-devel bison flex readline-devel
BuildRequires: readline-devel multilib-rpm-config
%description %description
The unixODBC Project goals are to develop and promote unixODBC to be the The unixODBC Project goals are to develop and promote unixODBC to be the
@ -43,7 +42,6 @@ make all
%install %install
%make_install %make_install
install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir} install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
%multilib_fix_c_header --file %{_includedir}/unixodbc_conf.h
rm -f $RPM_BUILD_ROOT%{_libdir}/libodbcpsql.so* rm -f $RPM_BUILD_ROOT%{_libdir}/libodbcpsql.so*
find doc -name 'Makefile*' | xargs rm find doc -name 'Makefile*' | xargs rm