--- libgig/trunk/libgig.spec.in 2005/05/09 15:04:51 532 +++ libgig/trunk/libgig.spec.in 2006/11/24 12:50:05 933 @@ -1,30 +1,30 @@ %define name @PACKAGE@ %define version @VERSION@ -%define release 2 +%define release 8 %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.gz -URL: http://stud.fh-heilbronn.de/~cschoene/projects/libgig/ +Source0: %{name}-%{version}.tar.bz2 +URL: http://stud.hs-heilbronn.de/~cschoene/projects/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,20 @@ %{prefix}/include/* %changelog +* 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 +- prepared for 2.0.1 * Mon May 9 2005 Rui Nuno Capela - prepared for 2.0.0 * Wed Nov 24 2004 Rui Nuno Capela