]> git.pld-linux.org Git - packages/authconfig.git/blame - authconfig.spec
- switch to rpm 3.0.2
[packages/authconfig.git] / authconfig.spec
CommitLineData
4fc1e27c 1Summary: Text-mode tool for setting up NIS and shadow passwords.
2Name: authconfig
3Version: 1.7
37a6b6c5 4Release: 4
4fc1e27c 5Copyright: GPL
6ExclusiveOS: Linux
7Group: Base
6b00a69d 8Group(pl): Podstawowe
4fc1e27c 9Source: %{name}-%{version}.tar.gz
6b00a69d 10Patch: authconfig-make.patch
8bd63b0f
AF
11BuildRequires: newt-devel
12BuildRequires: popt-devel
13BuildRequires: slang-devel
4fc1e27c 14BuildRoot: /tmp/%{name}-%{version}-root
17d347cf 15
16%description
4fc1e27c 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.
17d347cf 20
21%prep
22%setup -q
6b00a69d 23%patch -p1
17d347cf 24
25%build
dd879e03 26make CFLAGS="-DVERSION=\"${VERSION}\" $RPM_OPT_FLAGS -Wall"
17d347cf 27
28%install
4fc1e27c 29rm -rf $RPM_BUILD_ROOT
17d347cf 30make INSTROOT=$RPM_BUILD_ROOT install
31
de0e453f 32gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/*
4fc1e27c 33
122fc98d 34%find_lang %{name}
35
17d347cf 36%clean
37rm -rf $RPM_BUILD_ROOT
38
122fc98d 39%files -f %{name}.lang
4fc1e27c 40%defattr(644,root,root,755)
3a8718ff 41%attr(755,root,root) %{_sbindir}/authconfig
6b00a69d 42%{_mandir}/man8/*
This page took 0.22164 seconds and 4 git commands to generate.