--- linuxsampler/trunk/linuxsampler.spec.in 2006/05/31 23:39:19 868 +++ linuxsampler/trunk/linuxsampler.spec.in 2009/03/27 12:16:12 1876 @@ -1,7 +1,7 @@ %define name @PACKAGE@ %define version @VERSION@ -%define release 8 +%define release 12 %define prefix @prefix@ Summary: LinuxSampler - modular, streaming capable, realtime audio sampler @@ -14,7 +14,7 @@ Source0: %{name}-%{version}.tar.bz2 URL: http://www.linuxsampler.org/ BuildRoot: /var/tmp/%{name}-%{version}-buildroot -Requires: libgig >= 2.0.1 +Requires: libgig >= 3.2.1 %description LinuxSampler is a work in progress. It's goal is to produce a free @@ -55,7 +55,7 @@ %install if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi mkdir -p $RPM_BUILD_ROOT -make prefix=$RPM_BUILD_ROOT%{prefix} install +make DESTDIR=%{buildroot} install %post /sbin/ldconfig @@ -71,7 +71,10 @@ %doc AUTHORS COPYING ChangeLog README %{prefix}/bin/linuxsampler %{prefix}/lib/linuxsampler/liblinuxsampler.so* -%{prefix}/man/man1/linuxsampler.* +%{prefix}/share/man/man1/linuxsampler.* +%{prefix}/lib/dssi/* +%{prefix}/lib/lv2/linuxsampler* +/var/lib/linuxsampler/instruments.db %files devel %defattr(-,root,root) @@ -82,6 +85,17 @@ %{prefix}/include/* %changelog +* Fri Mar 27 2009 Christian Schoenebeck +- included DSSI and LV2 binaries into linuxsampler package +* Wed Dec 03 2008 Christian Schoenebeck +- fixed rpmbuild: config.h is no longer exported + (fixes #87, patch by Devin Anderson) +* Thu Dec 06 2007 Christian Schoenebeck +- Going for linuxsampler 0.5.1 release. +* Mon Oct 15 2007 Christian Schoenebeck +- Going for linuxsampler 0.5.0 release. +* Fri Nov 24 2006 Christian Schoenebeck +- Going for linuxsampler 0.4.0 release. * Thu Jun 01 2006 Rui Nuno Capela - changed deprecated copyright attribute to license - added ldconfig to post-(un)install steps