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