OBS User unknown
2007-05-23 21:20:56 +00:00
committed by Git OBS Bridge
parent ba5bcc2801
commit c8aa5a2133
4 changed files with 27 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package snd (Version 8.9)
# spec file for package snd (Version 9.0)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -13,9 +13,9 @@
Name: snd
BuildRequires: alsa-devel fftw3-devel freeglut-devel gsl gsl-devel gtk2-devel guile-devel jack-devel ladspa-devel libdrm-devel libsamplerate-devel update-desktop-files
Summary: Powerful Sound File Editor
Version: 8.9
Release: 5
License: Public Domain, Freeware
Version: 9.0
Release: 1
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: Productivity/Multimedia/Sound/Editors and Convertors
Requires: ladspa
Source: snd-%{version}.tar.bz2
@@ -37,7 +37,7 @@ Authors:
Bill Schottstaedt <bil@ccrma.stanford.edu>
%prep
%setup -n snd-8
%setup -n snd-9
%{?suse_update_config:%{suse_update_config -f}}
find -name "*~" -type f | xargs -r rm -v
@@ -88,6 +88,14 @@ test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
%{_datadir}/pixmaps/*.png
%changelog
* Wed May 23 2007 - tiwai@suse.de
- updated to version 9.0:
* removed mix-chans, mix-locked?, mix-inverted?, all track stuff
track-colors.scm, mix-menu.scm
* moved mix-properties into C.
* added edit-properties, mix-sync.
* spokenword.scm thanks to Ville Koskinen.
* recorder dialog removed.
* Tue Apr 17 2007 - tiwai@suse.de
- fix buildrequires ladspa -> ladspa-devel
* Tue Mar 27 2007 - tiwai@suse.de