Name: liblv2core Version: 6.0 Release: 1mamba Summary: The core LV2 specification Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: gil URL: http://lv2plug.in/ Source: http://lv2plug.in/spec/lv2core-%{version}.tar.bz2 License: LGPL,MIT ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description LV2 is a standard for plugins and matching host applications, primarily targeted at audio processing and generation. LV2 is a successor to LADSPA, created to address the limitations of LADSPA which many applications have outgrown. Compared to LADSPA, all plugin data is moved from the code to a separate data file, and the code has been made as generic as possible. As a result, LV2 can be independently extended (retaining compatibility wherever possible), and virtually any feasible plugin features can be implemented in an LV2 plugin. %package devel Group: Development/Libraries Summary: Static libraries and headers for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel LV2 is a standard for plugins and matching host applications, primarily targeted at audio processing and generation. LV2 is a successor to LADSPA, created to address the limitations of LADSPA which many applications have outgrown. Compared to LADSPA, all plugin data is moved from the code to a separate data file, and the code has been made as generic as possible. As a result, LV2 can be independently extended (retaining compatibility wherever possible), and virtually any feasible plugin features can be implemented in an LV2 plugin. This package contains header files need for development. %prep %setup -q -n lv2core-%{version} %build ./waf configure --prefix=%{_prefix} ./waf %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" ./waf install --destdir=%{buildroot} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %dir %{_libdir}/lv2/lv2core.lv2 %{_libdir}/lv2/lv2core.lv2/lv2core.doap.ttl %{_libdir}/lv2/lv2core.lv2/lv2core.ttl %{_libdir}/lv2/lv2core.lv2/manifest.ttl %doc AUTHORS COPYING %files devel %defattr(-,root,root) #%{_bindir}/lv2config %{_libdir}/lv2/lv2core.lv2/lv2.h %{_includedir}/*.h %{_includedir}/lv2/lv2plug.in/ns/lv2core %{_exec_prefix}/lib/pkgconfig/*.pc %doc README %changelog * Mon Apr 23 2012 Automatic Build System 6.0-1mamba - automatic version update by autodist * Sun Mar 27 2011 Automatic Build System 4.0-1mamba - automatic update by autodist * Fri Feb 20 2009 Silvan Calarco 3.0-1mamba - update to 3.0 * Fri Aug 22 2008 gil 2.0-1mamba - package created by autospec