]> git.pld-linux.org Git - packages/authconfig.git/blob - authconfig.spec
- revision up,
[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 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files -f authconfig.lang
38 %defattr(644,root,root,755)
39 %attr(755,root,root) %{_sbindir}/authconfig
40
41 %changelog
42 * Mon May 31 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
43   [1.7-4]
44 - added using %%find_lang macro.
45
46 * Fri May 14 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
47   [1.7-3]
48 - now package is FHS 2.0 compliant.
49
50 * Wed Apr 28 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
51   [1.7-2]
52 - uncommented .mo files and added %lang macros for this files,
53 - gzippen man page,
54 - Group changed to Base,
55 - added BuildPrereq rules,
56 - added "rm -rf $RPM_BUILD_ROOT" on top %install.
57
58 Spec based on RH version.
This page took 0.095838 seconds and 4 git commands to generate.