[packages/mpc] up to 0.31

atler atler at pld-linux.org
Wed Oct 24 12:50:15 CEST 2018


commit e30c4563654d0741661fbb0155b45e947ad0cee0
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Oct 24 12:49:34 2018 +0200

    up to 0.31
    
    - explicitly enable docs
    - package html docs

 mpc.spec | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/mpc.spec b/mpc.spec
index 444ad0d..c532709 100644
--- 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*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mpc.git/commitdiff/e30c4563654d0741661fbb0155b45e947ad0cee0



More information about the pld-cvs-commit mailing list