Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 2741bff508121f50c22d13d6c34ad564 > files > 2

xmms-oggre-0.3-5mdv2007.1.src.rpm

%define oname oggre
%define name xmms-%oname
%define version 0.3
%define release %mkrel 5

Summary: Ogg output plugin for xmms
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://prdownloads.sourceforge.net/my-xmms-plugs/%{oname}-%{version}.tar.bz2
License: GPL
Group: Sound
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: libvorbis-devel 
BuildRequires: libxmms-devel
BuildRequires: automake1.4
Requires: xmms
Provides: oggre
Obsoletes: oggre
URL: http://sourceforge.net/projects/my-xmms-plugs/

%description
This xmms plugin writes Ogg Vorbis audio files to the hard disk.

%prep
%setup -q -n %oname-%version
chmod 644 AUTHORS ChangeLog
aclocal-1.4 -I macros
autoconf

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
rm -f %buildroot%_libdir/xmms/Output/liboggre.la

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog
%_libdir/xmms/Output/liboggre.so


%changelog
* Thu Jan 25 2007 Götz Waschk <waschk@mandriva.org> 0.3-5mdv2007.0
+ Revision: 113193
- Import xmms-oggre


* Thu Jan 25 2007 Götz Waschk <waschk@mandriva.org> 0.3-5mdv2007.1
- Rebuild

* Mon Jul 31 2006 Götz Waschk <waschk@mandriva.org> 0.3-1mdv2007.0
- Rebuild

* Thu May 11 2006 Götz Waschk <waschk@mandriva.org> 0.3-3mdk
- Rebuild
- use mkrel

* Tue May 10 2005 Götz Waschk <waschk@mandriva.org> 0.3-2mdk
- fix build on x86_64

* Wed Apr 21 2004 Götz Waschk <waschk@linux-mandrake.com> 0.3-1mdk
- fix URL
- new version
- rename from oggre

* Fri Apr  2 2004 Götz Waschk <waschk@linux-mandrake.com> 0.2-5mdk
- fix buildrequires
- drop prefix

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

* Fri Dec 27 2002 Götz Waschk <waschk@linux-mandrake.com> 0.2-3mdk
- fix installation

* Mon Jul 22 2002 Götz Waschk <waschk@linux-mandrake.com> 0.2-2mdk
- new vorbis

* Sun May 12 2002 Götz Waschk <waschk@linux-mandrake.com> 0.2-1mdk
- new version

* Mon Mar 25 2002 Götz Waschk <waschk@linux-mandrake.com> 0.1-1mdk
- initial package