rpms/jwhois/devel jwhois.spec,1.31,1.32

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 5 05:14:20 UTC 2007


Author: mitr

Update of /cvs/dist/rpms/jwhois/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv22197

Modified Files:
	jwhois.spec 
Log Message:
* Fri Jan  5 2007 Miloslav Trmac <mitr at redhat.com> - 3.2.3-9
- Ignore install-info errors in scriptlets
- Remove the trailing dot from Summary:



Index: jwhois.spec
===================================================================
RCS file: /cvs/dist/rpms/jwhois/devel/jwhois.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- jwhois.spec	31 Oct 2006 17:12:45 -0000	1.31
+++ jwhois.spec	5 Jan 2007 05:14:16 -0000	1.32
@@ -1,6 +1,6 @@
 Name: jwhois
 Version: 3.2.3
-Release: 8%{?dist}
+Release: 9
 URL: http://www.gnu.org/software/jwhois/
 Source0: ftp://ftp.gnu.org/gnu/jwhois/jwhois-%{version}.tar.gz
 Source1: ftp://ftp.gnu.org/gnu/jwhois/jwhois-%{version}.tar.gz.sig
@@ -12,11 +12,12 @@
 Patch5: jwhois-3.2.3-idn.patch
 License: GPL
 Group: Applications/Internet
-Summary: Internet whois/nicname client.
+Summary: Internet whois/nicname client
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 Obsoletes: fwhois, whois
 BuildRequires: autoconf automake libidn-devel
-Prereq: /sbin/install-info
+Requires(post): /sbin/install-info
+Requires(preun): /sbin/install-info
 
 %description
 A whois client that accepts both traditional and finger-style queries.
@@ -59,17 +60,21 @@
 %config(noreplace) %{_sysconfdir}/jwhois.conf
 
 %post
-/sbin/install-info %{_infodir}/jwhois.info %{_infodir}/dir
+/sbin/install-info %{_infodir}/jwhois.info %{_infodir}/dir || :
 
 %preun
 if [ $1 = 0 ]; then
-    /sbin/install-info --delete %{_infodir}/jwhois.info %{_infodir}/dir
+    /sbin/install-info --delete %{_infodir}/jwhois.info %{_infodir}/dir || :
 fi
 
 %clean
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -fr $RPM_BUILD_ROOT
 
 %changelog
+* Fri Jan  5 2007 Miloslav Trmac <mitr at redhat.com> - 3.2.3-9
+- Ignore install-info errors in scriptlets
+- Remove the trailing dot from Summary:
+
 * Tue Oct 31 2006 Miloslav Trmac <mitr at redhat.com> - 3.2.3-8
 - Actually use the new upstream config in non-rawhide branches
 




More information about the fedora-cvs-commits mailing list