[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/jwhois/devel jwhois-3.2.3.tar.gz.sig, NONE, 1.1 .cvsignore, 1.3, 1.4 jwhois.spec, 1.17, 1.18 sources, 1.3, 1.4 jwhois-3.2.2-config-cvs.patch, 1.4, NONE jwhois-3.2.2-doublefree.patch, 1.1, NONE



Author: mitr

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

Modified Files:
	.cvsignore jwhois.spec sources 
Added Files:
	jwhois-3.2.3.tar.gz.sig 
Removed Files:
	jwhois-3.2.2-config-cvs.patch jwhois-3.2.2-doublefree.patch 
Log Message:
* Mon Aug  1 2005 Miloslav Trmac <mitr redhat com> - 3.2.3-1
- Update to jwhois-3.2.3
- Don't compress jwhois.info manually



--- NEW FILE jwhois-3.2.3.tar.gz.sig ---
ˆ?

Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/jwhois/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	9 Sep 2004 06:37:21 -0000	1.3
+++ .cvsignore	1 Aug 2005 01:37:58 -0000	1.4
@@ -1 +1 @@
-jwhois-3.2.2.tar.gz
+jwhois-3.2.3.tar.gz


Index: jwhois.spec
===================================================================
RCS file: /cvs/dist/rpms/jwhois/devel/jwhois.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- jwhois.spec	12 Jun 2005 16:46:42 -0000	1.17
+++ jwhois.spec	1 Aug 2005 01:37:58 -0000	1.18
@@ -1,12 +1,12 @@
 Name: jwhois
-Version: 3.2.2
-Release: 16
+Version: 3.2.3
+Release: 1
 URL: http://www.gnu.org/software/jwhois/
 Source0: ftp://ftp.gnu.org/gnu/jwhois/jwhois-%{version}.tar.gz
-Patch0: jwhois-3.2.2-config-cvs.patch
-Patch1: jwhois-3.2.2-doublefree.patch
-Patch2: jwhois-3.2.2-afrinic.patch
-Patch3: jwhois-3.2.2-ru.patch
+Source1: ftp://ftp.gnu.org/gnu/jwhois/jwhois-%{version}.tar.gz.sig
+#Patch0: jwhois-3.2.3-config-cvs.patch
+Patch1: jwhois-3.2.2-afrinic.patch
+Patch2: jwhois-3.2.2-ru.patch
 License: GPL
 Group: Applications/Internet
 Summary: Internet whois/nicname client.
@@ -19,10 +19,9 @@
 
 %prep
 %setup -q
-%patch0 -p0 -b .config
-%patch1 -p1 -b .doublefree
-%patch2 -p1 -b .afrinic
-%patch3 -p1 -b .ru
+#patch0 -p0 -b .config
+%patch1 -p1 -b .afrinic
+%patch2 -p1 -b .ru
 
 iconv -f iso-8859-1 -t utf-8 < doc/sv/jwhois.1 > doc/sv/jwhois.1_
 mv doc/sv/jwhois.1_ doc/sv/jwhois.1
@@ -33,10 +32,7 @@
 
 %install
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -fr $RPM_BUILD_ROOT
-%makeinstall
-# Force compression of the info page so that the %%post knows its name.
-gzip $RPM_BUILD_ROOT/%{_infodir}/*.info*
-rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
+make install DESTDIR="$RPM_BUILD_ROOT"
 %find_lang jwhois
 
 # Make "whois" jwhois.
@@ -53,17 +49,21 @@
 %config(noreplace) %{_sysconfdir}/jwhois.conf
 
 %post
-/sbin/install-info %{_infodir}/jwhois.info.gz %{_infodir}/dir
+/sbin/install-info %{_infodir}/jwhois.info %{_infodir}/dir
 
 %preun
 if [ $1 = 0 ]; then
-    /sbin/install-info --delete %{_infodir}/jwhois.info.gz %{_infodir}/dir
+    /sbin/install-info --delete %{_infodir}/jwhois.info %{_infodir}/dir
 fi
 
 %clean
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -fr $RPM_BUILD_ROOT
 
 %changelog
+* Mon Aug  1 2005 Miloslav Trmac <mitr redhat com> - 3.2.3-1
+- Update to jwhois-3.2.3
+- Don't compress jwhois.info manually
+
 * Sun Jun 12 2005 Miloslav Trmac <mitr redhat com> - 3.2.2-16
 - Remove 'fuzzy' from ru.po header to make charset conversion work (#160165)
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/jwhois/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	9 Sep 2004 06:37:21 -0000	1.3
+++ sources	1 Aug 2005 01:37:58 -0000	1.4
@@ -1 +1 @@
-3ad57a8cfc4f32fe41b1131711d34a78  jwhois-3.2.2.tar.gz
+1232661cebd79a9772f416599d3f5929  jwhois-3.2.3.tar.gz


--- jwhois-3.2.2-config-cvs.patch DELETED ---


--- jwhois-3.2.2-doublefree.patch DELETED ---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]