SPECS: python-tagpy.spec - pl desc

qboosh qboosh at pld-linux.org
Fri May 9 23:01:12 CEST 2008


Author: qboosh                       Date: Fri May  9 21:01:12 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl desc

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

---- Diffs:

================================================================
Index: SPECS/python-tagpy.spec
diff -u SPECS/python-tagpy.spec:1.2 SPECS/python-tagpy.spec:1.3
--- SPECS/python-tagpy.spec:1.2	Tue Apr 29 16:06:07 2008
+++ SPECS/python-tagpy.spec	Fri May  9 23:01:06 2008
@@ -1,4 +1,5 @@
 # $Revision$, $Date$
+# TODO: optflags
 Summary:	Python bindings for TagLib
 Summary(pl.UTF-8):	Wiązania Pythona dla biblioteki TagLib
 Name:		python-tagpy
@@ -18,31 +19,39 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-TagPy is a set of Python bindings for Scott Wheeler’s TagLib. It builds upon
-Boost.Python, a wrapper generation library which is part of the Boost set of
-C++ libraries.
+TagPy is a set of Python bindings for Scott Wheeler's TagLib. It
+builds upon Boost.Python, a wrapper generation library which is part
+of the Boost set of C++ libraries.
 
 Just like TagLib, TagPy can:
-
-    * read and write ID3 tags of version 1 and 2, with many supported frame
-      types for version 2 (in MPEG Layer 2 and MPEG Layer 3, FLAC and MPC),
-    * access Xiph Comments in Ogg Vorbis Files and Ogg Flac Files,
-    * access APE tags in Musepack and MP3 files.
-
-All these features have their own specific interfaces, but TagLib’s generic tag
-reading and writing mechanism is also supported. It comes with a bunch of
-examples.
+ - read and write ID3 tags of version 1 and 2, with many supported
+   frame types for version 2 (in MPEG Layer 2 and MPEG Layer 3, FLAC
+   and MPC),
+ - access Xiph comments in Ogg Vorbis files and Ogg Flac files,
+ - access APE tags in Musepack and MP3 files.
+
+%description -l pl.UTF-8
+TagPy to zestaw wiązań Pythona do biblioteki TagLib Scotta Wheelera.
+Powstał w oparciu o Boost.Python - bibliotekę generowania wrapperów
+będącą częścią bibliotek C++ Boost.
+
+Podobnie jak TagLib TagPy pozwala na:
+ - odczyt i zapis znaczników ID3 w wersji 1 i 2 z wieloma
+   obsługiwanymi typami ramek dla wersji 2 (MPEG Layer 2 i 3, FLAC
+   oraz MPC),
+ - dostęp do komentarzy Xiph w plikach Ogg Vorbis i Ogg Flac,
+ - dostęp do znaczników APE w plikach Musepack i MP3.
 
 %prep
 %setup -n tagpy-%{version} -q
 
 %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
 
@@ -58,7 +67,7 @@
 %{py_sitedir}/tagpy/*.py[co]
 %dir %{py_sitedir}/tagpy/ogg
 %{py_sitedir}/tagpy/ogg/*.py[co]
-%{py_sitedir}/tagpy*egg-info
+%{py_sitedir}/tagpy*.egg-info
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -66,9 +75,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008-05-09 21:01:06  qboosh
+- pl desc
+
 Revision 1.2  2008-04-29 14:06:07  pluto
 - reorganize boost BRs (boost-devel >= 1.35.0).
 
 Revision 1.1  2007-09-21 18:38:43  wiget
 - new
-
================================================================

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



More information about the pld-cvs-commit mailing list