--- libgig/trunk/libgig.spec.in 2006/05/07 18:21:15 860 +++ libgig/trunk/libgig.spec.in 2006/11/24 12:50:05 933 @@ -1,30 +1,30 @@ %define name @PACKAGE@ %define version @VERSION@ -%define release 6 +%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.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,11 @@ %{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