SHA256
1
0
forked from pool/liblrdf

Accepting request 595400 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/595400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liblrdf?expand=0&rev=26
This commit is contained in:
2018-04-17 09:11:53 +00:00
committed by Git OBS Bridge
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

View File

@@ -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