Skip to content

Commit 4fb8c80

Browse files
qtonthatgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e1341ab commit 4fb8c80

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

git.spec.in

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ rm -rf $RPM_BUILD_ROOT
164164
%{_bindir}/git-gui
165165
%{_bindir}/git-citool
166166
%{_datadir}/git-gui/
167-
%{!?_without_docs: %{_mandir}/man1/git-gui.1}
167+
%{!?_without_docs: %{_mandir}/man1/git-gui.1*}
168168
%{!?_without_docs: %doc Documentation/git-gui.html}
169-
%{!?_without_docs: %{_mandir}/man1/git-citool.1}
169+
%{!?_without_docs: %{_mandir}/man1/git-citool.1*}
170170
%{!?_without_docs: %doc Documentation/git-citool.html}
171171

172172
%files -n gitk
@@ -187,6 +187,9 @@ rm -rf $RPM_BUILD_ROOT
187187
%{!?_without_docs: %doc Documentation/technical}
188188

189189
%changelog
190+
* Tue Jun 26 2007 Quy Tonthat <[email protected]>
191+
- Fixed problems looking for wrong manpages.
192+
190193
* Thu Jun 21 2007 Shawn O. Pearce <[email protected]>
191194
- Added documentation files for git-gui
192195

0 commit comments

Comments
 (0)