[marave] incompatible licensing of audio files packaged with marave (#690658)

Rex Dieter rdieter at fedoraproject.org
Fri Sep 23 19:08:09 UTC 2011


commit 1d10e3de569a521342b251060d07b67683ea1ce3
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Fri Sep 23 14:07:58 2011 -0500

    incompatible licensing of audio files packaged with marave (#690658)

 marave.spec |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/marave.spec b/marave.spec
index e0abdab..c28f159 100644
--- a/marave.spec
+++ b/marave.spec
@@ -2,7 +2,7 @@
 
 Name:    marave
 Version: 0.7
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: A Simple text editor 
 
 License: BSD and GPLv2
@@ -42,6 +42,13 @@ desktop-file-install \
   --dir=%{buildroot}%{_datadir}/applications \
   %{SOURCE1}
 
+## unpackaged files
+# redistributable, but non-free, click/audio files 
+# https://bugzilla.redhat.com/690658
+# http://code.google.com/p/marave/issues/detail?id=14&can=1
+rm -fv %{buildroot}%{python_sitelib}/marave/clicks/{adriantnt_*,thozi_daClick}.wav
+
+
 %clean
 rm -rf %{buildroot}
 
@@ -57,6 +64,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Sep 23 2011 Rex Dieter <rdieter at fedoraproject.org> 0.7-6
+- incompatible licensing of audio files packaged with marave (#690658)
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list