SPECS: udhcp.spec - pl, udhcpc perms

qboosh qboosh at pld-linux.org
Wed Aug 3 20:06:32 CEST 2005


Author: qboosh                       Date: Wed Aug  3 18:06:32 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, udhcpc perms

---- Files affected:
SPECS:
   udhcp.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/udhcp.spec
diff -u SPECS/udhcp.spec:1.1 SPECS/udhcp.spec:1.2
--- SPECS/udhcp.spec:1.1	Sat Jul 30 15:04:57 2005
+++ SPECS/udhcp.spec	Wed Aug  3 20:06:26 2005
@@ -3,10 +3,11 @@
 # - separate client and server package?
 #
 # Conditional build:
-%bcond_with	uClibc	# link with uClibc
-%bcond_with	combined_binary # combined_binary
+%bcond_with	uClibc		# link with uClibc
+%bcond_with	combined_binary	# combined_binary
 #
 Summary:	udhcp Server/Client Package
+Summary(pl):	Serwer i klient udhcp
 Name:		udhcp
 Version:	0.9.8
 Release:	0.1
@@ -23,7 +24,7 @@
 
 %description
 The udhcp server/client is targeted deliberately at embedded
-environments... Other linux DHCP servers out there (such as the ISC
+environments... Other Linux DHCP servers out there (such as the ISC
 DHCP server) are targeted at larger systems such as PCs (with more
 RAM/disk space/etc.). As a result, the udhcp package does not have as
 large a feature set as some of these DHCP packages.
@@ -43,13 +44,35 @@
 scripts to handle the configuration of interfaces to allow for the
 ultimate flexibility.
 
+%description -l pl
+Serwer/klient udhcp jest przeznaczony dla środowisk wbudowanych. Inne
+linuksowe serwery DHCP (takie jak serwer DHCP ISC) są przeznaczone dla
+większych systemów, takich jak PC (z większą ilością RAM-u,
+przestrzeni dyskowe itp.). W efekcie pakiet udhcp nie ma tak wielu
+możliwości jak niektóre inne pakiety DHCP.
+
+Skompilowane z uClibc binarki serwera i klienta mają około 18kB, a
+skompilowane jako jedna połączona binarka - 28kB. udhcp świetnie
+pasuje dla systemów wbudowanych wymagających obsługi DHCP.
+
+Plik dzierżaw serwera udhcp jest w formacie binarnym, przez co
+wymagana przestrzeń na adresy IP i MAC jest minimalna. Ma także opcję
+przechowywania czasów dzierżawy w postaci absolutnej lub relatywnej
+dla systemów bez zegara. Plik dzierżaw może być także zapisywany
+regularnie lub przy użyciu sygnału dla systemów z pamięcią flash.
+
+Klient pobiera wszystkie opcje z linii poleceń i wywołuje zewnętrzne
+skrypty do obsługi konfiguracji interfejsów, co daje ostateczną
+elastyczność.
+
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
 
 %build
-%{__make} %{?with_combined_binary:COMBINED_BINARY=1} \
+%{__make} \
+	%{?with_combined_binary:COMBINED_BINARY=1} \
 	OPTFLAGS='%{rpmcflags}'
 
 %install
@@ -64,7 +87,7 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README TODO
-/sbin/udhcpc
+%attr(755,root,root) /sbin/udhcpc
 %attr(755,root,root) %{_bindir}/dumpleases
 %attr(755,root,root) %{_sbindir}/udhcpd
 %{_mandir}/man1/dumpleases.1*
@@ -79,6 +102,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/08/03 18:06:26  qboosh
+- pl, udhcpc perms
+
 Revision 1.1  2005/07/30 13:04:57  glen
 - new
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/udhcp.spec?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list