Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6293 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 12 years ago
parent
commit
681f5ef164
1 changed files with 10 additions and 5 deletions
  1. 10 5
      a/audacity/audacity-vl.spec

+ 10 - 5
a/audacity/audacity-vl.spec

@@ -1,9 +1,9 @@
 Summary:	A Free, Cross-Platform Digital Audio Editor
 Summary(ja): 	フリーでクロスプラットフォームなオーディオエディタ
 Name:		audacity
-Version:	1.3.14
-Release: 	1.beta1%{?_dist_release}
-Source0:	%{name}-minsrc-%{version}-beta.tar.bz2
+Version:	2.0.0
+Release: 	1%{?_dist_release}
+Source0:	%{name}-minsrc-%{version}.tar.bz2
 License:	GPL
 Group:		Applications/Multimedia
 URL:		http://audacity.sourceforge.net/
@@ -13,6 +13,7 @@ BuildRequires:	wx-gtk2-devel
 BuildRequires:	libsndfile-devel, libogg-devel
 BuildRequires:	flac-devel, libid3tag-devel, expat-devel
 BuildRequires:	libsamplerate-devel, libvorbis-devel
+BuildRequires:  soundtouch-devel
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
 
@@ -42,13 +43,13 @@ Audacityは、Windows、Mac OS X、GNU/Linux、その他のオペレーティン
 
 
 %prep
-%setup -q -n %{name}-src-%{version}-beta
+%setup -q -n %{name}-src-%{version}
 
 
 %build
 %configure --without-libmad \
            --without-ffmpeg
-%{__make}
+%{__make} %{?_smp_mflags}
 
 
 %install
@@ -86,6 +87,10 @@ Audacityは、Windows、Mac OS X、GNU/Linux、その他のオペレーティン
 %{_mandir}/man1/audacity.1*
 
 %changelog
+* Fri Jun 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.0-1
+- new usprtream release
+- added BuildRequires: soundtouch-devel
+
 * Tue Feb 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.14-1.beta1
 - new upstream release