Accepting request 578016 from home:jengelh:branches:devel:libraries:c_c++

- Fix RPM groups. Remove ineffective --with-pic.

OBS-URL: https://build.opensuse.org/request/show/578016
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdatrie?expand=0&rev=23
This commit is contained in:
Adam Majer 2018-02-19 12:57:12 +00:00 committed by Git OBS Bridge
parent 2605135c57
commit 35ad40e277
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 19 11:29:35 UTC 2018 - jengelh@inai.de
- Fix RPM groups. Remove ineffective --with-pic.
-------------------------------------------------------------------
Sun Feb 18 09:31:26 UTC 2018 - avindra@opensuse.org

View File

@ -21,7 +21,7 @@ Version: 0.2.10
Release: 0
Summary: Double-Array Trie Library
License: LGPL-2.1
Group: System/Libraries
Group: Development/Libraries/C and C++
Url: https://linux.thai.net/~thep/datrie/datrie.html
Source: https://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.xz
Source99: baselibs.conf
@ -37,14 +37,14 @@ trie, as proposed by Junichi Aoe.
%package -n libdatrie1
Summary: Double-Array Trie Library
Group: Development/Libraries/C and C++
Group: System/Libraries
%description -n libdatrie1
This is an implementation of double-array structure for representing
trie, as proposed by Junichi Aoe.
%package devel
Summary: Double-Array Trie Library (development)
Summary: Development files for the Double-Array Trie library
Group: Development/Libraries/C and C++
Requires: libdatrie1 = %{version}
@ -60,7 +60,7 @@ This package contains the development files for libdatrie.
%build
autoreconf -fiv
%configure \
--disable-static --with-pic \
--disable-static \
--with-html-docdir=%{_docdir}/libdatrie/html
make %{?_smp_mflags}