]> git.pld-linux.org Git - packages/authconfig.git/blob - authconfig.spec
- added using CVS keywords in %changelog (for automating them).
[packages/authconfig.git] / authconfig.spec
1 Summary:        Text-mode tool for setting up NIS and shadow passwords.
2 Name:           authconfig
3 Version:        1.7
4 Release:        4
5 Copyright:      GPL
6 ExclusiveOS:    Linux
7 Group:          Base
8 Group(pl):      Podstawy
9 Source:         %{name}-%{version}.tar.gz
10 BuildPrereq:    newt-devel
11 BuildPrereq:    popt-devel
12 BuildPrereq:    slang-devel
13 BuildRoot:      /tmp/%{name}-%{version}-root
14
15 %description 
16 Authconfig is a terminal mode program for setting up Network Information
17 Service (NIS) and shadow (more secure) passwords on your system. Authconfig
18 also configures the system to automatically turn on NIS at system startup.
19
20 %prep
21 %setup -q
22
23 %build
24 make CFLAGS="-DVERSION=\"${VERSION}\" $RPM_OPT_FLAGS -Wall"
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 make INSTROOT=$RPM_BUILD_ROOT install
29
30 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/*
31
32 mv $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT%{_datadir}
33
34 %find_lang %{name}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files -f %{name}.lang
40 %defattr(644,root,root,755)
41 %attr(755,root,root) %{_sbindir}/authconfig
This page took 0.047798 seconds and 4 git commands to generate.