Browse Source

unixODBC-2.3.5-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11440 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 6 years ago
parent
commit
68894d07d4
1 changed files with 5 additions and 10 deletions
  1. 5 10
      u/unixODBC/unixODBC-vl.spec

+ 5 - 10
u/unixODBC/unixODBC-vl.spec

@@ -1,5 +1,5 @@
 Name: unixODBC
-Version: 2.3.4
+Version: 2.3.5
 Release: 1%{?_dist_release}
 Summary: A complete ODBC Driver Manager for Linux
 Summary(ja): Linux 用 ODBC ドライバマネージャー
@@ -56,16 +56,8 @@ chmod 0644 doc/ProgrammerManual/Tutorial/*.html
 chmod 0644 doc/lst/*
 chmod 0644 include/odbcinst.h
 
-# Blow away the embedded libtool and replace with build system's libtool.
-# (We will use the installed libtool anyway, but this makes sure they match.)
-rm -rf config.guess config.sub install-sh ltmain.sh libltdl
-# this hack is so we can build with either libtool 2.2 or 1.5
-libtoolize --install || libtoolize
-
 %build
-aclocal
-automake --add-missing
-autoconf
+autoreconf -ivf
 
 # unixODBC 2.2.14 is not aliasing-safe
 CFLAGS="%{optflags} -fno-strict-aliasing"
@@ -156,6 +148,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/*
 
 %changelog
+* Sat Jan 20 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.5-1
+- new upstream release.
+
 * Tue Jan  5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.4-1
 - new upstream release.