packages: iproute2/iproute2.spec - pl description for -doc - don't try to p...

qboosh qboosh at pld-linux.org
Tue Feb 8 16:19:03 CET 2011


Author: qboosh                       Date: Tue Feb  8 15:19:03 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- pl description for -doc
- don't try to package tc when not building it

---- Files affected:
packages/iproute2:
   iproute2.spec (1.201 -> 1.202) 

---- Diffs:

================================================================
Index: packages/iproute2/iproute2.spec
diff -u packages/iproute2/iproute2.spec:1.201 packages/iproute2/iproute2.spec:1.202
--- packages/iproute2/iproute2.spec:1.201	Tue Feb  8 15:29:50 2011
+++ packages/iproute2/iproute2.spec	Tue Feb  8 16:18:58 2011
@@ -7,18 +7,18 @@
 # Conditional build
 %bcond_without	doc		# don't build documentation
 %bcond_without	tc		# don't build tc program (it breaks static linkage)
-%bcond_without	atm		# don't required ATM.
+%bcond_without	atm		# disable ATM support for tc
 %bcond_with	uClibc		# do some hacks to build with uClibc
 %bcond_with	iface_descr	# build with interface description support
 
 Summary:	Advanced IP routing and network device configuration tools
 Summary(es.UTF-8):	Herramientas para encaminamiento avanzado y configuración de interfaces de red
-Summary(pl.UTF-8):	Narzędzie do kontrolowania Sieci w kernelach
+Summary(pl.UTF-8):	Narzędzie do konfigurowania sieci
 Summary(pt_BR.UTF-8):	Ferramentas para roteamento avançado e configuração de interfaces de rede
 Name:		iproute2
 Version:	2.6.37
 Release:	1
-License:	GPL
+License:	GPL v2+
 Group:		Networking/Admin
 Source0:	http://devresources.linux-foundation.org/dev/iproute2/download/%{name}-%{version}.tar.bz2
 # Source0-md5:	9774ff9d74ebd301bf56bd8d74473786
@@ -103,12 +103,16 @@
 
 %package doc
 Summary:	ip and tc documentation with examples
+Summary(pl.UTF-8):	Dokumentacja do ip i tc z przykładami
 License:	GPL v2+
 Group:		Applications/System
 
 %description doc
 The iproute documentation contains howtos and examples of settings.
 
+%description doc -l pl.UTF-8
+Dokumentacja do iproute zawiera "howto" oraz przykłady ustawień.
+
 %prep
 %setup -q
 #rm -rf include/linux
@@ -180,8 +184,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc README README.decnet README.iproute2+tc README.distribution README.lnstat
-%doc ChangeLog
+%doc ChangeLog README README.decnet README.iproute2+tc README.distribution README.lnstat
 %attr(755,root,root) %{_sbindir}/ifstat
 %attr(755,root,root) %{_sbindir}/ip
 %attr(755,root,root) %{_sbindir}/lnstat
@@ -190,16 +193,24 @@
 %attr(755,root,root) %{_sbindir}/rtacct
 %attr(755,root,root) %{_sbindir}/rtmon
 %attr(755,root,root) %{_sbindir}/ss
-%attr(755,root,root) %{_sbindir}/tc
 %dir %{_sysconfdir}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rt_protos
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rt_realms
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rt_scopes
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rt_tables
-%{_mandir}/man8/*
+%{_mandir}/man8/arpd.8*
+%{_mandir}/man8/ip.8*
+%{_mandir}/man8/lnstat.8*
+%{_mandir}/man8/routel.8*
+%{_mandir}/man8/rtacct.8*
+%{_mandir}/man8/rtmon.8*
+%{_mandir}/man8/ss.8*
 %if %{with tc}
+%attr(755,root,root) %{_sbindir}/tc
 %dir %{_libdir}/tc
 %attr(755,root,root) %{_libdir}/tc/*.so
+%{_mandir}/man8/tc.8*
+%{_mandir}/man8/tc-*.8*
 %endif
 
 %files -n libnetlink-devel
@@ -211,8 +222,7 @@
 %if %{with doc}
 %files doc
 %defattr(644,root,root,755)
-%doc doc/*.ps
-%doc RELNOTES
+%doc RELNOTES doc/*.ps
 %{_examplesdir}/%{name}-%{version}
 %endif
 
@@ -222,6 +232,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.202  2011/02/08 15:18:58  qboosh
+- pl description for -doc
+- don't try to package tc when not building it
+
 Revision 1.201  2011/02/08 14:29:50  qboosh
 - updated URL
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/iproute2/iproute2.spec?r1=1.201&r2=1.202&f=u



More information about the pld-cvs-commit mailing list