rpms/audacious/devel audacious.spec,1.52,1.53

Michael Schwendt mschwendt at fedoraproject.org
Mon Sep 21 10:23:06 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/rpms/audacious/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29806

Modified Files:
	audacious.spec 
Log Message:
* Sun Sep 20 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 2.1-5
- /usr/bin/audacious and /usr/bin/audtool compatibility links are
  provided officially by upstream within 2.2-alpha1.



Index: audacious.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacious/devel/audacious.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- audacious.spec	12 Sep 2009 08:56:15 -0000	1.52
+++ audacious.spec	21 Sep 2009 10:23:05 -0000	1.53
@@ -5,7 +5,7 @@
 
 Name: audacious
 Version: 2.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 
 License: GPLv3
 Summary: GTK2 based media player similar to XMMS
@@ -105,6 +105,13 @@ desktop-file-install  \
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
 mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/audacious2.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
 
+# 2.2-alpha1 will install these compatibility softlinks
+cd $RPM_BUILD_ROOT%{_bindir}
+rm audacious audtool
+ln -s audacious2 audacious
+ln -s audtool2 audtool
+cd -
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -133,7 +140,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README
 %{_bindir}/audacious2
+%{_bindir}/audacious
 %{_bindir}/audtool2
+%{_bindir}/audtool
 %{_datadir}/audacious/
 %{_mandir}/man[^3]/*
 %{_datadir}/applications/*.desktop
@@ -153,6 +162,10 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Sun Sep 20 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 2.1-5
+- /usr/bin/audacious and /usr/bin/audtool compatibility links are
+  provided officially by upstream within 2.2-alpha1.
+
 * Sat Sep 12 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 2.1-4
 - Build with --enable-samplerate (off by default), BR libsamplerate-devel
 




More information about the fedora-extras-commits mailing list