]> git.pld-linux.org Git - packages/authconfig.git/blob - authconfig.spec
- update to 2.0.
[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(pl):    Narzêdzie do ustawiania przes³oniêtych hase³ oraz NIS.
4 Name:           authconfig
5 Version:        2.0
6 Release:        3
7 Copyright:      GPL
8 ExclusiveOS:    Linux
9 Group:          Base
10 Group(pl):      Podstawowe
11 Source:         %{name}-%{version}.tar.gz
12 Patch:          authconfig-make.patch
13 BuildRequires:  newt-devel
14 BuildRequires:  popt-devel
15 BuildRequires:  slang-devel
16 BuildRoot:      /tmp/%{name}-%{version}-root
17
18 %description 
19 Authconfig is a terminal mode program for setting up Network Information
20 Service (NIS) and shadow (more secure) passwords on your system. Authconfig
21 also configures the system to automatically turn on NIS at system startup.
22
23 %description -l de
24 Authconfig ist ein Textmodus-Programm, um Network Informations-Services
25 (NIS) und Shadow (sicherere) Passwörter auf Ihren System zu konfigurieren. 
26 Authconfig kann außerdem anschalten, daß NIS beim Systemstart angeschaltet
27 wird.
28
29 %description -l pl
30 Authconfig jest terminalowym programem dla ustawiania NIS (Network Information
31 Service) oraz przes³onietych (bardziej bezpiecznych) hase³ w Twoim systemie.
32 Authconfig dodatkowo konfiguruje system tak by NIS by³ aktywowany przy
33 starcie systemu.
34
35 %prep
36 %setup -q
37 %patch -p1
38
39 %build
40 make CFLAGS="-DVERSION=\"${VERSION}\" $RPM_OPT_FLAGS -Wall"
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 make INSTROOT=$RPM_BUILD_ROOT install
45
46 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/*
47
48 %find_lang %{name}
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files -f %{name}.lang
54 %defattr(644,root,root,755)
55 %attr(755,root,root) %{_sbindir}/authconfig
56 %{_mandir}/man8/*
This page took 0.391738 seconds and 3 git commands to generate.