[gnash/f13/master: 14/18] - -plugin: avoid file (directory) dependency (#601942)

Kevin Kofler kkofler at fedoraproject.org
Mon Aug 23 21:20:48 UTC 2010


commit 0c63c7604d90872f9247f3197c8a01c5a4b21d0c
Author: Kevin Kofler <kkofler at fedoraproject.org>
Date:   Tue Jun 8 22:16:18 2010 +0000

    - -plugin: avoid file (directory) dependency (#601942)

 gnash.spec |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/gnash.spec b/gnash.spec
index b2ae8ea..413aa0e 100644
--- a/gnash.spec
+++ b/gnash.spec
@@ -6,7 +6,7 @@
 
 Name:           gnash
 Version:        0.8.7
-Release:	1%{?dist}
+Release:	2%{?dist}
 Epoch:		1
 Summary:        GNU flash movie player
 
@@ -63,11 +63,7 @@ class.
 %package plugin
 Summary:   Web-client flash movie player plugin 
 Requires:  %{name} = %{epoch}:%{version}-%{release}
-# this doesn't prevent wrong dependencies, in case a package
-# provides %%{_libdir}/mozilla/plugins (like kdebase for konqueror)
-# and another unrelated webbrowser is installed, like w3m-el.
-# Moreover konqueror could provide webclient some day
-Requires:  %{_libdir}/mozilla/plugins webclient
+Requires:  mozilla-filesystem%{?_isa} webclient
 Group:     Applications/Internet
 
 %description plugin
@@ -303,6 +299,9 @@ fi
 %{python_sitearch}/gtk-2.0/*
 
 %changelog
+* Tue Jun 08 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.7-2
+- -plugin: avoid file (directory) dependency (#601942)
+
 * Sat Feb 27 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.7-1
 - update to 0.8.7 (#568971)
 - make scrollkeeper a conditional (still disabled as it's not working)


More information about the scm-commits mailing list