summaryrefslogtreecommitdiff
path: root/git.spec.in
diff options
context:
space:
mode:
authorQuy Tonthat <qtonthat@gmail.com>2007-06-26 15:39:07 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-06-27 01:06:58 (GMT)
commit4fb8c8075a9952a9d544721e2122a1b2941d8ef6 (patch)
treec7aa333b6a32a60e0b362ca0e0e2c8454be85907 /git.spec.in
parente1341abc3759950e891822088cb0163b71b316b3 (diff)
downloadgit-4fb8c8075a9952a9d544721e2122a1b2941d8ef6.zip
git-4fb8c8075a9952a9d544721e2122a1b2941d8ef6.tar.gz
git-4fb8c8075a9952a9d544721e2122a1b2941d8ef6.tar.bz2
git.spec: RPM failed, looking for wrong files.
RPM build broke with "File not found" error on git-gui.1 and git-citool.1 They actually are git-gui.1.gz and git-citool.1.gz Signed-off-by: Quy Tonthat <qtonthat@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.spec.in')
-rw-r--r--git.spec.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/git.spec.in b/git.spec.in
index 287057e..27182ba 100644
--- a/git.spec.in
+++ b/git.spec.in
@@ -164,9 +164,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/git-gui
%{_bindir}/git-citool
%{_datadir}/git-gui/
-%{!?_without_docs: %{_mandir}/man1/git-gui.1}
+%{!?_without_docs: %{_mandir}/man1/git-gui.1*}
%{!?_without_docs: %doc Documentation/git-gui.html}
-%{!?_without_docs: %{_mandir}/man1/git-citool.1}
+%{!?_without_docs: %{_mandir}/man1/git-citool.1*}
%{!?_without_docs: %doc Documentation/git-citool.html}
%files -n gitk
@@ -187,6 +187,9 @@ rm -rf $RPM_BUILD_ROOT
%{!?_without_docs: %doc Documentation/technical}
%changelog
+* Tue Jun 26 2007 Quy Tonthat <qtonthat@gmail.com>
+- Fixed problems looking for wrong manpages.
+
* Thu Jun 21 2007 Shawn O. Pearce <spearce@spearce.org>
- Added documentation files for git-gui