rpms/git/F-7 git.spec,1.36,1.37

James Bowes (jbowes) fedora-extras-commits at redhat.com
Tue Oct 9 13:46:13 UTC 2007


Author: jbowes

Update of /cvs/pkgs/rpms/git/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16070

Modified Files:
	git.spec 
Log Message:
Catch compressed man pages as well


Index: git.spec
===================================================================
RCS file: /cvs/pkgs/rpms/git/F-7/git.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- git.spec	9 Oct 2007 13:34:10 -0000	1.36
+++ git.spec	9 Oct 2007 13:45:40 -0000	1.37
@@ -1,7 +1,7 @@
 # Pass --without docs to rpmbuild if you don't want the documentation
 Name: 		git
 Version: 	1.5.3.3
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 Summary:  	Git core and tools
 License: 	GPL
 Group: 		Development/Tools
@@ -146,9 +146,9 @@
 %{_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
@@ -169,6 +169,9 @@
 %{!?_without_docs: %doc Documentation/technical}
 
 %changelog
+* Tue Oct 09 2007 James Bowes <jbowes at redhat.com> 1.5.3.3-3
+- Catch compressed man pages as well
+
 * Tue Oct 09 2007 James Bowes <jbowes at redhat.com> 1.5.3.3-2
 - Add git-gui and git-citool docs
 




More information about the fedora-extras-commits mailing list