Sophie

Sophie

distrib > Mandriva > 10.1 > i586 > by-pkgid > 3be46b97bb77c20079b1b574ae80d671 > files > 3

moc-1.1.0-2mdk.src.rpm


# do not change the version here, change in Libconf.pm
%define version 1.1.0
%define release 2mdk

Summary: Simple console audio player
Name: moc
Version: %{version}
Release: %{release}
URL: http://moc.daper.net/
Source0: %{name}-%{version}.tar.bz2
Patch0: moc-1.1.0-strings2.patch.bz2
License: GPL
Group: Sound
BuildArchitectures: i586
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
MOC is a console audio player with ncurses interface

%description-long
Features:

        * Supports MP3, WAV, and OGG formats.
        * Play files from directory changing automatically to the next one
          without any playlist.
        * Supports id3tag, VBR and Xing header for MP3.
        * Simple mixer.
        * Fast switching to your music directory.
        * Playlists (without read/write to a file).
        * Shuffle and repeat.
        * Changing process priority to higher value.
        * Playing in separate thread.

%prep
%setup -q
%patch0 -p1 -b .stringscompil


%build
%configure
%make

%install
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING
%doc AUTHORS
%doc NEWS
%doc README
%doc TODO

%{_bindir}/moc
%{_mandir}/*/*

%changelog

* Mon Aug 23 2004 dams <dams@libconf.net> 1.1.0-2mdk
- rebuild because of glibc change

* Fri Jun 25 2004 dams <dams@libconf.net> 1.1.0-1mdk
- first ebuild^W package