Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 697220 Details for
Bug 911148
zathura ships empty manual pages
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fix building of manpages
0001-fix-building-of-manpages.patch (text/plain), 1.90 KB, created by
Michal Schmidt
on 2013-02-14 13:39:48 UTC
(
hide
)
Description:
fix building of manpages
Filename:
MIME Type:
Creator:
Michal Schmidt
Created:
2013-02-14 13:39:48 UTC
Size:
1.90 KB
patch
obsolete
>From 817bd49a31838a4190d5472c6fee6e7e56558ebd Mon Sep 17 00:00:00 2001 >From: Michal Schmidt <mschmidt@redhat.com> >Date: Thu, 14 Feb 2013 14:26:01 +0100 >Subject: [PATCH] fix building of manpages > >Fix building of manpages. The upstream tarball ships empty manpage >files. To have useful manpages they must be built using rst2man (from >python-docutils). Avoid using "make debug", because it skips the build >of manpages. Instead, set empty SFLAGS to avoid stripping and use the >default make target. > >Use parallel make. >--- > zathura.spec | 15 +++++++++++---- > 1 file changed, 11 insertions(+), 4 deletions(-) > >diff --git a/zathura.spec b/zathura.spec >index 9502324..d57c4cb 100644 >--- a/zathura.spec >+++ b/zathura.spec >@@ -1,7 +1,7 @@ > > Name: zathura > Version: 0.2.1 >-Release: 1%{?dist} >+Release: 2%{?dist} > Summary: A lightweight PDF viewer > Group: Applications/Publishing > License: zlib >@@ -12,6 +12,7 @@ BuildRequires: gdk-pixbuf2-devel, gtk2-devel, poppler-glib-devel, cairo-devel, > BuildRequires: girara-devel > BuildRequires: gettext > BuildRequires: desktop-file-utils >+BuildRequires: python-docutils > > > %description >@@ -33,14 +34,16 @@ libraries and header files for the zathura PDF viewer. > %setup -q > # don't rebuid at install time > sed -ie "s/install:\ all/install:\ /g" Makefile >+# ensure manpages are built from *.rst sources >+rm -f zathura.1 zathurarc.5 > > > %build > export CFLAGS="%{optflags}" > export LIBDIR="%{_libdir}" >-make debug >-mv zathura-debug zathura >- >+# avoid stripping >+export SFLAGS= >+make %{_smp_mflags} > > %install > export LIBDIR="%{_libdir}" >@@ -73,6 +76,10 @@ update-desktop-database &> /dev/null || : > %{_libdir}/pkgconfig/zathura.pc > > %changelog >+* Thu Feb 14 2013 Michal Schmidt <mschmidt@redhat.com> 0.2.1-2 >+- fix building of manpages >+- use parallel make >+ > * Mon Nov 05 2012 Kevin Fenzi <kevin@scrye.com> 0.2.1-1 > - Update to 0.2.1 > >-- >1.8.1.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 911148
: 697220