[packages/ncpamixer] disable man page build; rel 2
atler
atler at pld-linux.org
Mon Aug 21 21:06:05 CEST 2023
commit b8184a3dfacd723abbca1f2a7cf42f900fcb042d
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Aug 21 20:50:49 2023 +0200
disable man page build; rel 2
requires git clone during build
ncpamixer.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/ncpamixer.spec b/ncpamixer.spec
index 59f9d7f..0962efa 100644
--- a/ncpamixer.spec
+++ b/ncpamixer.spec
@@ -1,7 +1,7 @@
Summary: ncurses PulseAudio Mixer
Name: ncpamixer
Version: 1.3.7
-Release: 1
+Release: 2
License: MIT
Group: Applications/Sound
Source0: https://github.com/fulhax/ncpamixer/archive/%{version}/%{name}-%{version}.tar.gz
@@ -25,6 +25,7 @@ An ncurses mixer for PulseAudio inspired by pavucontrol.
install -d build
cd build
%cmake ../src \
+ -DBUILD_MANPAGES:BOOL=OFF \
-DUSE_WIDE=TRUE
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ncpamixer.git/commitdiff/c30c0382e3dfd3f16c021bbf977872db9c3e2732
More information about the pld-cvs-commit
mailing list