From 36dc83cfc81b6d651e844dfb625e85e31e162422b1b7e226a47ba66c39a3364f Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Wed, 11 Apr 2018 02:37:39 +0000 Subject: [PATCH] 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 --- liblrdf.changes | 6 ++++++ liblrdf.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/liblrdf.changes b/liblrdf.changes index d734943..fcb04a0 100644 --- a/liblrdf.changes +++ b/liblrdf.changes @@ -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 diff --git a/liblrdf.spec b/liblrdf.spec index 5453605..dcbdecc 100644 --- a/liblrdf.spec +++ b/liblrdf.spec @@ -21,7 +21,7 @@ Version: 0.5.0 Release: 0 Summary: A library to Manipulate RDF Files for LADSPA Plug-Ins License: GPL-2.0-or-later -Group: System/Libraries +Group: Development/Libraries/C and C++ URL: https://github.com/swh/LRDF Source: https://github.com/swh/LRDF/archive/%{version}.tar.gz Source99: baselibs.conf @@ -67,7 +67,7 @@ liblrdf library. %build NOCONFIGURE=1 ./autogen.sh -%configure --disable-static --with-pic +%configure --disable-static make %{?_smp_mflags} %install