OBS User unknown
2009-02-03 23:30:26 +00:00
committed by Git OBS Bridge
parent c062b78436
commit ae30b22baa
4 changed files with 36 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package snd (Version 10)
# spec file for package snd (Version 10.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
Name: snd
BuildRequires: alsa-devel fftw3-devel freeglut-devel gsl gsl-devel gtk2-devel guile-devel ladspa-devel libdrm-devel libjack-devel libsamplerate-devel update-desktop-files
Summary: Powerful Sound File Editor
Version: 10
Version: 10.3
Release: 1
License: LGPL v2.1 or later
Group: Productivity/Multimedia/Sound/Editors and Convertors
@@ -46,8 +46,8 @@ Authors:
%prep
%setup -q
%{?suse_update_config:%{suse_update_config -f}}
find -name "*~" -type f | xargs -r rm -v
find -name "*.png" -type f | xargs chmod 0644
%build
# aclocal
@@ -101,6 +101,17 @@ test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
%{_datadir}/pixmaps/*.png
%changelog
* Fri Jan 30 2009 tiwai@suse.de
- updated to version 10.3:
* improvements to rt stuff
* multiprecision math support
* sox header support
* jcvoi.scm
* deprecated sine-emulation, etc
* Mon Nov 10 2008 tiwai@suse.de
- updated to version 10.1:
* rhypars.cms addition
* removed reader/writer locks in clm.c
* Wed Oct 01 2008 tiwai@suse.de
- updated to version 10.0:
* rt/faust/stalin improvements
@@ -226,7 +237,7 @@ test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
- renamed patches to avoid the file name confliction.
* Tue Nov 26 2002 tiwai@suse.de
- updated to version 6.3.
* Tue Nov 12 2002 ro@suse.de
* Mon Nov 11 2002 ro@suse.de
- changed neededforbuild <xshared> to <x-devel-packages>
- changed neededforbuild <xdevel> to <>
* Tue Sep 24 2002 tiwai@suse.de