Summary: Library to manipulate RDF files describing LADSPA plugins Summary(pl): Biblioteka do przetwarzania plików RDF opisujących wtyczki LADSPA Name: liblrdf Version: 0.3.4 Release: 1 License: GPL Group: Libraries Source0: http://plugin.org.uk/lrdf/%{name}-%{version}.tar.gz # Source0-md5: ebff54c723563761587c830a9c962fff BuildRequires: autoconf BuildRequires: automake BuildRequires: libraptor-devel >= 0.9.11 BuildRequires: libtool BuildRequires: ladspa-devel BuildRequires: pkgconfig Requires: ladspa-common BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description This is a library to make it easy to manipulate RDF files describing LADSPA plugins. It can also be used for general RDF manipulation. It can read RDF/XML and N3 files and export N3 files. %description -l pl Ta biblioteka powstała, aby ułatwić przetwarzanie plików RDF opisujących wtyczki LADSPA. Może być używana także do ogólnego przetwarzania RDF. Jest w stanie czytać pliki RDF/XML i N3 oraz eksportować do plików N3. %package devel Summary: liblrdf header files Summary(pl): Pliki nagłówkowe liblrdf Group: Development/Libraries Requires: %{name} = %{version} %description devel liblrdf library header files. %description devel -l pl Pliki nagłówkowe biblioteki liblrdf. %package static Summary: Static liblrdf library Summary(pl): Statyczna biblioteka liblrdf Group: Development/Libraries Requires: %{name}-devel = %{version} %description static Static liblrdf library. %description static -l pl Statyczna biblioteka liblrdf. %prep %setup -q %build %{__libtoolize} %{__aclocal} %{__autoconf} %{__autoheader} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog README %attr(755,root,root) %{_libdir}/lib*.so.*.*.* %{_datadir}/ladspa/rdf/ladspa.rdfs %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/lib*.la %{_includedir}/*.h %{_pkgconfigdir}/*.pc %files static %defattr(644,root,root,755) %{_libdir}/lib*.a