|
@@ -1,16 +1,17 @@
|
|
|
%define with_my_japo 0
|
|
|
#% define svnrevision 355
|
|
|
+%define rcversion 1
|
|
|
|
|
|
Name: gecko-mediaplayer
|
|
|
-Version: 0.9.9.2
|
|
|
-Release: 1%{?svnrevision:.svn%svnrevision}%{?_dist_release}
|
|
|
+Version: 0.9.99
|
|
|
+Release: 1%{?svnrevision:.svn%svnrevision}%{?rcversion:.rc%rcversion}%{?_dist_release}
|
|
|
Summary: Gnome MPlayer browser plugin
|
|
|
-Summary(ja): Gnome MPlayer の Web ブラウザープラグイン
|
|
|
+Summary(ja): Gnome MPlayer の Web ブラウザ用プラグイン
|
|
|
|
|
|
Group: Applications/Multimedia
|
|
|
License: GPLv2+
|
|
|
URL: http://kdekorte.googlepages.com/gecko-mediaplayer
|
|
|
-Source0: http://gecko-mediaplayer.googlecode.com/files/%{name}-%{version}%{?svnrevision:.svn%svnrevision}.tar.%{?svnrevision:bz2}%{!?svnrevision:gz}
|
|
|
+Source0: http://gecko-mediaplayer.googlecode.com/files/%{name}-%{version}%{?svnrevision:.svn%svnrevision}%{?rcversion:.rc%rcversion}.tar.%{?svnrevision:bz2}%{!?svnrevision:gz}
|
|
|
Source10: gecko-mediaplayer-snapshot.sh
|
|
|
|
|
|
## vine
|
|
@@ -44,19 +45,19 @@ a browser. It should work with all browsers on Unix-ish systems(Linux, BSD,
|
|
|
Solaris) and use the NS4 API (Mozilla, Firefox, Opera, etc.).
|
|
|
|
|
|
%description -l ja
|
|
|
-Gecko Media Player は Web ブラウザー上でメディアを再生するために
|
|
|
-GNOME MPlayer を使う Web ブラウザープラグインです.
|
|
|
-Unix-ish なシステム(Linux, BSD, Solaris)上のすべてのブラウザーで
|
|
|
+Gecko Media Player は Web ブラウザ上でメディアを再生するために
|
|
|
+GNOME MPlayer を使う Web ブラウザ用プラグインです.
|
|
|
+Unix-ish なシステム(Linux, BSD, Solaris)上のすべてのブラウザで
|
|
|
動作するはずで,NS4 API(Mozilla, Firefox, Opera など)を使います.
|
|
|
|
|
|
|
|
|
%prep
|
|
|
-%setup -q
|
|
|
+%setup -q %{?rcversion:-n %{name}-%{version}.rc%{rcversion}}
|
|
|
|
|
|
%if %{with_my_japo}
|
|
|
## vine
|
|
|
%patch100 -p1 -b .ja
|
|
|
-install -m644 %{SOURCE100} po/ja.po
|
|
|
+%__install -m644 %{SOURCE100} po/ja.po
|
|
|
autoreconf -f
|
|
|
%endif
|
|
|
|
|
@@ -116,6 +117,9 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Aug 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.99-1.rc1
|
|
|
+- source 0.9.99.rc1
|
|
|
+
|
|
|
* Thu Mar 04 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.9.2-1
|
|
|
- new upstream release
|
|
|
|