rpms/audacity/devel audacity.spec,1.93,1.94

David Timms dtimms at fedoraproject.org
Mon Jun 28 13:58:30 UTC 2010


Author: dtimms

Update of /cvs/pkgs/rpms/audacity/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22355

Modified Files:
	audacity.spec 
Log Message:
mod tartopdir to use package version macro



Index: audacity.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacity/devel/audacity.spec,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -p -r1.93 -r1.94
--- audacity.spec	28 Jun 2010 13:34:23 -0000	1.93
+++ audacity.spec	28 Jun 2010 13:58:30 -0000	1.94
@@ -1,16 +1,16 @@
 # Compile options:
 # --with mp3          : enable mp3 support
 
-%define tartopdir audacity-src-1.3.11-beta
-
 Name: audacity
 Version: 1.3.12
-Release: 0.1.beta%{?dist}
+Release: 0.2.beta%{?dist}
 Summary: Multitrack audio editor
 Group: Applications/Multimedia
 License: GPLv2
 URL: http://audacity.sourceforge.net
 
+%define tartopdir audacity-src-%{version}-beta
+
 Source0: http://downloads.sf.net/sourceforge/audacity/audacity-minsrc-%{version}-beta.tar.bz2
 Source1: audacity.png
 
@@ -149,6 +149,10 @@ update-desktop-database &> /dev/null || 
 
 
 %changelog
+%changelog
+* Mon Jun 28 2010 David Timms <iinet.net.au at dtimms> - 1.3.12-0.2.beta
+- mod tartopdir to use package version macro
+
 * Mon Jun 28 2010 David Timms <iinet.net.au at dtimms> - 1.3.12-0.1.beta
 - upgrade to 1.3.12-beta
 - package new icons found in icons/hicolor



More information about the scm-commits mailing list