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