|
@@ -2,7 +2,7 @@
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
|
Name: deluge
|
|
Name: deluge
|
|
-Version: 1.3.0
|
|
+Version: 1.3.1
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
|
|
Summary: A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
|
|
Summary(ja): DHT・UPnP・PEX をサポートした GTK+ BitTorrent クライアント
|
|
Summary(ja): DHT・UPnP・PEX をサポートした GTK+ BitTorrent クライアント
|
|
@@ -10,11 +10,12 @@ Group: Applications/Internet
|
|
License: GPLv3 with exceptions
|
|
License: GPLv3 with exceptions
|
|
URL: http://deluge-torrent.org/
|
|
URL: http://deluge-torrent.org/
|
|
|
|
|
|
-Source0: http://download.deluge-torrent.org/source/%{version}/%{name}-%{version}.tar.bz2
|
|
+Source0: http://download.deluge-torrent.org/source/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
## The scalable icon needs to be installed to the proper place.
|
|
## The scalable icon needs to be installed to the proper place.
|
|
Patch0: %{name}-scalable-icon-dir.diff
|
|
Patch0: %{name}-scalable-icon-dir.diff
|
|
Patch1: 010_new_release_check.patch
|
|
Patch1: 010_new_release_check.patch
|
|
|
|
+Patch10: workaround_build.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
@@ -43,7 +44,7 @@ Requires: libtorrent-rasterbar-python >= 0.14.9
|
|
%description
|
|
%description
|
|
Deluge is a new BitTorrent client, created using Python and GTK+. It is
|
|
Deluge is a new BitTorrent client, created using Python and GTK+. It is
|
|
intended to bring a native, full-featured client to Linux GTK+ desktop
|
|
intended to bring a native, full-featured client to Linux GTK+ desktop
|
|
-environments such as GNOME and Xfce.
|
|
+environments such as GNOME and Xfce.
|
|
|
|
|
|
%description -l ja
|
|
%description -l ja
|
|
Deluge は Python と GTK+ を用いて作成された新しい BitTorrent クライアントです。
|
|
Deluge は Python と GTK+ を用いて作成された新しい BitTorrent クライアントです。
|
|
@@ -64,8 +65,9 @@ display the location of peers in the "Peers" information tab.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -qn "%{name}-%{version}"
|
|
%setup -qn "%{name}-%{version}"
|
|
-%patch0 -p0 -b .fix-scalable-icon-dir
|
|
+#%patch0 -p0 -b .fix-scalable-icon-dir
|
|
%patch1 -p1
|
|
%patch1 -p1
|
|
|
|
+%patch10 -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
@@ -129,6 +131,7 @@ rm -rf %{buildroot}
|
|
%{_datadir}/applications/vine-%{name}.desktop
|
|
%{_datadir}/applications/vine-%{name}.desktop
|
|
%{_datadir}/pixmaps/%{name}.*
|
|
%{_datadir}/pixmaps/%{name}.*
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
|
|
|
+%{_datadir}/icons/scalable/apps/
|
|
%{_mandir}/man?/%{name}*
|
|
%{_mandir}/man?/%{name}*
|
|
|
|
|
|
%files flags
|
|
%files flags
|
|
@@ -154,6 +157,11 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Dec 25 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+- added patch10 to work around building problem
|
|
|
|
+ - disabled svn access
|
|
|
|
+
|
|
* Sun Sep 19 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.0-1
|
|
* Sun Sep 19 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|