packages: inetutils/inetutils-nolibs.patch, inetutils/inetutils.spec, inetu...

qboosh qboosh at pld-linux.org
Fri Jan 6 12:09:41 CET 2012


Author: qboosh                       Date: Fri Jan  6 11:09:41 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 1.9
- updated nolibs patch
- removed obsolete man patch

---- Files affected:
packages/inetutils:
   inetutils-nolibs.patch (1.3 -> 1.4) , inetutils.spec (1.22 -> 1.23) , inetutils-man.patch (1.1 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/inetutils/inetutils-nolibs.patch
diff -u packages/inetutils/inetutils-nolibs.patch:1.3 packages/inetutils/inetutils-nolibs.patch:1.4
--- packages/inetutils/inetutils-nolibs.patch:1.3	Sat Nov 13 14:32:04 2010
+++ packages/inetutils/inetutils-nolibs.patch	Fri Jan  6 12:09:36 2012
@@ -1,17 +1,15 @@
---- inetutils-1.5/configure.ac.orig	2006-10-21 13:57:04.000000000 +0200
-+++ inetutils-1.5/configure.ac	2006-11-19 20:59:22.575311750 +0100
-@@ -131,10 +131,10 @@
+--- inetutils-1.9/configure.ac.orig	2011-12-31 16:02:32.000000000 +0100
++++ inetutils-1.9/configure.ac	2012-01-06 11:41:10.360431078 +0100
+@@ -141,9 +141,9 @@
  gl_INIT
  
  ### Checks for libraries.
 -AC_CHECK_LIB(nsl, inet_ntoa)
 -AC_CHECK_LIB(resolv, gethostname)
 -AC_CHECK_LIB(socket, getpeername)
--AC_CHECK_LIB(opie, opiegenerator)
 +AC_SEARCH_LIBS(inet_ntoa, nsl)
 +AC_SEARCH_LIBS(gethostname, resolv)
 +AC_SEARCH_LIBS(getpeername, socket)
-+AC_CHECK_LIB(opie, opiegenerator, [LIBOPIE="-lopie"])
  
  # See if a termcap library is available (under one of several names)
  IU_LIB_TERMCAP

================================================================
Index: packages/inetutils/inetutils.spec
diff -u packages/inetutils/inetutils.spec:1.22 packages/inetutils/inetutils.spec:1.23
--- packages/inetutils/inetutils.spec:1.22	Sat Nov 13 14:32:04 2010
+++ packages/inetutils/inetutils.spec	Fri Jan  6 12:09:36 2012
@@ -1,9 +1,8 @@
 # $Revision$, $Date$
 # TODO:
-# - package ifconfig?
 # - rc-scripts for: ftpd,telnetd(?),rlogind,uucpd
 # - rc-inetd for: ftpd, telnetd,tftpd,rexecd,rlogind,talkd,uucpd
-# - default configs for:
+# - default configs for: ???
 # - inetd and standalone subpackages (where possible): ftpd,telnetd(?),rlogind,uucpd
 # - collect Obsoletes for: rexecd,rlogin,rsh,rshd,rlogind,uucpd
 # - optional kerberos?
@@ -14,12 +13,12 @@
 Summary:	Common networking utilities and servers
 Summary(pl.UTF-8):	Popularne narzędzia i serwery sieciowe
 Name:		inetutils
-Version:	1.8
+Version:	1.9
 Release:	0.1
-License:	GPL
+License:	GPL v3+
 Group:		Networking/Utilities
 Source0:	http://ftp.gnu.org/gnu/inetutils/%{name}-%{version}.tar.gz
-# Source0-md5:	ad8fdcdf1797b9ca258264a6b04e48fd
+# Source0-md5:	70834e84dd16aa2bf0afb0e9e2381260
 # syslogd:
 Source1:	%{name}-syslog.conf
 Source2:	%{name}-syslog.init
@@ -36,10 +35,9 @@
 Patch0:		%{name}-info.patch
 Patch1:		%{name}-nolibs.patch
 Patch2:		%{name}-tinfo.patch
-Patch3:		%{name}-man.patch
 URL:		http://www.gnu.org/software/inetutils/
 BuildRequires:	autoconf >= 2.59
-BuildRequires:	automake >= 1:1.11
+BuildRequires:	automake >= 1:1.11.1
 # for config.rpath
 BuildRequires:	gettext-devel
 BuildRequires:	libwrap-devel
@@ -426,7 +424,6 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 cp -f /usr/share/gettext/config.rpath build-aux
@@ -437,6 +434,7 @@
 CPPFLAGS="%{rpmcppflags} -I/usr/include/ncurses"
 %configure \
 	--disable-silent-rules \
+	--with-path-procnet-dev=/proc/net/dev \
 	--with-pam \
 	--with-wrap
 
@@ -474,10 +472,10 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post	-p	/sbin/postshell
+%post	-p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun	-p	/sbin/postshell
+%postun	-p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
 %post syslogd
@@ -526,7 +524,7 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README* THANKS TODO
-%{_infodir}/*.info*
+%{_infodir}/inetutils.info*
 
 %files ftp
 %defattr(644,root,root,755)
@@ -663,6 +661,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2012/01/06 11:09:36  qboosh
+- up to 1.9
+- updated nolibs patch
+- removed obsolete man patch
+
 Revision 1.22  2010/11/13 13:32:04  qboosh
 - up to 1.8
 - updated info,nolibs,tinfo patches
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/inetutils/inetutils-nolibs.patch?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/inetutils/inetutils.spec?r1=1.22&r2=1.23&f=u



More information about the pld-cvs-commit mailing list