summaryrefslogtreecommitdiff
path: root/python-pyvorbis.spec
diff options
context:
space:
mode:
authorJakub Bogusz2003-05-06 10:32:53 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit3d54a6c378fdda9131d615237dd7a4f466cd1158 (patch)
treed4eda156b49e1897c1e86113f05808596928bf59 /python-pyvorbis.spec
parenteee6e225e8f91ca2281ed035a2365c19a9eba22c (diff)
downloadpython-pyvorbis-3d54a6c378fdda9131d615237dd7a4f466cd1158.zip
python-pyvorbis-3d54a6c378fdda9131d615237dd7a4f466cd1158.tar.gz
- cleanups in descriptions and deps
Changed files: python-pyvorbis.spec -> 1.6
Diffstat (limited to 'python-pyvorbis.spec')
-rw-r--r--python-pyvorbis.spec42
1 files changed, 19 insertions, 23 deletions
diff --git a/python-pyvorbis.spec b/python-pyvorbis.spec
index 7253830..b9f42b3 100644
--- a/python-pyvorbis.spec
+++ b/python-pyvorbis.spec
@@ -1,20 +1,20 @@
%include /usr/lib/rpm/macros.python
%define module pyvorbis
+Summary: A Python module for the the Ogg/Vorbis library
+Summary(pl): Moduł pythona do biblioteki Ogg/Vorbis
Name: python-%{module}
Version: 1.2
Release: 1
-Summary: A Python module for the the Ogg/Vorbis library
-Summary(pl): Moduł pythona do biblioteki Ogg/Vorbis
-Group: Libraries/Python
License: GPL
-URL: http://www.andrewchatham.com/pyogg/
+Group: Libraries/Python
Source0: http://www.andrewchatham.com/pyogg/download/%{module}-%{version}.tar.gz
-Requires: python-modules
-Requires: libvorbis
-Requires: python-pyogg
-BuildRequires: python-devel
+URL: http://www.andrewchatham.com/pyogg/
BuildRequires: libvorbis-devel
+BuildRequires: python-devel
BuildRequires: python-pyogg-devel
+BuildRequires: rpm-pythonprov
+Requires: python-modules
+Requires: python-pyogg
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
Obsoletes: pyvorbis
@@ -23,28 +23,25 @@ pyvorbis is a wrapper for libvorbis, a compressed audio format
library.
%description -l pl
-pyvorbis jest wrapperem dla biblioteki libvorbis, formatu
-skompresowanego.
+pyvorbis jest wrapperem dla libvorbis - biblioteki obsługującej dźwięk
+w formacie skompresowanym.
%package devel
-Summary: pyvorbis header and example programs
+Summary: pyvorbis headers and example programs
+Summary(pl): Pliki nagłówkowe i programy przykładowe dla modułu pyvorbis
Group: Development/Languages/Python
Requires: %{name} = %{version}
Obsoletes: pyvorbis-devel
%description devel
pyvorbis is a wrapper for libvorbis, a compressed audio format
-library.
-
-Install python-pyvorbis-devel if you need the API documentation and
-example programs.
+library. This package contains the header files and example programs
+for pyvorbis module.
%description devel -l pl
-pyvorbis jest wrapperem dla biblioteki libvorbis, formatu
-skompresowanego.
-
-Zainstaluj tę paczkę jeśli potrzebujesz dokumentację API oraz
-przykładowe programy.
+pyvorbis jest wrapperem dla libvorbis - biblioteki obsługującej dźwięk
+w formacie skompresowanym. Ten pakiet zawiera pliki nagłówkowe i
+programy przykładowe dla moduły pyvorbis.
%prep
%setup -q -n %{module}-%{version}
@@ -68,11 +65,10 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%dir %{py_sitedir}/ogg
-%attr(755,root,root) %{py_sitedir}/ogg/*.so
%doc AUTHORS ChangeLog README NEWS
+%attr(755,root,root) %{py_sitedir}/ogg/*.so
%files devel
%defattr(644,root,root,755)
-%{py_incdir}/%{module}
%doc test/*
+%{py_incdir}/%{module}