[csound] Drop no longer applicable docdir adjustment from specfile (#993711).

Ville Skyttä scop at fedoraproject.org
Sat Jan 25 10:22:43 UTC 2014


commit 5d7bdeca35a55813c2ae49b372ee02a457240025
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Jan 25 11:24:00 2014 +0200

    Drop no longer applicable docdir adjustment from specfile (#993711).

 csound.spec |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/csound.spec b/csound.spec
index 52d3dea..72b1976 100644
--- a/csound.spec
+++ b/csound.spec
@@ -199,10 +199,6 @@ mkdir manual
 
 %build
 
-# Adjust location of the documentation for the GUI bits
-sed -ie 's#\"firefox /usr/local/share/doc/csound/manual/#\"xdg-open file://%{_docdir}/%{name}-manual-%{version}/#' \
-      frontends/fltk_gui/CsoundGlobalSettings.cpp
-
 cp custom-linux-mkg.py custom.py
 scons dynamicCsoundLibrary=1 \
       buildRelease=1 \
@@ -430,6 +426,9 @@ fi
 %doc examples/*
 
 %changelog
+* Sat Jan 25 2014 Ville Skyttä <ville.skytta at iki.fi>
+- Drop no longer applicable docdir adjustment from specfile (#993711).
+
 * Wed Aug  7 2013 Peter Robinson <pbrobinson at fedoraproject.org> 5.19.01-1
 - Update to 5.19.01 (fix FTBFS)
 - Initial rebase of patches


More information about the scm-commits mailing list