From 532c95ce5b27ab454fb6b3346a35cb3a39f2e87c Mon Sep 17 00:00:00 2001 From: Pavel Zhukov Date: Fri, 24 Feb 2017 18:35:13 +0100 Subject: [PATCH] Fixes makefile verbose output --- mupdf.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/mupdf.spec b/mupdf.spec index dfa2bbe..7b174f0 100644 --- a/mupdf.spec +++ b/mupdf.spec @@ -1,8 +1,11 @@ +## rpmbuild is not able to produce debuginfo package +## for mupdf because of the way how it's built now. +## Disabling until it fixed upstream %global debug_package %{nil} Name: mupdf Version: 1.10a -Release: 1%{?dist} +Release: 2%{?dist} Summary: A lightweight PDF viewer and toolkit Group: Applications/Publishing License: GPLv3 @@ -42,11 +45,12 @@ applications that use mupdf and static libraries %prep %setup -q -n %{name}-%{version}-source +rm -rf thirdparty %patch0 -p1 %build export CFLAGS="%{optflags} -fPIC -DJBIG_NO_MEMENTO" -make %{?_smp_mflags} verbose=1 +make %{?_smp_mflags} verbose=yes %install make DESTDIR=%{buildroot} install prefix=%{_prefix} libdir=%{_libdir} @@ -79,6 +83,10 @@ update-desktop-database &> /dev/null || : %{_libdir}/lib%{name}*.a %changelog +* Thu Feb 23 2017 Pavel Zhukov - 1.10a-2 +- Add comment with explanation of disabled debuginfo +- Fix make verbose output + * Sat Feb 11 2017 Pavel Zhukov - 1.10a-1 - New release (1.10a)