--- libgig/trunk/libgig.spec.in 2006/05/31 23:10:47 867 +++ libgig/trunk/libgig.spec.in 2007/10/12 12:05:15 1406 @@ -1,10 +1,10 @@ %define name @PACKAGE@ %define version @VERSION@ -%define release 7 +%define release 9 %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} @@ -12,19 +12,19 @@ License: GPL Group: Sound Source0: %{name}-%{version}.tar.bz2 -URL: http://stud.hs-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 @@ -66,6 +66,12 @@ %{prefix}/include/* %changelog +* Fri Oct 12 2007 Christian Schoenebeck +- 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