rpms/audacity/FC-6 audacity.spec,1.24,1.25

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Thu Feb 15 22:48:15 UTC 2007


Author: gemi

Update of /cvs/extras/rpms/audacity/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12335

Modified Files:
	audacity.spec 
Log Message:
build with system expat


Index: audacity.spec
===================================================================
RCS file: /cvs/extras/rpms/audacity/FC-6/audacity.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- audacity.spec	15 Feb 2007 21:13:41 -0000	1.24
+++ audacity.spec	15 Feb 2007 22:47:43 -0000	1.25
@@ -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 @@
 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 @@
 
 
 %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 @@
 %doc %{_datadir}/doc/*
 
 %changelog
+* Thu Feb 15 2007 Gerard Milmeister <gemi at bluewin.ch> - 1.3.2-6
+- build with system expat
+- added BuildReq alsa-lib-devel
+
 * Thu Feb 15 2007 Gerard Milmeister <gemi at bluewin.ch> - 1.3.2-5
 - compile with jack support
 




More information about the scm-commits mailing list