]> git.pld-linux.org Git - packages/python-kaa-metadata.git/commitdiff
- real descs instead of copy-pasto
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 31 Mar 2007 17:41:46 +0000 (17:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- python epoch, BR: rpm-pythonprov

Changed files:
    python-kaa-metadata.spec -> 1.3

python-kaa-metadata.spec

index 9b006ea6350b2930fcc139380bfa7fd13ca9ab39..27b553dc6f8b955337ac3221f50a59bc06f2edf7 100644 (file)
@@ -1,7 +1,7 @@
 %define        module  kaa-metadata
 
-Summary:       Base module for all Kaa modules
-Summary(pl.UTF-8):     Moduł bazowy dla wszystkich modułów Kaa
+Summary:       Media metadata for Python
+Summary(pl.UTF-8):     Metadane multimedialne dla Pythona
 Name:          python-%{module}
 Version:       0.6.0
 Release:       1
@@ -9,26 +9,18 @@ License:      LGPL
 Group:         Libraries/Python
 Source0:       http://dl.sourceforge.net/freevo/%{module}-%{version}.tar.gz
 # Source0-md5: 0df903aa873bdc1ce8ed0e8aa0b81e98
-URL:           http://www.freevo.org/kaa
-BuildRequires: python-devel >= 2.5
+URL:           http://www.freevo.org/kaa/
+BuildRequires: python-devel >= 1:2.5
+BuildRequires: rpm-pythonprov
 %pyrequires_eq python-modules
 Requires:      python-kaa-base
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This module contains some basic code needed in all kaa modules.
-
-The module also contains a main loop (notifier). Some kaa modules like
-kaa-Display require the main loop to be running, for other modules
-like kaa-Thumb it's optional and some like kaa-Metadata don't need the
-main loop at all.
+Module for retrieving information about media files.
 
 %description -l pl.UTF-8
-Niniejszy moduł zawiera podstawowy kod wymagany przez wszystkie
-moduły Kaa. Zawiera także główną pętlę (notifier), której niektóre
-moduły kaa, jak np. kaa-Display, wymagają do działania. W przypadku
-pozostałych jest to opcjonalne (np. kaa-Thumb) lub też nie wymagane
-(np. kaa-Metadata).
+Moduł do uzyskiwania informacji o plikach multimedialnych.
 
 %prep
 %setup -q -n %{module}-%{version}
This page took 0.04989 seconds and 4 git commands to generate.