Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > c018312bd361bf15eda22c36adf9fbdc > files > 2

iripdb-0.1.1-5mdv2010.0.src.rpm

%define name iripdb
%define version 0.1.1
%define release  %mkrel 5

Summary: Generator of DB files necessary for the iRiver iHP-1xx series
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: Sound
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Url: http://www.marevalo.net/iRipDB/
BuildRequires: glibc-devel zlib1-devel libid3-devel libvorbis0-devel libogg-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
* Fri Sep 04 2009 Thierry Vignaud <tvignaud@mandriva.com> 0.1.1-5mdv2010.0
+ Revision: 429565
- rebuild

* Thu Jul 24 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.1.1-4mdv2009.0
+ Revision: 247263
- rebuild

* Thu Feb 14 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.1.1-2mdv2008.1
+ Revision: 168503
- rebuild
- fix summary
- fix no-buildroot-tag

* Tue Dec 18 2007 Thierry Vignaud <tvignaud@mandriva.com> 0.1.1-1mdv2008.1
+ Revision: 132251
- fix libid3-devel BR
- fix OGG BR
- kill re-definition of %%buildroot on Pixel's request
- use %%mkrel
- import iripdb


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