]> git.pld-linux.org Git - packages/authconfig.git/blob - authconfig.spec
- added missing translations
[packages/authconfig.git] / authconfig.spec
1 Summary:        Text-mode tool for setting up NIS and shadow passwords.
2 Summary(pl):    Narzêdzie do ustawiania przes³oniêtych hase³ oraz NIS.
3 Name:           authconfig
4 Version:        1.7
5 Release:        4
6 Copyright:      GPL
7 ExclusiveOS:    Linux
8 Group:          Base
9 Group(pl):      Podstawowe
10 Source:         %{name}-%{version}.tar.gz
11 Patch:          authconfig-make.patch
12 BuildRequires:  newt-devel
13 BuildRequires:  popt-devel
14 BuildRequires:  slang-devel
15 BuildRoot:      /tmp/%{name}-%{version}-root
16
17 %description 
18 Authconfig is a terminal mode program for setting up Network Information
19 Service (NIS) and shadow (more secure) passwords on your system. Authconfig
20 also configures the system to automatically turn on NIS at system startup.
21
22 %description -l pl
23 Authconfig jest terminalowym programem dla ustawiania NIS (Network Information
24 Service) oraz przes³onietych (bardziej bezpiecznych) hase³ w Twoim systemie.
25 Authconfig dodatkowo konfiguruje system tak by NIS by³ aktywowany przy
26 starcie systemu.
27
28 %prep
29 %setup -q
30 %patch -p1
31
32 %build
33 make CFLAGS="-DVERSION=\"${VERSION}\" $RPM_OPT_FLAGS -Wall"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 make INSTROOT=$RPM_BUILD_ROOT install
38
39 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/*
40
41 %find_lang %{name}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files -f %{name}.lang
47 %defattr(644,root,root,755)
48 %attr(755,root,root) %{_sbindir}/authconfig
49 %{_mandir}/man8/*
This page took 0.056181 seconds and 4 git commands to generate.