summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1f84ca3)
raw | patch | inline | side by side (parent: 1f84ca3)
author | Jakub Narebski <jnareb@gmail.com> | |
Fri, 1 Jun 2007 16:27:30 +0000 (18:27 +0200) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Sat, 2 Jun 2007 09:01:18 +0000 (11:01 +0200) |
This includes _all_ documentation sources (and not only manual.txt) in
the rpm file build with '--without docs' option.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
the rpm file build with '--without docs' option.
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 b7753fd203c647bcb0faa8d07db6eb91490667fe..2385fb8a3a7220949e5bc643de73c280dec4f716 100644 (file)
--- a/tig.spec.in
+++ b/tig.spec.in
# -*- mode: rpm-spec-mode; encoding: utf-8; -*-
-# Pass '--without docs' to rpmbuild if you don't want the documentation
+# Pass '--without docs' to rpmbuild if you don't want the documentation to be build
Summary: Tig: text-mode interface for git
Name: tig
%{!?_without_docs: %{_mandir}/man1/*.1*}
%{!?_without_docs: %{_mandir}/man5/*.5*}
%{!?_without_docs: %doc *.html}
+%{?_without_docs: %doc *.txt}
%changelog
* Fri Jun 1 2007 Jakub Narebski <jnareb@gmail.com>
+- Include documentation sources for --without docs
- Remove PDF version of manual from being build and installed
* Mon May 28 2007 Jakub Narebski <jnareb@gmail.com>