Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > f26a742ef2abdaaa9d8b32f310f94f2c > files > 2

pyvorbis-1.3-4mdk.src.rpm

%define name pyvorbis
%define version 1.3
%define release 4mdk

Summary: A wrapper for the Vorbis libraries.
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.andrewchatham.com/pyogg/download/%{name}-%{version}.tar.bz2
License: LGPL
Group: Development/Python
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: libvorbis-devel
BuildRequires: libpython-devel
BuildRequires: pyogg = %version
Requires: pyogg = %version
Url: http://www.andrewchatham.com/pyogg/

%description
pyvorbis - a Python wrapper for the Ogg/Vorbis library

Ogg/Vorbis is available at http://www.xiph.org

This is the Vorbis module. You will need to download and install the
Python ogg module (available wherever you got this) before you can
build the vorbis module.


%prep
%setup -q

%build
python config_unix.py
python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README AUTHORS ChangeLog NEWS
%_libdir/python?.?/site-packages/ogg/vorbis.so

%changelog
* Sun Dec 05 2004 Michael Scherer <misc@mandrake.org> 1.3-4mdk
- Rebuild for new python

* Fri Sep  3 2004 Götz Waschk <waschk@linux-mandrake.com> 1.3-3mdk
- fix URL

* Fri Aug  8 2003 Götz Waschk <waschk@linux-mandrake.com> 1.3-2mdk
- new python

* Fri Jul 18 2003 Per Øyvind Karlsen <peroyvind@sintrax.net> 1.3-1mdk
- 1.3
- drop Prefix tag
- rm -rf $RPM_BUILD_ROOT in %%install

* Wed Mar 12 2003 Götz Waschk <waschk@linux-mandrake.com> 1.2-2mdk
- fix buildrequires

* Fri Feb 21 2003 Götz Waschk <waschk@linux-mandrake.com> 1.2-1mdk
- fix file list
- new version

* Fri Dec 27 2002 Götz Waschk <waschk@linux-mandrake.com> 1.1-2mdk
- rebuild

* Tue Oct 29 2002 Götz Waschk <waschk@linux-mandrake.com> 1.1-1mdk
- 1.1

* Tue Jul 30 2002 Götz Waschk <waschk@linux-mandrake.com> 1.0-1mdk
- 1.0
- build in build stage, not in install


* Mon Jul  1 2002 Götz Waschk <waschk@linux-mandrake.com> 0.5-1mdk
- 0.5
- requires pyogg of the same version

* Sat Jun 29 2002 Götz Waschk <waschk@linux-mandrake.com> 0.2-1mdk
- Mandrake adapted