Browse Source

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

kudoh 13 years ago
parent
commit
754a819c9c
1 changed files with 8 additions and 5 deletions
  1. 8 5
      d/deluge/deluge-vl.spec

+ 8 - 5
d/deluge/deluge-vl.spec

@@ -2,13 +2,13 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		deluge
-Version:	1.2.3
+Version:	1.3.0
 Release:	1%{?_dist_release}
 Summary:	A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
 Summary(ja):	DHT・UPnP・PEX をサポートした GTK+ BitTorrent クライアント
 Group:		Applications/Internet
 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
 
@@ -106,7 +106,7 @@ pushd %{buildroot}
 ## entries for the .mo files which we've already marked with appropriate
 ## %%lang-fu. 
 	find ./%{python_sitelib}/%{name} -not -iname '%{name}.mo' -type f \
-		| grep -v 'pixmaps/flags' | sed 's:^\./::' >> %{name}.filelist
+		| grep -v 'pixmaps/flags' | sed -e 's:^\./::' -e 's| |*|g' >> %{name}.filelist
 	find ./%{python_sitelib}/%{name} -type d  | grep -v 'pixmaps/flags' \
 		| sed 's:^\./:%%dir :' >> %{name}.filelist
 
@@ -119,10 +119,10 @@ popd && mv %{buildroot}/%{name}.filelist .
 rm -rf %{buildroot}
 
 
-%files -f %{name}.filelist
+%files -f %{name}
 %defattr(-,root,root,-)
 %doc ChangeLog LICENSE README
-%{python_sitelib}/%{name}-%{version}-py?.?.egg-info/
+%{python_sitelib}/
 %{_bindir}/%{name}
 %{_bindir}/%{name}-*
 %{_bindir}/%{name}d
@@ -154,6 +154,9 @@ fi
 
 
 %changelog
+* Sun Sep 19 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.0-1
+- new upstream release
+
 * Tue May 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.3-1
 - new upstream release