Accepting request 96457 from devel:libraries:c_c++

- Optimization level 20 doesn't really exist, fix it to -O3 
- Fix license to be LGPL-2.1+ (forwarded request 96456 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/96457
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdbi?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2011-12-14 13:33:51 +00:00 committed by Git OBS Bridge
parent 43a87f1360
commit e188c11ecc
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 13 13:32:14 UTC 2011 - idonmez@suse.com
- Optimization level 20 doesn't really exist, fix it to -O3
- Fix license to be LGPL-2.1+
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 16 17:28:14 UTC 2011 - jengelh@medozas.de Fri Sep 16 17:28:14 UTC 2011 - jengelh@medozas.de

View File

@ -23,8 +23,8 @@ Summary: Database Independent Abstraction Layer for C
Name: libdbi Name: libdbi
Version: 0.8.3 Version: 0.8.3
Release: 1 Release: 1
Group: Development/Libraries Group: Development/Libraries/C and C++
License: LGPL License: LGPL-2.1+
Url: http://libdbi.sourceforge.net/ Url: http://libdbi.sourceforge.net/
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Source2: baselibs.conf Source2: baselibs.conf
@ -40,7 +40,7 @@ connections by using this framework.
%package -n %{lname} %package -n %{lname}
Group: Development/Libraries Group: Development/Libraries/C and C++
Summary: Database Independent Abstraction Layer for C Summary: Database Independent Abstraction Layer for C
%description -n %{lname} %description -n %{lname}
@ -52,7 +52,7 @@ connections by using this framework.
%package devel %package devel
Summary: Development files for libdbi (Database Independent Abstraction Layer for C) Summary: Development files for libdbi (Database Independent Abstraction Layer for C)
Group: Development/Libraries Group: Development/Libraries/C and C++
Requires: %{lname} = %{version} Requires: %{lname} = %{version}
%description devel %description devel
@ -61,6 +61,7 @@ needed to develop applications with libdbi.
%prep %prep
%setup -q %setup -q
sed -i s,\-O20,\-O3,g configure
%build %build
%configure --disable-docs --disable-static %configure --disable-docs --disable-static