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
This commit is contained in:
Michal Hrusecky (old before rename to _miska_) 2013-04-05 12:41:47 +00:00 committed by Git OBS Bridge
parent b19973996b
commit a05ebabb94
4 changed files with 19 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52695ca80d5dff5a0ba89827d2c93372a2ad38157448eeb499b9f0908408b94c
size 1356506

3
unixODBC-2.3.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f5be3edecff9e31072ef738ea1d8019594c4f0c2e3ab427e6eef153491db6a2
size 1813380

View File

@ -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

View File

@ -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