Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 61cfe6479d99c53eb608a71812c9915c > files > 2

iripdb-0.1.1-1mdk.src.rpm

%define name iripdb
%define version 0.1.1
%define release 1mdk

Summary: iRipDB allows generating the DB files necessary for the iRiver iHP-1xx series
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: Sound
Url: http://www.marevalo.net/iRipDB/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: glibc-devel zlib1-devel libid3_3.8_3-devel libvorbis0-devel libogg0-devel libstdc++6-devel
Requires: zlib1

%description
RipDB allows generating the DB files necessary for the iRiver iHP-1xx series of
MP3/Ogg HD Player on Linux and Windows. That will allow you to navigate your
files through the artist/album/genre menus. It supports adding MP3 and Ogg
files at this point. It's released under the GNU's General Public License and,
at this moment only in source code form.

%prep
%setup -q

%build
%make all

%install
rm -rf $RPM_BUILD_ROOT
install -m 755 -D iripdb $RPM_BUILD_ROOT%{_bindir}/iripdb

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS Changelog COPYING README doc/*
%{_bindir}/iripdb

%changelog
* Sun Dec 26 2004 Jérémie Lenfant-Engelmann <tocman@gmail.com> 0.1.1-1mdk
- first release