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