]> git.pld-linux.org Git - packages/mpd.git/blob - mpd.spec
- docs done better
[packages/mpd.git] / mpd.spec
1 # TODO:
2 # - add initscript
3 # - create user for daemon (group audio)
4 # - add dir to store playlists and songs DB
5 # - create default config
6 # - add logrotate
7 Summary:        Music Player Daemon
8 Summary(pl):    Music Player Daemon - demon odtwarzaj±cy muzykê
9 Name:           mpd
10 Version:        0.12.0
11 Release:        0.1
12 License:        GPL
13 Group:          Applications/Multimedia
14 Source0:        http://musicpd.org/uploads/files/%{name}-%{version}.tar.bz2
15 # Source0-md5:  4995b18764b4f92fad7bed9506635ec3
16 URL:            http://www.musicpd.org/
17 BuildRequires:  alsa-lib-devel
18 BuildRequires:  audiofile-devel >= 0.1.7
19 BuildRequires:  faad2-devel
20 BuildRequires:  flac-devel >= 1.1.0
21 #BuildRequires: gcc-c++
22 BuildRequires:  libao-devel >= 0.8.3
23 BuildRequires:  libid3tag-devel
24 BuildRequires:  libmad-devel
25 BuildRequires:  libmikmod-devel
26 BuildRequires:  libogg-devel
27 BuildRequires:  libshout-devel
28 BuildRequires:  libvorbis-devel
29 BuildRequires:  pkgconfig >= 0.9.0
30 BuildRequires:  zlib-devel
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 Music Player Daemon (MPD) allows remote access for playing music (MP3,
35 Ogg Vorbis, FLAC, AAC, Mod, and wave files) and managing playlists.
36 MPD is designed for integrating a computer into a stereo system that
37 provides control for music playback over a local network. It is also
38 makes a great desktop music player, especially if you are a console
39 junkie, like frontend options, or restart X often.
40
41 %description -l pl
42 Music Player Daemon (MPD) pozwala na zdalny dostêp do odtwarzania
43 muzyki (plików MP3, Ogg Vorbis, FLAC, AAC, Mod i wave) oraz
44 zarz±dzania playlistami. MPD jest zaprojektowany do integrowania
45 komputera w system stereo umo¿liwiaj±cy sterowanie odtwarzaniem muzyki
46 w sieci lokalnej. S³u¿y tak¿e za dobry odtwarzacz muzyki dla
47 komputerów biurkowych, zw³aszcza dla mi³o¶ników konsoli, ró¿nych opcji
48 frontendów albo czêsto restartuj±cych X.
49
50 %prep
51 %setup -q
52
53 %build
54 %configure
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66
67 %files
68 %defattr(644,root,root,755)
69 %doc AUTHORS ChangeLog README TODO doc/mpdconf.example UPGRADING doc/COMMANDS
70 %attr(755,root,root) %{_bindir}/*
71 %{_mandir}/man1/mpd.1*
72 %{_mandir}/man5/mpd.conf.5*
73
74 #%{_datadir}/%{name}
75
76 # initscript and its config
77 #%attr(754,root,root) /etc/rc.d/init.d/%{name}
78 #%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
This page took 0.081824 seconds and 4 git commands to generate.