|
|
@@ -34,10 +34,11 @@ Class: EVAL
|
|
|
Group: Web
|
|
|
License: GPL
|
|
|
Version: 2.66
|
|
|
-Release: 20040829
|
|
|
+Release: 20040917
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://osdn.dl.sourceforge.net/mplayerplug-in/mplayerplug-in-%{version}.tar.gz
|
|
|
+Patch0: mozilla-mplayer.patch
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -63,6 +64,7 @@ AutoReqProv: no
|
|
|
|
|
|
%prep
|
|
|
%setup -q -n mplayerplug-in
|
|
|
+ %patch -p0
|
|
|
%{l_shtool} subst \
|
|
|
-e '/\/etc\/mplayerplug/s;/etc;%{l_prefix}/etc/mozilla-mplayer;' \
|
|
|
Source/plugin-setup.cpp
|