Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37567794
en ru br
ALT Linux repos
S:0.6.1-alt1
5.0: 0.4.0-alt2
4.1: 0.4.0-alt1
4.0: 0.4.0-alt1
3.0: 0.3.7-alt1.1.1

Group :: System/Libraries
RPM: liblrdf

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%def_disable static

Name: liblrdf
Version: 0.4.0
Release: alt1

Summary: Library for handling RDF descriptions of audio plugins
License: GPL
Group: System/Libraries
Url: http://plugin.org.uk/lrdf
Packager: Eugene Ostapets <eostapets at altlinux.ru>

Source: %url/%name-%version.tar.gz

%define raptor_ver 1.2.0

BuildPreReq: ladspa_sdk >= 1.12-alt2
BuildPreReq: libraptor-devel >= %raptor_ver

# Automatically added by buildreq on Sun Apr 04 2004

BuildRequires: gcc-c++ glib2-devel ladspa_sdk libcurl-devel libraptor-devel libssl-devel libstdc++-devel libxml2-devel pkgconfig zlib-devel

%description
liblrdf is a library for handling RDF (http://www.w3.org/RDF/)
descriptions of LADSPA (and potentially other format) plugins.

It allows grouping of plugins into trees for user slection and finer
description of plugins and ports than the .so format allows (for example
to indicatate textual equivalents of integer port values). It also
provides named and described defaults and presets, metadata and general
semnatic goodness.

%package devel
Summary: Headers for developing programs that will use %name
Group: Development/C++
Requires: %name = %version-%release
Requires: libraptor-devel >= %raptor_ver

%description devel
This package contains the headers that programmers will need to develop
applications which will use libraries from %name.

%prep
%setup -q

%build
%__rm -f missing
%__libtoolize --copy --force
%__aclocal
%__autoheader
%__automake -a -c -f
%__autoconf

%configure \
   %{subst_enable static}

%make_build

%install
%makeinstall

%post -p %post_ldconfig
%postun -p %postun_ldconfig

%files
%_libdir/*.so.*
%_ladspa_datadir/rdf/ladspa.rdfs

%files devel
%_includedir/*
%_libdir/*.so
%_libdir/pkgconfig/*
%doc AUTHORS ChangeLog NEWS README

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin