SPECS: inetd.spec - added fixes patch (fixes build with gcc 4, kil...

qboosh qboosh at pld-linux.org
Sun Mar 12 15:00:55 CET 2006


Author: qboosh                       Date: Sun Mar 12 14:00:55 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added fixes patch (fixes build with gcc 4, kills some warnings)
- added RPC services support to rc-inet script
- actually package non-en manuals
- release 12

---- Files affected:
SPECS:
   inetd.spec (1.41 -> 1.42) 

---- Diffs:

================================================================
Index: SPECS/inetd.spec
diff -u SPECS/inetd.spec:1.41 SPECS/inetd.spec:1.42
--- SPECS/inetd.spec:1.41	Tue Feb 28 20:28:56 2006
+++ SPECS/inetd.spec	Sun Mar 12 15:00:49 2006
@@ -6,7 +6,7 @@
 Summary(tr):	inetd programlarýný içerir
 Name:		inetd
 Version:	0.17
-Release:	11
+Release:	12
 License:	BSD
 Group:		Daemons
 Source0:	ftp://ftp.linux.org.uk/pub/linux/Networking/netkit/netkit-base-%{version}.tar.gz
@@ -16,6 +16,7 @@
 Source3:	http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source3-md5:	6e7cdb6277c4333a9c0d1e3e2231f29f
 Patch0:		netkit-base-configure.patch
+Patch1:		netkit-base-fixes.patch
 BuildRequires:	rpmbuild(macros) >= 1.268
 Requires:	rc-inetd >= 0.8.1
 Requires:	rc-scripts
@@ -51,10 +52,13 @@
 
 %prep
 %setup -q -n netkit-base-%{version}
-%patch -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
-./configure --with-c-compiler=gcc
+export RPM_OPT_FLAGS="%{rpmcflags}"
+./configure \
+	--with-c-compiler="%{__cc}"
 %{__make}
 
 %install
@@ -85,13 +89,14 @@
 
 %files
 %defattr(644,root,root,755)
-%doc README ChangeLog
-
+%doc BUGS ChangeLog README
 %attr(640,root,root) %ghost %{_sysconfdir}/inetd.conf
 %attr(640,root,root) /etc/sysconfig/rc-inet.script
 %attr(755,root,root) %{_sbindir}/inetd
-
 %{_mandir}/man[58]/*
+%lang(es) %{_mandir}/es/man8/inetd.8*
+%lang(ja) %{_mandir}/ja/man8/inetd.8*
+%lang(pl) %{_mandir}/pl/man8/inetd.8*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -99,6 +104,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.42  2006/03/12 14:00:49  qboosh
+- added fixes patch (fixes build with gcc 4, kills some warnings)
+- added RPC services support to rc-inet script
+- actually package non-en manuals
+- release 12
+
 Revision 1.41  2006/02/28 19:28:56  glen
 - use %service
 - weird dep dropped (there's only one rc-inetd package)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/inetd.spec?r1=1.41&r2=1.42&f=u



More information about the pld-cvs-commit mailing list