[audacity/f14/master] add Requires on audacity folder path to pick up either audacity* package

David Timms dtimms at fedoraproject.org
Wed May 4 13:31:06 UTC 2011


commit 3ae0bcec3da48ba1d38adab042ed3207d52469ed
Author: David Timms <dtimms at iinet.net.au>
Date:   Wed May 4 23:30:01 2011 +1000

    add Requires on audacity folder path to pick up either audacity* package

 audacity.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/audacity.spec b/audacity.spec
index 8e99bb5..96122dd 100644
--- a/audacity.spec
+++ b/audacity.spec
@@ -14,6 +14,7 @@ URL:     http://audacity.sourceforge.net
 %define realname audacity
 
 Source0: http://downloads.sf.net/sourceforge/audacity/audacity-minsrc-%{version}-beta.tar.bz2
+# The manual is not versioned; it is essentially a work in progress
 Source1: http://manual.audacityteam.org/help.zip
 
 Patch1: audacity-1.3.7-libmp3lame-default.patch
@@ -62,6 +63,10 @@ supports OSS and ALSA under Linux.
 Summary: manual for Audacity - offline install
 
 
+# -manual suits either audacity or audacity-freeworld; both create the path:
+Requires: /usr/bin/audacity
+
+
 %description manual
 Audacity Manual can be installed locally if preferred, or accessed on-line
 if internet connection is available.
@@ -162,11 +167,13 @@ update-desktop-database &> /dev/null || :
 
 
 %files manual
-%dir %{_datadir}/%{realname}
 %{_datadir}/%{realname}/help/
 
 
 %changelog
+* Wed May  4 2011 David Timms <iinet.net.au at dtimms> - 1.3.13-0.4.beta
+- add Requires on audacity folder path to pick up either audacity* package
+
 * Sat Apr 30 2011 David Timms <iinet.net.au at dtimms> - 1.3.13-0.4.beta
 - fix files and dir ownership including -manual files in the main package
 


More information about the scm-commits mailing list