SPECS: libdhcp.spec - pl, fixed base Group

qboosh qboosh at pld-linux.org
Fri Mar 9 21:13:51 CET 2007


Author: qboosh                       Date: Fri Mar  9 20:13:51 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, fixed base Group

---- Files affected:
SPECS:
   libdhcp.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/libdhcp.spec
diff -u SPECS/libdhcp.spec:1.2 SPECS/libdhcp.spec:1.3
--- SPECS/libdhcp.spec:1.2	Tue Feb 20 21:15:44 2007
+++ SPECS/libdhcp.spec	Fri Mar  9 21:13:46 2007
@@ -1,10 +1,11 @@
 # $Revision$, $Date$
 Summary:	A library for network interface configuration with DHCP
+Summary(pl.UTF-8):	Biblioteka do konfiguracji interfejsów sieciowych przy użyciu DHCP
 Name:		libdhcp
 Version:	1.20
 Release:	1
 License:	GPL
-Group:		Development/Libraries
+Group:		Libraries
 Source0:	http://people.redhat.com/dcantrel/libdhcp/%{name}-%{version}.tar.bz2
 # Source0-md5:	02376447afa1130ff2427dfead1a2daf
 Patch0:		%{name}-opt.patch
@@ -24,24 +25,40 @@
 Interface Configuration (NIC) services for network parameter
 autoconfiguration with DHCP.
 
+%description -l pl.UTF-8
+libdhcp pozwala programom wywoływać i sterować klientami DHCP (Dynamic
+Host Configuration Protocol): biblioteką kliencką ISC (Internet
+Software Consortium) IPv4 DHCP - libdhcp4client oraz biblioteką
+kliencką IPv6 DHCPv6 - libdhcp6client; udostępnia usługi NIC (Network
+Interface Configuration) do automatycznej konfiguracji parametrów
+sieci przy użyciu DHCP.
+
 %package devel
 Summary:	C header files for development with libdhcp
+Summary(pl.UTF-8):	Pliki nagłówkowe C do programowania z użyciem libdhcp
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	libdhcp4client-devel
-Requires:	libdhcp6client-devel
-Requires:	libnl-devel
+Requires:	libdhcp4client-devel >= 12:3.0.4-18
+Requires:	libdhcp6client-devel >= 0.10-38
+Requires:	libnl-devel >= 1.0-0.pre5.1
 
 %description devel
 C header files for development with libdhcp.
 
+%description devel -l pl.UTF-8
+Pliki nagłówkowe C do programowania z użyciem libdhcp.
+
 %package static
-Summary:	Static libdhcp
+Summary:	Static libdhcp library
+Summary(pl.UTF-8):	Statyczna biblioteka libdhcp
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
-Static libdhcp.
+Static libdhcp library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka libdhcp.
 
 %prep
 %setup -q
@@ -55,7 +72,6 @@
 	CC="%{__cc}"
 
 %install
-
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT \
@@ -65,8 +81,8 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
@@ -90,9 +106,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/03/09 20:13:46  qboosh
+- pl, fixed base Group
+
 Revision 1.2  2007/02/20 20:15:44  arekm
 - libdir fix
 
 Revision 1.1  2007/02/20 19:41:52  arekm
 - new from fedora
-
================================================================

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



More information about the pld-cvs-commit mailing list