Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > b8b493ac0664c27824ee8a9bbbc845a6 > files > 1

mp32ogg-0.11-9mdv2009.0.src.rpm

%define fver 0.11-8
Summary:	Convert mp3 music files to ogg music files
Name:		mp32ogg
Version:	0.11
Release:	%mkrel 9
License:	Artistic
Url:		http://packages.debian.org/unstable/sound/mp32ogg
Group:		Sound
Source0:	mp32ogg_%{fver}.tar.bz2
Requires:	perl mpg123 vorbis-tools
BuildRequires:	perl perl-MP3-Info perl-String-ShellQuote
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
# Author: Nathan Walp <faceprint@faceprint.com>

%description
Perl script to convert MP3 files into Ogg Vorbis format. It is able to
read ID3 tags from MP3 files and correctly tag the Ogg files, as well as
optionally rename them based on those tags.

%prep
%setup -q -n %name

%install
rm -rf %{buildroot}

install -m 755 -D %name  %{buildroot}%{_bindir}/%{name}
perl -c  %{buildroot}%{_bindir}/%{name}

echo -e "%{name}\n\nAuthor: Nathan Walp <faceprint@faceprint.com>\nLicense: Artistic\n" > README

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README 
%{_bindir}/*




%changelog
* Tue Jun 17 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.11-9mdv2009.0
+ Revision: 223316
- rebuild

* Tue Jan 15 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.11-7mdv2008.1
+ Revision: 153231
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Thu Aug 09 2007 Götz Waschk <waschk@mandriva.org> 0.11-6mdv2008.0
+ Revision: 60747
- switch to the Debian fork


* Wed Feb 21 2007 Tomasz Pawel Gajc <tpg@mandriva.org> 0.11-5mdv2007.0
+ Revision: 123640
- rebuild
- Import mp32ogg

* Mon Sep 06 2004 Michael Scherer <misc@mandrake.org> 0.11-4mdk
- Rebuild
- use %%doc
- remove Packager tag
- use perl-autorequires