]> git.pld-linux.org Git - packages/authconfig.git/blob - authconfig.spec
- adapterized and made spec %%debug ready or using %%rpm*flags macros
[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(de):      Gründsätzlich
11 Group(pl):      Podstawowe
12 Source0:        %{name}-%{version}.tar.gz
13 Patch0:         %{name}-make.patch
14 BuildRequires:  newt-devel
15 BuildRequires:  popt-devel
16 BuildRequires:  slang-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description 
20 Authconfig is a terminal mode program for setting up Network
21 Information Service (NIS) and shadow (more secure) passwords on your
22 system. Authconfig also configures the system to automatically turn on
23 NIS at system startup.
24
25 %description -l de
26 Authconfig ist ein Textmodus-Programm, um Network
27 Informations-Services (NIS) und Shadow (sicherere) Passwörter auf
28 Ihren System zu konfigurieren. Authconfig kann außerdem anschalten,
29 daß NIS beim Systemstart angeschaltet wird.
30
31 %description -l pl
32 Authconfig jest terminalowym programem dla ustawiania NIS (Network
33 Information Service) oraz przes³onietych (bardziej bezpiecznych) hase³
34 w Twoim systemie. Authconfig dodatkowo konfiguruje system tak by NIS
35 by³ aktywowany przy starcie systemu.
36
37 %prep
38 %setup -q
39 %patch -p1
40
41 %build
42 %{__make} CFLAGS="-DVERSION=\"${VERSION}\" %{rpmcflags} -Wall"
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 %{__make} INSTROOT=$RPM_BUILD_ROOT install
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.062709 seconds and 4 git commands to generate.