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