]> git.pld-linux.org Git - packages/authconfig.git/blob - authconfig.spec
- unifited using %find_lang macro to scheme:
[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
42
43 %changelog
44 * Mon May 31 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
45   [1.7-4]
46 - added using %%find_lang macro.
47
48 * Fri May 14 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
49   [1.7-3]
50 - now package is FHS 2.0 compliant.
51
52 * Wed Apr 28 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
53   [1.7-2]
54 - uncommented .mo files and added %lang macros for this files,
55 - gzippen man page,
56 - Group changed to Base,
57 - added BuildPrereq rules,
58 - added "rm -rf $RPM_BUILD_ROOT" on top %install.
59
60 Spec based on RH version.
This page took 0.069339 seconds and 3 git commands to generate.