SPECS: python-coherence.spec - pl fix, BR: pythonprov

qboosh qboosh at pld-linux.org
Mon Apr 14 23:22:03 CEST 2008


Author: qboosh                       Date: Mon Apr 14 21:22:03 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl fix, BR: pythonprov

---- Files affected:
SPECS:
   python-coherence.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/python-coherence.spec
diff -u SPECS/python-coherence.spec:1.5 SPECS/python-coherence.spec:1.6
--- SPECS/python-coherence.spec:1.5	Tue Mar 25 21:20:14 2008
+++ SPECS/python-coherence.spec	Mon Apr 14 23:21:58 2008
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 Summary:	A DLNA/UPnP MediaServer protocol implementation
-Summary(pl.UTF-8):	Implementacja protokołu  DLNA/UPnP MediaServer
+Summary(pl.UTF-8):	Implementacja protokołu DLNA/UPnP MediaServer
 Name:		python-coherence
 Version:	0.4.0
 Release:	2
@@ -10,8 +10,9 @@
 # Source0-md5:	b3fdc0de8ae46c6c9efdc4e7d6204417
 Patch0:		%{name}-syntax.patch
 URL:		https://coherence.beebits.net/
-BuildRequires:	python-devel >= 1:2.5.0
+BuildRequires:	python-devel >= 1:2.5
 BuildRequires:	python-setuptools
+BuildRequires:	rpm-pythonprov
 Requires:	python-Louie
 Requires:	python-TwistedCore
 Requires:	python-TwistedWeb
@@ -30,21 +31,23 @@
 MediaRenderer.
 
 %description -l pl.UTF-8
-Wolno stojąca aplikacja Coherence służy jako DLNA/UPnP MediaServer i 
-udostępnia lokalne i zdalne pliki multimedialne przez jego wtyczki do
+Samodzielna aplikacja Coherence służy jako serwer mediów DLNA/UPnP,
+udostępniając lokalne i zdalne pliki multimedialne poprzez wtyczki dla
 innych klientów UPnP.
 
+Wraz z GStreamerem tworzy sterowalny renderer mediów DLNA/UPnP.
+
 %prep
 %setup -q -n Coherence-%{version}
 %patch0 -p1
 
 %build
-python setup.py build
+%{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-python setup.py install \
+%{__python} setup.py install \
 	--optimize=2 \
 	--root=$RPM_BUILD_ROOT
 
@@ -68,6 +71,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2008-04-14 21:21:58  qboosh
+- pl fix, BR: pythonprov
+
 Revision 1.5  2008-03-25 20:20:14  sls
 - BR: python-setuptools
 
@@ -82,4 +88,3 @@
 
 Revision 1.1  2007-12-26 19:12:34  patrys
 - initial PLD release
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-coherence.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list