rpms/audacious/devel audacious.spec,1.79,1.80

Michael Schwendt mschwendt at fedoraproject.org
Sat Jun 12 12:58:43 UTC 2010


Author: mschwendt

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

Modified Files:
	audacious.spec 
Log Message:
* Sat Jun 12 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4-0.2.alpha1
- Use --with-buildstamp.



Index: audacious.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacious/devel/audacious.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -p -r1.79 -r1.80
--- audacious.spec	11 Jun 2010 12:26:01 -0000	1.79
+++ audacious.spec	12 Jun 2010 12:58:42 -0000	1.80
@@ -5,7 +5,7 @@
 
 Name: audacious
 Version: 2.4
-Release: 0.1.alpha1%{?dist}
+Release: 0.2.alpha1%{?dist}
 
 License: GPLv3
 Summary: GTK2 based media player similar to XMMS
@@ -72,7 +72,6 @@ Files needed when building software for 
 %prep
 %setup -q -n %{name}-%{version}-alpha1
 sed -i '\,^.SILENT:,d' buildsys.mk.in
-sed -i -e 's!\(build_stamp.*\)UNSUPPORTED VERSION!\1Fedora package!' src/audacious/Makefile ; grep 'Fedora package' src/audacious/Makefile || exit -1
 %patch0 -p1 -b .libm
 %patch1 -p1 -b .doc-enqueue
 
@@ -100,6 +99,7 @@ done   
 
 %build
 %configure  \
+    --with-buildstamp="Fedora package"  \
     --disable-sse2  \
     --disable-rpath \
     --disable-dependency-tracking
@@ -169,6 +169,9 @@ update-desktop-database &> /dev/null || 
 
 
 %changelog
+* Sat Jun 12 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4-0.2.alpha1
+- Use --with-buildstamp.
+
 * Wed Jun  9 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4-0.1.alpha1
 - Drop obsolete BR libsamplerate-devel and --enable-samplerate.
 - Upgrade to 2.4 alpha1.



More information about the scm-commits mailing list