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