SHA256
1
0
forked from pool/liblrdf

Accepting request 282198 from home:olh:branches:multimedia:libs

- BuildRequire libraptor-devel >= 0.9.11

OBS-URL: https://build.opensuse.org/request/show/282198
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/liblrdf?expand=0&rev=9
This commit is contained in:
Ismail Dönmez
2015-01-26 14:28:14 +00:00
committed by Git OBS Bridge
parent 7ba7b8bb05
commit a25cdfb649
2 changed files with 15 additions and 10 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 21 10:20:43 UTC 2015 - olaf@aepfle.de
- BuildRequire libraptor-devel >= 0.9.11
-------------------------------------------------------------------
Sat Nov 19 20:39:28 UTC 2011 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package liblrdf
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,18 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: liblrdf
BuildRequires: ladspa-devel libraptor-devel libtool libxml2-devel pkgconfig
BuildRequires: ladspa-devel
BuildRequires: libraptor-devel >= 0.9.11
BuildRequires: libtool
BuildRequires: libxml2-devel
BuildRequires: pkgconfig
Summary: A library to Manipulate RDF Files for LADSPA Plug-Ins
Version: 0.4.0
Release: 134
License: GPL v2 or later
License: GPL-2.0+
Group: System/Libraries
Version: 0.4.0
Release: 0
Source: %{name}-%{version}.tar.bz2
Patch1: liblrdf-symbol-conflict.diff
Patch2: raptor2-compat.diff
@@ -45,9 +47,8 @@ Authors:
Steve Harris <steve@plugin.org.uk>
%package -n liblrdf2
License: GPL v2 or later
Group: System/Libraries
Summary: A library to Manipulate RDF Files for LADSPA Plug-Ins
Group: System/Libraries
Provides: %{name} = %{version}
Obsoletes: %{name} < %{version}
@@ -65,7 +66,6 @@ Authors:
Steve Harris <steve@plugin.org.uk>
%package devel
License: GPL v2 or later
Summary: Development package for the liblrdf library
Group: Development/Libraries/C and C++
Requires: liblrdf2 = %{version} libraptor-devel