Accepting request 595382 from home:jengelh:branches:multimedia:libs

- Remove --with-pic which only makes sense for static libs.
- Fix SRPM group.

OBS-URL: https://build.opensuse.org/request/show/595382
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/liblrdf?expand=0&rev=16
This commit is contained in:
OBS User mrdocs 2018-04-11 02:37:39 +00:00 committed by Git OBS Bridge
parent 87d9756b01
commit 36dc83cfc8
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 10 23:08:51 UTC 2018 - jengelh@inai.de
- Remove --with-pic which only makes sense for static libs.
- Fix SRPM group.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 28 14:23:35 UTC 2018 - dimstar@opensuse.org Wed Mar 28 14:23:35 UTC 2018 - dimstar@opensuse.org

View File

@ -21,7 +21,7 @@ Version: 0.5.0
Release: 0 Release: 0
Summary: A library to Manipulate RDF Files for LADSPA Plug-Ins Summary: A library to Manipulate RDF Files for LADSPA Plug-Ins
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: System/Libraries Group: Development/Libraries/C and C++
URL: https://github.com/swh/LRDF URL: https://github.com/swh/LRDF
Source: https://github.com/swh/LRDF/archive/%{version}.tar.gz Source: https://github.com/swh/LRDF/archive/%{version}.tar.gz
Source99: baselibs.conf Source99: baselibs.conf
@ -67,7 +67,7 @@ liblrdf library.
%build %build
NOCONFIGURE=1 ./autogen.sh NOCONFIGURE=1 ./autogen.sh
%configure --disable-static --with-pic %configure --disable-static
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install