diff --git a/audacity.spec b/audacity.spec index 4112119..2e6d0cb 100644 --- a/audacity.spec +++ b/audacity.spec @@ -1,6 +1,6 @@ Name: audacity Version: 1.3.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A multitrack audio editor Group: Applications/Multimedia @@ -10,20 +10,22 @@ Source: http://dl.sf.net/sourceforge/audacity/audacity-src-1.3.2.tar.gz Source1: audacity.png Patch4: audacity-1.3.2-destdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libogg-devel -BuildRequires: libvorbis-devel -BuildRequires: zlib-devel -BuildRequires: perl -BuildRequires: gettext -BuildRequires: zip +BuildRequires: alsa-lib-devel +BuildRequires: desktop-file-utils +BuildRequires: expat-devel BuildRequires: flac-devel +BuildRequires: gettext +BuildRequires: jack-audio-connection-kit-devel BuildRequires: ladspa-devel -BuildRequires: libsamplerate-devel +BuildRequires: libid3tag-devel +BuildRequires: libogg-devel +BuildRequires: libsamplerate-devel BuildRequires: libsndfile-devel -BuildRequires: libid3tag-devel -BuildRequires: desktop-file-utils +BuildRequires: libvorbis-devel +BuildRequires: perl BuildRequires: wxGTK2-devel -BuildRequires: jack-audio-connection-kit-devel +BuildRequires: zip +BuildRequires: zlib-devel Requires(post): shared-mime-info, desktop-file-utils Requires(postun): shared-mime-info, desktop-file-utils @@ -56,7 +58,7 @@ perl -pi -e 's|-msse||' lib-src/soundtouch/source/SoundTouch/Makefile.* %build -%configure --with-help --with-libsndfile=system --without-libresample --with-libsamplerate=system --with-libflac=system --with-ladspa --with-vorbis=system --with-id3tag=system --with-portaudio=v19 --without-portmixer %{?_with_mp3:--with-libmad=system} +%configure --with-help --with-libsndfile=system --without-libresample --with-libsamplerate=system --with-libflac=system --with-ladspa --with-vorbis=system --with-id3tag=system --with-expat=system --with-portaudio=v19 --without-portmixer %{?_with_mp3:--with-libmad=system} make @@ -117,6 +119,10 @@ rm -rf ${RPM_BUILD_ROOT} %doc %{_datadir}/doc/* %changelog +* Thu Feb 15 2007 Gerard Milmeister - 1.3.2-6 +- build with system expat +- added BuildReq alsa-lib-devel + * Thu Feb 15 2007 Gerard Milmeister - 1.3.2-5 - compile with jack support