]> git.pld-linux.org Git - packages/ncmpcpp.git/blob - ncmpcpp.spec
- up to 0.5.5
[packages/ncmpcpp.git] / ncmpcpp.spec
1 Summary:        ncurses mpd client inspired by ncmpc
2 Summary(pl.UTF-8):      klient mpd wzorowany na ncmpc
3 Name:           ncmpcpp
4 Version:        0.5.5
5 Release:        1
6 License:        GPL v2
7 Group:          Applications
8 Source0:        http://unkart.ovh.org/ncmpcpp/%{name}-%{version}.tar.bz2
9 # Source0-md5:  30cded976c81bba4c8a2daf2215fe41d
10 URL:            http://unkart.ovh.org/ncmpcpp/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  curl-devel
14 BuildRequires:  fftw3-devel
15 BuildRequires:  libmpdclient-devel >= 2.1
16 BuildRequires:  libstdc++-devel
17 BuildRequires:  libtool
18 BuildRequires:  ncurses-devel
19 BuildRequires:  taglib-devel
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Ncmpcpp has UI very similar to ncmpc's one, but it provides new useful
24 features such as support for regular expressions in search engine,
25 extended song format, items filtering, last.fm support, ability to
26 sort playlist, local filesystem browser and other minor functions.
27
28 %description -l pl.UTF-8
29 Ncmpcpp posiada bardzo podobny interfejs użytkownika do tego znanego z
30 ncmpc, ale wspiera dodatkowo obsługę wyrażeń regularnych w wewnętrznej
31 wyszukiwarce, rozszerzony format piosenek, filtrowanie pozycji,
32 obsługę last.fm, umożliwia sortowanie playlisty, posiada przeglądarkę
33 plików lokalnych oraz inne drobne udogodnienia.
34
35 %prep
36 %setup -q
37
38 %build
39 %{__libtoolize}
40 %{__aclocal}
41 %{__autoconf}
42 %{__autoheader}
43 %{__automake}
44 %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 # clean up bogus docdir
54 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc AUTHORS COPYING NEWS doc/config doc/keys
62 %attr(755,root,root) %{_bindir}/ncmpcpp
63 %{_mandir}/man1/ncmpcpp.1*
This page took 0.077377 seconds and 4 git commands to generate.