|
@@ -9,16 +9,17 @@ Summary: GTK+ based fast e-mail client
|
|
Summary(ja): GTK+ ベースの高速な電子メールクライアント
|
|
Summary(ja): GTK+ ベースの高速な電子メールクライアント
|
|
Name: sylpheed
|
|
Name: sylpheed
|
|
Version: 3.1.0
|
|
Version: 3.1.0
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: Applications/Internet
|
|
Group: Applications/Internet
|
|
URL: http://sylpheed.sraoss.jp/
|
|
URL: http://sylpheed.sraoss.jp/
|
|
Source0: http://sylpheed.sraoss.jp/sylpheed/v3.0/sylpheed-%{srcver}.tar.bz2
|
|
Source0: http://sylpheed.sraoss.jp/sylpheed/v3.0/sylpheed-%{srcver}.tar.bz2
|
|
Source1: sylpheed.xpm
|
|
Source1: sylpheed.xpm
|
|
-Patch0: sylpheed-3.0.3-default-browser.patch
|
|
|
|
|
|
+# Patch0: sylpheed-3.0.3-default-browser.patch
|
|
Patch1: sylpheed-2.3.0-certs-search-path.patch
|
|
Patch1: sylpheed-2.3.0-certs-search-path.patch
|
|
Requires: gtk2 >= 2.10.0, openssl, gpgme >= 0.4.5
|
|
Requires: gtk2 >= 2.10.0, openssl, gpgme >= 0.4.5
|
|
Requires: mailcap
|
|
Requires: mailcap
|
|
|
|
+Requires: xdg-utils
|
|
BuildRequires: gtk2-devel >= 2.10.0, openssl-devel, gpgme-devel >= 0.4.5
|
|
BuildRequires: gtk2-devel >= 2.10.0, openssl-devel, gpgme-devel >= 0.4.5
|
|
BuildRequires: bison, flex, faces-devel
|
|
BuildRequires: bison, flex, faces-devel
|
|
%if %{with_gtkspell}
|
|
%if %{with_gtkspell}
|
|
@@ -85,7 +86,7 @@ Sylpheedには以下のような特長があります。
|
|
%setup -q -n %{srcname}-%{srcver}
|
|
%setup -q -n %{srcname}-%{srcver}
|
|
# %setup -q -n %{srcname}-3.0.0
|
|
# %setup -q -n %{srcname}-3.0.0
|
|
|
|
|
|
-%patch0 -p1 -b .default-browser
|
|
|
|
|
|
+# %patch0 -p1 -b .default-browser
|
|
%patch1 -p1 -b .certs-path
|
|
%patch1 -p1 -b .certs-path
|
|
|
|
|
|
%build
|
|
%build
|
|
@@ -139,6 +140,10 @@ Sylpheedには以下のような特長があります。
|
|
%config(missingok) %{_datadir}/applications/sylpheed.desktop
|
|
%config(missingok) %{_datadir}/applications/sylpheed.desktop
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Apr 22 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.1.0-2
|
|
|
|
+- drop patch0 to change default-browser (htmlview -> xdg-open)
|
|
|
|
+- add R: xdg-utils
|
|
|
|
+
|
|
* Tue Feb 1 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.1.0-1
|
|
* Tue Feb 1 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.1.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|