]> git.pld-linux.org Git - packages/chkconfig.git/commitdiff
- pl for alternatives, udpated todo
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Oct 2005 20:47:33 +0000 (20:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chkconfig.spec -> 1.69

chkconfig.spec

index ebbb303ebdb66117bdcdd779e281706882743370..26eb17936e02bc71d990d59f3a12d4c3705098a4 100644 (file)
@@ -1,3 +1,6 @@
+# TODO:
+# - update add,noxinet,pl.po-update patches
+# - optflags
 Summary:       Updates and queries runlevel information for system services
 Summary(de):   Aktualisiert runlevel-Informationen für Systemdienste und fragt diese ab
 Summary(es):   Herramienta para actualizar y listar servicios del sistema, por nivel de ejecución (runlevel)
@@ -135,16 +138,24 @@ ntsysv - 
 
 %package -n alternatives
 Summary:       Maintain symbolic links determining default commands
+Summary(pl):   Utrzymywanie dowi±zañ symbolicznych okre¶laj±cych domy¶lne polecenia
 Group:         Applications/System
 
 %description -n alternatives
 alternatives creates, removes, maintains and displays information
-about the symbolic links comprising  the alternatives  system. The
+about the symbolic links comprising the alternatives system. The
 alternatives system is a reimplementation of the Debian alternatives
 system. It was rewritten primarily to remove the dependence on perl;
-it is intended to be a drop in  replacement  for Debian's
+it is intended to be a drop in replacement for Debian's
 update-dependencies script.
 
+%description -n alternatives -l pl
+alternatives tworzy, usuwa, utrzymuje i wy¶wietla informacje o
+dowi±zaniach symbolicznych obejmuj±cych system alternatyw. System
+alternatyw to reimplementacja systemu alternatyw ("alternatives") z
+Debiana. Zosta³a napisana g³ównie w celu usuniêcia zale¿no¶ci od
+perla; ma byæ zamiennikiem skryptu update-dependencies z Debiana.
+
 %prep
 %setup -q
 #%patch0 -p1
@@ -170,7 +181,8 @@ mv -f po/{sr,sr@Latn}.po
 %configure \
        --with-max-level=6
 %endif
-%{__make} CC="%{__cc}"
+%{__make} \
+       CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -198,7 +210,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) /sbin/chkconfig
 %{_mandir}/man8/chkconfig.8*
-%attr(644,root,root) %config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/*
+%config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/*
 
 %files -n ntsysv
 %defattr(644,root,root,755)
This page took 0.114498 seconds and 4 git commands to generate.