summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e61a1e3)
raw | patch | inline | side by side (parent: e61a1e3)
author | Jakub Narebski <jnareb@gmail.com> | |
Fri, 1 Jun 2007 16:24:07 +0000 (18:24 +0200) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Sat, 2 Jun 2007 09:01:17 +0000 (11:01 +0200) |
Because PDF version of "The tig Manual" doesn't offer anything new
that is not present in HTML version, and building PDF requires
additional tools (docbook2pdf) and their dependencies present, remove
it from tig rpm.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
that is not present in HTML version, and building PDF requires
additional tools (docbook2pdf) and their dependencies present, remove
it from tig rpm.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
tig.spec.in | patch | blob | history |
diff --git a/tig.spec.in b/tig.spec.in
index 2ce6cdba3038fe66c1a72ddcf404a063b48e50ce..b7753fd203c647bcb0faa8d07db6eb91490667fe 100644 (file)
--- a/tig.spec.in
+++ b/tig.spec.in
Vendor: Jonas Fonseca <fonseca@diku.dk>
URL: http://jonas.nitro.dk/tig/
Source: http://jonas.nitro.dk/tig/releases/%{name}-%{version}.tar.gz
-BuildRequires: ncurses-devel%{!?_without_docs:, xmlto, asciidoc > 6.0.3, /usr/bin/docbook2pdf}
+BuildRequires: ncurses-devel%{!?_without_docs:, xmlto, asciidoc > 6.0.3}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: git-core, ncurses
CFLAGS="$RPM_OPT_FLAGS -DVERSION=tig-%{version}-%{release}"
%{__make} %{_smp_mflags} \
prefix=%{_prefix} \
- all %{!?_without_docs: doc}
+ all %{!?_without_docs: doc-man doc-html}
%install
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
%doc README COPYING INSTALL SITES BUGS TODO tigrc
%{!?_without_docs: %{_mandir}/man1/*.1*}
%{!?_without_docs: %{_mandir}/man5/*.5*}
-%{!?_without_docs: %doc *.html *.pdf}
+%{!?_without_docs: %doc *.html}
%changelog
+* Fri Jun 1 2007 Jakub Narebski <jnareb@gmail.com>
+- Remove PDF version of manual from being build and installed
+
* Mon May 28 2007 Jakub Narebski <jnareb@gmail.com>
- Initial tig spec file