Skip to content

Commit

Permalink
git.spec: RPM failed, looking for wrong files.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Quy Tonthat authored and Junio C Hamano committed Jun 27, 2007
1 parent e1341ab commit 4fb8c80
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions git.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 4fb8c80

Please sign in to comment.