]> git.pld-linux.org Git - packages/authconfig.git/blob - authconfig.spec
- fixed typo :)
[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:        3
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/usr/man/man8/*
31
32 mv $RPM_BUILD_ROOT/usr/man $RPM_BUILD_ROOT/usr/share
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %attr(755,root,root) /usr/sbin/authconfig
40
41 %lang(hu) /usr/share/locale/hu/LC_MESSAGES/authconfig.mo
42 %lang(in) /usr/share/locale/in/LC_MESSAGES/authconfig.mo
43 %lang(no) /usr/share/locale/no/LC_MESSAGES/authconfig.mo
44 %lang(sk) /usr/share/locale/sk/LC_MESSAGES/authconfig.mo
45
46 /usr/share/man/man8/*
47
48 %changelog
49 * Fri May 14 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
50   [1.7-3]
51 - now package is FHS 2.0 compliant.
52
53 * Wed Apr 28 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
54   [1.7-2]
55 - uncommented .mo files and added %lang macros for this files,
56 - gzippen man page,
57 - Group changed to Base,
58 - added BuildPrereq rules,
59 - added "rm -rf $RPM_BUILD_ROOT" on top %install.
60
61 * Thu Apr 01 1999 Preston Brown <pbrown@redhat.com>
62 - don't report errors about NIS fields not being filled in if not enabled
63
64 * Fri Mar 26 1999 Preston Brown <pbrown@redhat.com>
65 - fix typo
66 - change domainname at nis start and stop
67
68 * Tue Mar 23 1999 Preston Brown <pbrown@redhat.com>
69 - fixed man page
70
71 * Wed Mar 17 1999 Matt Wilson <msw@redhat.com>
72 - fixed rewriting /etc/yp.conf
73 - restarts ypbind so that new changes take effect
74
75 * Mon Mar 15 1999 Matt Wilson <msw@redhat.com>
76 - just make the NIS part of configuration grayed out if NIS is not installed
77
78 * Tue Mar 09 1999 Preston Brown <pbrown@redhat.com>
79 - static buffer sizes increased.
80
81 * Tue Mar  9 1999 Matt Wilson <msw@redhat.com>
82 - removed build opts because of problems on alpha
83
84 * Mon Feb  8 1999 Matt Wilson <msw@redhat.com>
85 - Don't rewrite ypbind.conf if you're not configuring NIS
86
87 * Mon Feb  8 1999 Matt Wilson <msw@redhat.com>
88 - Don't configure NIS if /etc/ypbind.conf does not exist.
89
90 * Sat Feb  6 1999 Matt Wilson <msw@redhat.com>
91 - changed "/sbin/chkconfig --add ypbind" to
92   "/sbin/chkconfig --level 345 ypbind on"
93 - added checks for null nis domains and servers if nis is enabled or if
94   not using broadcast.
95 - added newt entry filter for spaces in domains
96
97 * Sat Feb  6 1999 Matt Wilson <msw@redhat.com>
98 - changed command line options to match user interface
99 - added --help
100
101 * Thu Feb  4 1999 Matt Wilson <msw@redhat.com>
102 - Rewrote UI to handle geometry management properly
103 - MD5 passwords do not require shadow passwords, so made them independent
104
105 * Wed Feb 03 1999 Preston Brown <pbrown@redhat.com>
106 - initial spec file
This page took 0.048411 seconds and 3 git commands to generate.