Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2390 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 13 years ago
parent
commit
146ca89665
1 changed files with 12 additions and 4 deletions
  1. 12 4
      d/deluge/deluge-vl.spec

+ 12 - 4
d/deluge/deluge-vl.spec

@@ -2,7 +2,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		deluge
-Version:	1.3.0
+Version:	1.3.1
 Release:	1%{?_dist_release}
 Summary:	A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
 Summary(ja):	DHT・UPnP・PEX をサポートした GTK+ BitTorrent クライアント
@@ -10,11 +10,12 @@ Group:		Applications/Internet
 License:	GPLv3 with exceptions
 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.
 Patch0: 	%{name}-scalable-icon-dir.diff
 Patch1: 	010_new_release_check.patch
+Patch10:        workaround_build.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildArch:	noarch
@@ -43,7 +44,7 @@ Requires:	libtorrent-rasterbar-python >= 0.14.9
 %description
 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
-environments such as GNOME and Xfce. 
+environments such as GNOME and Xfce.
 
 %description -l ja
 Deluge は Python と GTK+ を用いて作成された新しい BitTorrent クライアントです。
@@ -64,8 +65,9 @@ display the location of peers in the "Peers" information tab.
 
 %prep
 %setup -qn "%{name}-%{version}"
-%patch0 -p0 -b .fix-scalable-icon-dir
+#%patch0 -p0 -b .fix-scalable-icon-dir
 %patch1 -p1
+%patch10 -p1
 
 
 %build
@@ -129,6 +131,7 @@ rm -rf %{buildroot}
 %{_datadir}/applications/vine-%{name}.desktop
 %{_datadir}/pixmaps/%{name}.*
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
+%{_datadir}/icons/scalable/apps/
 %{_mandir}/man?/%{name}*
 
 %files	flags
@@ -154,6 +157,11 @@ fi
 
 
 %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
 - new upstream release