From 1591f042abde74cd61a0b9c95a3c1c4d0193cb5c7dd0b0fea98cfd43ed30263b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 17 Apr 2007 22:39:05 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liblrdf?expand=0&rev=2 --- liblrdf.changes | 5 +++++ liblrdf.spec | 42 +++++++++++++++++++++--------------------- 2 files changed, 26 insertions(+), 21 deletions(-) diff --git a/liblrdf.changes b/liblrdf.changes index 1e8d05c..45cf52c 100644 --- a/liblrdf.changes +++ b/liblrdf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 17 16:46:56 CEST 2007 - tiwai@suse.de + +- fix buildrequires ladspa -> ladspa-devel + ------------------------------------------------------------------- Wed Jan 25 21:37:31 CET 2006 - mls@suse.de diff --git a/liblrdf.spec b/liblrdf.spec index 8634c97..0b137ea 100644 --- a/liblrdf.spec +++ b/liblrdf.spec @@ -1,34 +1,32 @@ # # spec file for package liblrdf (Version 0.4.0) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild -Name: liblrdf -BuildRequires: ladspa libxml2-devel pkgconfig raptor-devel -Summary: A library to manipulate RDF files for LADSPA plugins -Version: 0.4.0 -Release: 1 -License: GPL -Group: System/Libraries -Source: %{name}-%{version}.tar.bz2 -URL: http://liblrdf.sf.net -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Name: liblrdf +BuildRequires: ladspa-devel libxml2-devel pkgconfig raptor-devel +Summary: A library to Manipulate RDF Files for LADSPA Plug-Ins +Version: 0.4.0 +Release: 63 +License: GNU General Public License (GPL) +Group: System/Libraries +Source: %{name}-%{version}.tar.bz2 +URL: http://liblrdf.sf.net +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This is a library to make it easy to manipulate RDF files describing -LADSPA plugins. +LADSPA plug-ins. It can also be used for general RDF manipulation. -It can also be used for general RDF manipulation. - -It can read RDF/XLM and N3 files and export N3 files, it also has a -light taxonomic inference capablility. +It can read RDF, XLM, and N3 files and export N3 files. Ot also has a +light taxonomic inference capability. @@ -37,9 +35,9 @@ Authors: Steve Harris %package devel -Summary: Development package for the liblrdf library -Group: Development/Libraries/C and C++ -Requires: liblrdf glibc-devel +Summary: Development package for the liblrdf library +Group: Development/Libraries/C and C++ +Requires: liblrdf glibc-devel %description devel This package contains the files needed to compile programs that use the @@ -90,7 +88,9 @@ test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT %{_datadir}/ladspa %{_libdir}/pkgconfig/*.pc -%changelog -n liblrdf +%changelog +* Tue Apr 17 2007 - tiwai@suse.de +- fix buildrequires ladspa -> ladspa-devel * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Mon Jan 24 2005 - tiwai@suse.de