--- liblscp/trunk/liblscp.spec.in 2006/12/22 00:35:52 997 +++ liblscp/trunk/liblscp.spec.in 2009/08/01 17:37:28 1967 @@ -1,7 +1,7 @@ %define name @PACKAGE@ %define version @VERSION@ -%define release 13 +%define release 17 %define prefix @prefix@ Summary: LinuxSampler control protocol API. @@ -32,7 +32,7 @@ if [ -f Makefile.cvs ]; then make -f Makefile.cvs; fi %build -./configure --prefix=%{prefix} +./configure --prefix=%{prefix} --libdir=%{_libdir} make %install @@ -52,17 +52,37 @@ %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README TODO -%{prefix}/lib/liblscp.so* +%{_libdir}/liblscp.so* %files devel %defattr(-,root,root) %doc doc/html/* -%{prefix}/lib/liblscp.a -%{prefix}/lib/liblscp.la -%{prefix}/lib/pkgconfig/lscp.pc -%{prefix}/include/lscp +%{_libdir}/liblscp.a +%{_libdir}/liblscp.la +%{_libdir}/pkgconfig/lscp.pc +%dir %{_includedir}/lscp +%{_includedir}/lscp/*.h %changelog +* Sat Aug 1 2009 Rui Nuno Capela +- New 0.5.6 release. + +* Fri Oct 12 2007 Rui Nuno Capela +- Changed client interface function, for editing channel instrument. +- New 0.5.5 release. + +* Tue Oct 2 2007 Rui Nuno Capela +- Added new client interface function, for editing instrument. +- New 0.5.4 release. + +* Mon Jan 15 2007 Rui Nuno Capela +- New 0.5.3 release. + +* Thu Jan 11 2007 Rui Nuno Capela +- Sampler channel effect sends control and global volume support. +- Audio routing representation changed to integer array. +- New 0.5.2 release. + * Fri Dec 22 2006 Rui Nuno Capela - Added support for new (un)subscribable events. - Examples update.