]> git.pld-linux.org Git - packages/authconfig.git/blob - authconfig.spec
- merge translations from KSI.
[packages/authconfig.git] / authconfig.spec
1 Summary:        Text-mode tool for setting up NIS and shadow passwords
2 Summary(de):    Textmodus-Tool, um NIS und shadow-Passwoerter zu konfigurieren
3 Summary(es):    Herramienta de interfaz texto para configuración de contraseñas shadow y NIS
4 Summary(ja):    NIS ¤È¥·¥ã¥É¡¼¥Ñ¥¹¥ï¡¼¥É¤òÀßÄꤹ¤ë¤¿¤á¤Î¥Æ¥­¥¹¥È¥â¡¼¥É¤Î¥Ä¡¼¥ë¡£
5 Summary(pl):    Narzêdzie do ustawiania przes³oniêtych hase³ oraz NIS
6 Summary(pt_BR): Ferramenta de interface texto para configuração de senhas shadow e NIS
7 Summary(ru):    õÔÉÌÉÔÁ ÔÅËÓÔÏ×ÏÇÏ ÒÅÖÉÍÁ ÄÌÑ ÎÁÓÔÒÏÊËÉ shadow É NIS-ÐÁÒÏÌÅÊ
8 Summary(uk):    õÔÉ̦ÔÁ ÔÅËÓÔÏ×ÏÇÏ ÒÅÖÉÍÕ ÄÌÑ ÎÁÌÁÇÏÄÖÅÎÎÑ shadow ÔÁ NIS-ÐÁÒÏ̦×
9 Name:           authconfig
10 Version:        2.0
11 Release:        4
12 License:        GPL
13 ExclusiveOS:    Linux
14 Group:          Base
15 Group(de):      Gründsätzlich
16 Group(es):      Base
17 Group(pl):      Podstawowe
18 Group(pt_BR):   Base
19 Source0:        %{name}-%{version}.tar.gz
20 Patch0:         %{name}-make.patch
21 BuildRequires:  newt-devel
22 BuildRequires:  popt-devel
23 BuildRequires:  slang-devel
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description 
27 Authconfig is a terminal mode program for setting up Network
28 Information Service (NIS) and shadow (more secure) passwords on your
29 system. Authconfig also configures the system to automatically turn on
30 NIS at system startup.
31
32 %description -l de
33 Authconfig ist ein Textmodus-Programm, um Network
34 Informations-Services (NIS) und Shadow (sicherere) Passwörter auf
35 Ihren System zu konfigurieren. Authconfig kann außerdem anschalten,
36 daß NIS beim Systemstart angeschaltet wird.
37
38 %description -l es
39 authconfig es un programa de interfaz de texto para configurar NIS y
40 contraseñas shadow en el sistema. El programa authconfig también puede
41 inicializar NIS cuando se arranca el sistema.
42
43 %description -l ja
44 authconfig ¤Ï¥·¥¹¥Æ¥à¤Ë Network Information Service (NIS) ¤È¥·¥ã¥É¡¼
45 (¤è¤ê¥»¥­¥å¥ê¥Æ¥£¡¼¤¬¹â¤¤)¥Ñ¥¹¥ï¡¼¥É¤Î¥»¥Ã¥Æ¥£¥ó¥°¤ò¤¹¤ëüËö¥â¡¼¥É¤Î
46 ¥×¥í¥°¥é¥à¤Ç¤¹¡£authconfig ¤Ï¤Þ¤¿¥·¥¹¥Æ¥àµ¯Æ°»þ¤Ë¼«Æ°Åª¤Ë NIS ¤ò
47 ¥ª¥ó¤Ë¤¹¤ë¤è¤¦¤Ë¥·¥¹¥Æ¥à¤òÀßÄê¤Ç¤­¤Þ¤¹¡£
48
49 %description -l pl
50 Authconfig jest terminalowym programem dla ustawiania NIS (Network
51 Information Service) oraz przes³onietych (bardziej bezpiecznych) hase³
52 w Twoim systemie. Authconfig dodatkowo konfiguruje system tak by NIS
53 by³ aktywowany przy starcie systemu.
54
55 %description -l pt_BR
56 O authconfig é um programa de interface texto para configurar o NIS e
57 senhas shadow no seu sistema. O authconfig também pode inicializar o
58 NIS no boot do sistema.
59
60 %description -l ru
61 Authconfig - ÜÔÏ ÔÅÒÍÉÎÁÌØÎÁÑ ÐÒÏÇÒÁÍÍÁ ÄÌÑ ÎÁÓÔÒÏÊËÉ Network
62 Information Service (NIS) É shadow (ÂÏÌÅÅ ÂÅÚÏÐÁÓÎÙÈ) ÐÁÒÏÌÅÊ × ×ÁÛÅÊ
63 ÓÉÓÔÅÍÅ. Authconfig ÔÁËÖÅ ÎÁÓÔÒÁÉ×ÁÅÔ ÓÉÓÔÅÍÕ ÎÁ Á×ÔÏÍÁÔÉÞÅÓËÉÊ ÚÁÐÕÓË
64 NIS ÐÒÉ ÓÔÁÒÔÅ ÓÉÓÔÅÍÙ.
65
66 %description -l uk
67 Authconfig - ÃÅ ÔÅÒͦÎÁÌØÎÁ ÐÒÏÇÒÁÍÁ ÄÌÑ ÎÁÌÁÇÏÄÖÅÎÎÑ Network
68 Information Service (NIS) ÔÁ shadow (¦ÌØÛ ÂÅÚÐÅÞÎÉÈ) ÐÁÒÏ̦נՠ×ÁÛ¦Ê
69 ÓÉÓÔÅͦ. Authconfig ÔÁËÏÖ ËÏÎƦÇÕÒÕ¤ ÓÉÓÔÅÍÕ ÄÌÑ Á×ÔÏÍÁÔÉÞÎÏÇÏ ÚÁÐÕÓËÕ
70 NIS ÐÒÉ ÓÔÁÒÔ¦ ÓÉÓÔÅÍÉ.
71
72 %prep
73 %setup -q
74 %patch -p1
75
76 %build
77 %{__make} CFLAGS="-DVERSION=\"${VERSION}\" %{rpmcflags} -Wall"
78
79 %install
80 rm -rf $RPM_BUILD_ROOT
81 %{__make} INSTROOT=$RPM_BUILD_ROOT install
82
83 %find_lang %{name}
84
85 %clean
86 rm -rf $RPM_BUILD_ROOT
87
88 %files -f %{name}.lang
89 %defattr(644,root,root,755)
90 %attr(755,root,root) %{_sbindir}/authconfig
91 %{_mandir}/man8/*
This page took 0.095535 seconds and 4 git commands to generate.