]> git.pld-linux.org Git - packages/authconfig.git/blob - authconfig.spec
- replacement in %files
[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:        2
5 Copyright:      GPL
6 ExclusiveOS:    Linux
7 Group:          Base
8 Source:         %{name}-%{version}.tar.gz
9 BuildPrereq:    newt-devel
10 BuildPrereq:    popt-devel
11 BuildPrereq:    slang-devel
12 BuildRoot:      /tmp/%{name}-%{version}-root
13
14 %description 
15 Authconfig is a terminal mode program for setting up Network Information
16 Service (NIS) and shadow (more secure) passwords on your system. Authconfig
17 also configures the system to automatically turn on NIS at system startup.
18
19 %prep
20 %setup -q
21
22 %build
23 make CFLAGS="-DVERSION=\"${VERSION}\" $RPM_OPT_FLAGS -Wall"
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 make INSTROOT=$RPM_BUILD_ROOT install
28
29 gzip -9nf $RPM_BUILD_ROOT/usr/man/man8/*
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %attr(755,root,root) /usr/sbin/authconfig
37
38 %lang(hu) /usr/share/locale/hu/LC_MESSAGES/authconfig.mo
39 %lang(in) /usr/share/locale/in/LC_MESSAGES/authconfig.mo
40 %lang(no) /usr/share/locale/no/LC_MESSAGES/authconfig.mo
41 %lang(sk) /usr/share/locale/sk/LC_MESSAGES/authconfig.mo
42
43 /usr/man/man8/*
44
45 %changelog
46 * Wed Apr 28 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
47   [1.7-2]
48 - uncommented .mo files and added %lang macros for this files,
49 - gzippen man page,
50 - Group changed to Base,
51 - added BuildPrereq rules,
52 - added "rm -rf $RPM_BUILD_ROOT" on top %install.
53
54 * Thu Apr 01 1999 Preston Brown <pbrown@redhat.com>
55 - don't report errors about NIS fields not being filled in if not enabled
56
57 * Fri Mar 26 1999 Preston Brown <pbrown@redhat.com>
58 - fix typo
59 - change domainname at nis start and stop
60
61 * Tue Mar 23 1999 Preston Brown <pbrown@redhat.com>
62 - fixed man page
63
64 * Wed Mar 17 1999 Matt Wilson <msw@redhat.com>
65 - fixed rewriting /etc/yp.conf
66 - restarts ypbind so that new changes take effect
67
68 * Mon Mar 15 1999 Matt Wilson <msw@redhat.com>
69 - just make the NIS part of configuration grayed out if NIS is not installed
70
71 * Tue Mar 09 1999 Preston Brown <pbrown@redhat.com>
72 - static buffer sizes increased.
73
74 * Tue Mar  9 1999 Matt Wilson <msw@redhat.com>
75 - removed build opts because of problems on alpha
76
77 * Mon Feb  8 1999 Matt Wilson <msw@redhat.com>
78 - Don't rewrite ypbind.conf if you're not configuring NIS
79
80 * Mon Feb  8 1999 Matt Wilson <msw@redhat.com>
81 - Don't configure NIS if /etc/ypbind.conf does not exist.
82
83 * Sat Feb  6 1999 Matt Wilson <msw@redhat.com>
84 - changed "/sbin/chkconfig --add ypbind" to
85   "/sbin/chkconfig --level 345 ypbind on"
86 - added checks for null nis domains and servers if nis is enabled or if
87   not using broadcast.
88 - added newt entry filter for spaces in domains
89
90 * Sat Feb  6 1999 Matt Wilson <msw@redhat.com>
91 - changed command line options to match user interface
92 - added --help
93
94 * Thu Feb  4 1999 Matt Wilson <msw@redhat.com>
95 - Rewrote UI to handle geometry management properly
96 - MD5 passwords do not require shadow passwords, so made them independent
97
98 * Wed Feb 03 1999 Preston Brown <pbrown@redhat.com>
99 - initial spec file
This page took 0.099457 seconds and 4 git commands to generate.