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