SPECS: deluge.spec - pl desc, cleanup

qboosh qboosh at pld-linux.org
Fri Mar 30 22:12:42 CEST 2007


Author: qboosh                       Date: Fri Mar 30 20:12:42 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl desc, cleanup

---- Files affected:
SPECS:
   deluge.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/deluge.spec
diff -u SPECS/deluge.spec:1.2 SPECS/deluge.spec:1.3
--- SPECS/deluge.spec:1.2	Sun Mar 18 21:13:01 2007
+++ SPECS/deluge.spec	Fri Mar 30 22:12:36 2007
@@ -1,21 +1,22 @@
 # $Revision$, $Date$
 Summary:	A Python BitTorrent client with support for UPnP and DHT
-Summary(pl.UTF-8):	Klient BitTorrenta napisany w pythonie ze wspraciem dla UPnP i DHT
+Summary(pl.UTF-8):	Klient BitTorrenta napisany w Pythonie ze wspraciem dla UPnP i DHT
 Name:		deluge
 Version:	0.5.0
 Release:	0.1
 License:	GPL
 Group:		X11/Applications/Networking
-URL:		http://deluge-torrent.org/
 Source0:	http://deluge-torrent.org/downloads/%{name}-%{version}.tar.gz
 # Source0-md5:	d83e6ee573ac9e2e8d11bc3f446da3f8
 #Source1:	%{name}-fixed-setup.py
+URL:		http://deluge-torrent.org/
 BuildRequires:	boost-program_options-devel
 BuildRequires:	boost-regex-devel
 BuildRequires:	desktop-file-utils
 BuildRequires:	libtool
-BuildRequires:	python-devel
+BuildRequires:	python-devel >= 1:2.5
 BuildRequires:	rb_libtorrent-devel
+BuildRequires:	rpm-pythonprov
 Requires:	/bin/sh
 Requires:	python-dbus
 Requires:	python-pygtk-glade
@@ -31,6 +32,14 @@
 allow one to more easily share BitTorrent data even from behind a
 router with virtually zero configuration of port-forwarding.
 
+%description -l pl.UTF-8
+Deluge to nowy klient BitTorrenta stworzony przy użyciu Pythona i
+GTK+. Jego celem jest dostarczenie natywnego, w pełni funkcjonalnego
+klienta dla środowisk GTK+ pod Linuksem, takich jak GNOME czy XFCE.
+Obsługuje m.in. DHT (Distributed Hash Tables) i UPnP (Universal
+Plug-n-Play), co pozwala łatwiej współdzielić dane BitTorrenta nawet
+zza routera praktycznie bez konfiguracji przekierowywania portów.
+
 %prep
 %setup -q
 
@@ -39,10 +48,10 @@
 ## we need to ensure that it is properly inserted into the code as required.
 %{__sed} -i -e "s:INSTALL_PREFIX = '@datadir@':INSTALL_PREFIX = '%{_usr}':" \
 	src/dcommon.py
-%ifarch x86_64 ppc64 sparc64
-	CFLAGS="%{optflags} -DAMD64" %{__python} setup.py build
+%ifarch %{x8664} ppc64 sparc64
+	CFLAGS="%{rpmcflags} -DAMD64" %{__python} setup.py build
 %else
-	CFLAGS="%{optflags}" %{__python} setup.py build
+	CFLAGS="%{rpmcflags}" %{__python} setup.py build
 %endif
 
 %install
@@ -66,7 +75,7 @@
 %dir %{py_sitedir}/%{name}
 %{py_sitedir}/%{name}/*.py[co]
 %attr(755,root,root) %{py_sitedir}/%{name}/*.so
-%{py_sitedir}/%{name}-%{version}-py2.5.egg-info
+%{py_sitedir}/%{name}-%{version}-py*.egg-info
 %{_desktopdir}/%{name}.desktop
 %{_pixmapsdir}/%{name}.xpm
 %{_datadir}/%{name}
@@ -77,6 +86,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/03/30 20:12:36  qboosh
+- pl desc, cleanup
+
 Revision 1.2  2007/03/18 20:13:01  glen
 - use source that exists
 - cleanups, unfortunately can't build to test
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/deluge.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list