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