rpms/zsh/devel zsh.spec,1.62,1.63

James Antill james at fedoraproject.org
Fri Aug 7 15:45:10 UTC 2009


Author: james

Update of /cvs/pkgs/rpms/zsh/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1728

Modified Files:
	zsh.spec 
Log Message:
* Fri Aug  7 2009 James Antill <james at fedoraproject.org> - 4.3.10-4
- Allow --excludedocs command to work!
- Resolves: bug#515986



Index: zsh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zsh/devel/zsh.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -p -r1.62 -r1.63
--- zsh.spec	27 Jul 2009 09:04:54 -0000	1.62
+++ zsh.spec	7 Aug 2009 15:45:10 -0000	1.63
@@ -3,7 +3,7 @@
 Summary: A powerful interactive shell
 Name: zsh
 Version: 4.3.10
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD
 URL: http://zsh.sunsite.dk/
 Group: System Environment/Shells
@@ -130,14 +130,21 @@ else
     grep -q "^%{_bindir}/zsh$" %{_sysconfdir}/shells || echo "%{_bindir}/zsh" >> %{_sysconfdir}/shells
 fi
 
+if [ -f %{_infodir}/zsh.info.gz ]; then
+# This is needed so that --excludedocs works.
 /sbin/install-info %{_infodir}/zsh.info.gz %{_infodir}/dir \
   --entry="* zsh: (zsh).			An enhanced bourne shell."
+fi
+
 :
 
 %preun
 if [ "$1" = 0 ] ; then
+    if [ -f %{_infodir}/zsh.info.gz ]; then
+    # This is needed so that --excludedocs works.
     /sbin/install-info --delete %{_infodir}/zsh.info.gz %{_infodir}/dir \
       --entry="* zsh: (zsh).			An enhanced bourne shell."
+    fi
 fi
 :
 
@@ -168,6 +175,10 @@ fi
 %doc Doc/*.html
 
 %changelog
+* Fri Aug  7 2009 James Antill <james at fedoraproject.org> - 4.3.10-4
+- Allow --excludedocs command to work!
+- Resolves: bug#515986
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.3.10-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list