From a05ebabb945aaa81c80cd65a3f7f192bc9f7d6e74c91318e77358e2d3f83cf8e Mon Sep 17 00:00:00 2001 From: "Michal Hrusecky (old before rename to _miska_)" Date: Fri, 5 Apr 2013 12:41:47 +0000 Subject: [PATCH] Accepting request 162749 from home:namtrac:bugfix - Cleanup spec file - Add Source URL, see https://en.opensuse.org/SourceUrls OBS-URL: https://build.opensuse.org/request/show/162749 OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=28 --- unixODBC-2.3.1.tar.bz2 | 3 --- unixODBC-2.3.1.tar.gz | 3 +++ unixODBC.changes | 6 ++++++ unixODBC.spec | 20 ++++++++++---------- 4 files changed, 19 insertions(+), 13 deletions(-) delete mode 100644 unixODBC-2.3.1.tar.bz2 create mode 100644 unixODBC-2.3.1.tar.gz diff --git a/unixODBC-2.3.1.tar.bz2 b/unixODBC-2.3.1.tar.bz2 deleted file mode 100644 index fdf9739..0000000 --- a/unixODBC-2.3.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52695ca80d5dff5a0ba89827d2c93372a2ad38157448eeb499b9f0908408b94c -size 1356506 diff --git a/unixODBC-2.3.1.tar.gz b/unixODBC-2.3.1.tar.gz new file mode 100644 index 0000000..feed63f --- /dev/null +++ b/unixODBC-2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f5be3edecff9e31072ef738ea1d8019594c4f0c2e3ab427e6eef153491db6a2 +size 1813380 diff --git a/unixODBC.changes b/unixODBC.changes index bbbef4c..7e92fe4 100644 --- a/unixODBC.changes +++ b/unixODBC.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 5 10:09:59 UTC 2013 - idonmez@suse.com + +- Cleanup spec file +- Add Source URL, see https://en.opensuse.org/SourceUrls + ------------------------------------------------------------------- Fri Jan 4 15:04:52 CET 2013 - mhrusecky@suse.cz diff --git a/unixODBC.spec b/unixODBC.spec index 22457e6..b057f50 100644 --- a/unixODBC.spec +++ b/unixODBC.spec @@ -15,27 +15,29 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: unixODBC -BuildRequires: bison gcc-c++ libtool +BuildRequires: bison +BuildRequires: gcc-c++ +BuildRequires: libtool Version: 2.3.1 Release: 0 Summary: ODBC driver manager with some drivers included License: GPL-2.0+ and LGPL-2.1+ -Url: http://www.unixodbc.org/ Group: Productivity/Databases/Tools +Url: http://www.unixodbc.org/ # bug437293 %ifarch ppc64 Obsoletes: unixODBC-64bit %endif # -Provides: libodbcinst.so, libodbc.so +Provides: libodbc.so +Provides: libodbcinst.so %ifarch ia64 x86_64 s390x ppc64 -Provides: libodbcinst.so()(64bit), libodbc.so()(64bit) +Provides: libodbc.so()(64bit) +Provides: libodbcinst.so()(64bit) %endif -Source: unixODBC-%{version}.tar.bz2 +Source: ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-%{version}.tar.gz Source1: README.SuSE Source2: baselibs.conf Patch1: unixODBC-paths.patch @@ -49,16 +51,14 @@ Patch16: %{name}-2.3.1-declarations.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %package devel -License: GPL-2.0+ and LGPL-2.1+ Summary: Includes for ODBC Development Group: Development/Libraries/C and C++ -AutoReqProv: on # bug437293 %ifarch ppc64 Obsoletes: unixODBC-devel-64bit %endif # -Obsoletes: libiodbc-devel +Obsoletes: libiodbc-devel Requires: %{name} = %{version} %description