rpms/gnash/devel gnash.spec,1.1,1.2

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Sun Sep 24 08:22:10 UTC 2006


Author: pertusus

Update of /cvs/extras/rpms/gnash/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2766

Modified Files:
	gnash.spec 
Log Message:
* Sun Sep 24 2006 Patrice Dumas <pertusus at free.fr> 0.7.1-8
- plugin requires %{_libdir}/mozilla/plugins. Fix (incompletly and 
  temporarily, but there is no better solution yet) #207613



Index: gnash.spec
===================================================================
RCS file: /cvs/extras/rpms/gnash/devel/gnash.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnash.spec	27 Aug 2006 08:39:02 -0000	1.1
+++ gnash.spec	24 Sep 2006 08:22:09 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           gnash
 Version:        0.7.1
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        GNU flash movie player
 
 Group:          Applications/Multimedia
@@ -41,7 +41,11 @@
 %package plugin
 Summary:   Flash movie player plugin for Mozilla Browser
 Requires:  %{name} = %{version}-%{release}
-Requires:  webclient
+# 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
 Group:     Applications/Internet
 
 %description plugin
@@ -140,6 +144,10 @@
 
 
 %changelog
+* Sun Sep 24 2006 Patrice Dumas <pertusus at free.fr> 0.7.1-8
+- plugin requires %{_libdir}/mozilla/plugins. Fix (incompletly and 
+  temporarily, but there is no better solution yet) #207613
+
 * Sun Aug 27 2006 Patrice Dumas <pertusus at free.fr> - 0.7.1-7
 - add defattr for klash
 - add warnings in the description about stability




More information about the scm-commits mailing list