]> git.pld-linux.org Git - packages/mpc.git/blame - mpc.spec
- converted to UTF-8
[packages/mpc.git] / mpc.spec
CommitLineData
af25752e 1Summary: Comandline client for mpd
69e8018d 2Summary(pl.UTF-8): Klient wiersza poleceń dla mpd
af25752e 3Name: mpc
68e1cf7b 4Version: 0.12.0
af25752e
RK
5Release: 0.1
6License: GPL
7Group: Applications
68e1cf7b
RK
8Source0: http://musicpd.org/uploads/files/%{name}-%{version}.tar.bz2
9# Source0-md5: 9ec03c5f3d136a9a58ef665dfb100e52
230d0ecb 10URL: http://www.musicpd.org/mpc.shtml
af25752e
RK
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14Comandline client for mpd daemon.
15
69e8018d
JR
16%description -l pl.UTF-8
17Klient dla daemona mpd obsługiwany z wiersza poleceń.
af25752e
RK
18
19%prep
20%setup -q
21
22%build
af25752e
RK
23%configure
24%{__make}
25
26%install
27rm -rf $RPM_BUILD_ROOT
af25752e
RK
28
29%{__make} install \
30 DESTDIR=$RPM_BUILD_ROOT
31
32%clean
33rm -rf $RPM_BUILD_ROOT
34
35%files
36%defattr(644,root,root,755)
37%doc AUTHORS ChangeLog README
38%attr(755,root,root) %{_bindir}/*
400ff091
JB
39%dir %{_docdir}/%{name}
40%{_docdir}/%{name}/*
af25752e 41%{_mandir}/man1/*
This page took 0.055283 seconds and 4 git commands to generate.