--- libgig/trunk/libgig.spec.in 2005/08/15 17:26:02 732 +++ libgig/branches/release3_2_0/libgig.spec.in 2007/10/14 14:21:37 1419 @@ -1,30 +1,30 @@ %define name @PACKAGE@ %define version @VERSION@ -%define release 5 +%define release 10 %define prefix @prefix@ -Summary: C++ library for loading Gigasampler files and DLS Level 1/2 files. +Summary: C++ library for loading and modifying Gigasampler and DLS files. Name: %{name} Version: %{version} Release: %{release} Prefix: %{prefix} -Copyright: GPL +License: GPL Group: Sound Source0: %{name}-%{version}.tar.bz2 -URL: http://stud.fh-heilbronn.de/~cschoene/projects/libgig/ +URL: http://www.linuxsampler.org/libgig/ BuildRoot: /var/tmp/%{name}-%{version}-buildroot %description -C++ library for loading Gigasampler files and DLS Level 1/2 files. +C++ library for loading and modifying Gigasampler and DLS files. %package devel -Summary: C++ library for loading Gigasampler files and DLS Level 1/2 files. +Summary: C++ library for loading and modifying Gigasampler and DLS files. Group: Development/Libraries Requires: %{name} = %{version} %description devel -C++ library for loading Gigasampler files and DLS Level 1/2 files. +C++ library for loading and modifying Gigasampler and DLS files. %prep @@ -41,6 +41,12 @@ mkdir -p $RPM_BUILD_ROOT make prefix=$RPM_BUILD_ROOT%{prefix} install +%post +/sbin/ldconfig + +%postun +/sbin/ldconfig + %clean if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi @@ -60,6 +66,21 @@ %{prefix}/include/* %changelog +* Sun Oct 14 2007 Christian Schoenebeck +- prepared for release 3.2.0 +- libgig's home has moved to http://www.linuxsampler.org/libgig/ +* Sat Mar 24 2007 Christian Schoenebeck +- prepared for 3.1.1 +* Fri Nov 24 2006 Christian Schoenebeck +- prepared for 3.1.0 +* Thu Jun 01 2006 Rui Nuno Capela +- changed deprecated copyright attribute to license +- added ldconfig to post-(un)install steps +* Sun May 07 2006 Christian Schoenebeck +- libgig's home has been slightly changed from stud.fh-heilbronn.de + to stud.hs-heilbronn.de +* Fri Apr 28 2006 Christian Schoenebeck +- prepared for 3.0.0 * Mon Aug 15 2005 Christian Schoenebeck - prepared for 2.0.2 * Mon Jun 13 2005 Rui Nuno Capela