SHA256
1
0
forked from pool/audacity
OBS User unknown 2008-05-16 11:18:31 +00:00 committed by Git OBS Bridge
parent c4b9173f47
commit afb405ca5c
2 changed files with 8 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 14 16:06:24 CEST 2008 - schwab@suse.de
- Remove useless patch.
-------------------------------------------------------------------
Wed Apr 2 14:11:45 CEST 2008 - anosek@suse.cz

View File

@ -8,7 +8,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: audacity
@ -18,7 +17,7 @@ BuildRequires: SDL-devel flac-devel gcc-c++ glib-devel id3lib-devel jack-devel
%define DISTRIBUTABLE 1
Summary: A Free, Cross-Platform Digital Audio Editor
Version: 1.3.4
Release: 34
Release: 51
License: GPL v2 or later
Group: Productivity/Multimedia/Sound/Editors and Convertors
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -70,10 +69,6 @@ Authors:
# %patch4
%patch5
%patch6
%ifarch ia64 ppc ppc64 s390 s390x
# remove -msse from Makefiles
%patch7
%endif
%patch8
%patch9
@ -81,9 +76,6 @@ Authors:
%{?suse_update_config:%{suse_update_config -f . lib-src/*/.}}
export AUTOMAKE="automake --foreign"
autoreconf -f -i
cd lib-src/portaudio-v19
autoreconf -f -i
cd ../..
# Needed for audacity-1.3.3:
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure \
@ -124,6 +116,8 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/mime/packages/audacity.xml
%changelog
* Wed May 14 2008 schwab@suse.de
- Remove useless patch.
* Wed Apr 02 2008 anosek@suse.cz
- fixed Insecure symlink handling (bnc#344588) (CVE-2007-6061.patch)
- temp file is now created in users home directory