]> git.pld-linux.org Git - packages/mpc.git/blobdiff - mpc.spec
up to 0.31
[packages/mpc.git] / mpc.spec
index 444ad0d60301ea0899d4d1d436a974c5600542c0..c5327099ba146bf1d314e3ff5168f807df50b3e2 100644 (file)
--- a/mpc.spec
+++ b/mpc.spec
@@ -1,18 +1,19 @@
 Summary:       Comandline client for mpd
 Summary(pl.UTF-8):     Klient wiersza poleceÅ„ dla mpd
 Name:          mpc
-Version:       0.30
+Version:       0.31
 Release:       1
 License:       GPL v2+
 Group:         Applications
 Source0:       http://www.musicpd.org/download/mpc/0/%{name}-%{version}.tar.xz
-# Source0-md5: c71693d2f03bd4a4bed96e304b24d906
+# Source0-md5: 7416c55d44a0315e1e28b838d0a717a3
 URL:           http://www.musicpd.org
 BuildRequires: libmpdclient-devel >= 2.9
-BuildRequires: meson
+BuildRequires: meson >= 0.47
 BuildRequires: ninja
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.727
+BuildRequires: sphinx-pdg
 Requires:      libmpdclient >= 2.9
 Suggests:      bash-completion-%{name}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -38,7 +39,8 @@ This package provides bash-completion for mpc.
 %setup -q
 
 %build
-%meson build
+%meson build \
+       -Ddocumentation=enabled
 %meson_build -C build
 
 %install
@@ -55,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README.rst NEWS
+%doc AUTHORS README.rst NEWS build/doc/html
 %doc contrib/mpd-m3u-handler.sh contrib/mpd-pls-handler.sh
 %attr(755,root,root) %{_bindir}/mpc
 %{_mandir}/man1/mpc.1*
This page took 0.14216 seconds and 4 git commands to generate.