Commit fccf6581 authored by Led's avatar Led

0.11.5-alt1

parent a4c7701a
object 7473f7ea8b0af73d22b1921b22e405cf537fe3cc
type commit
tag 0.11.5
tagger Led <led@altlinux.org> 1226281965 +0200
4337a1eeca28129ff15f640330b8abfc2980a824 0.11.5
music_directory "~/MyMusic"
playlist_directory "~/MyMusic"
log_file "~/MyMusic/mpd.log"
error_file "~/MyMusic/mpd.err"
state_file "~/MyMusic/mpd.state"
port "6600"
bind_to_address "127.0.0.1"
Name: mpd
Version: 0.11.5
Release: alt1
Summary: Music Player Daemon (MPD) allows remote access for playing music and managing playlists.
License: GPL
Group: Sound
Url: http://musicpd.org/
Source: %name-%version.tar.gz
Source1: %name.conf
# Automatically added by buildreq on Thu Feb 10 2005
BuildRequires: gcc-c++ gcc-g77 hostinfo libalsa-devel libao-devel libaudiofile-devel libfaad-devel libflac-devel libid3tag-devel libmikmod-devel libogg-devel libstdc++-devel libvorbis-devel zlib-devel
%description
Music Player Daemon (MPD) allows remote access for playing music
(MP3, Ogg Vorbis, FLAC, AAC, Mod, and wave files) and managing playlists.
MPD is designed for integrating a computer into a stereo system that
provides control for music playback over a local network. It is also
makes a great desktop music player, especially if you are a console junkie,
like frontend options, or restart X often.
%prep
%setup -q
%build
%configure
%make_build
%install
%makeinstall
%__mkdir %buildroot%_sysconfdir
%__install -p -m644 %SOURCE1 %buildroot%_sysconfdir
%files
%doc AUTHORS ChangeLog COPYING INSTALL README TODO UPGRADING doc/{mpdconf.example,COMMANDS}
%config(noreplace) %_sysconfdir/%name.conf
%_bindir/%name
%_man1dir/%name.1.gz
%changelog
* Thu Feb 10 2005 Alex Gorbachenko (agent_007) <algor@altlinux.ru> 0.11.5-alt1
- initial build.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment