]> git.pld-linux.org Git - packages/authconfig.git/blobdiff - authconfig.spec
- added using %%{__make} macro.
[packages/authconfig.git] / authconfig.spec
index df25ee945ac550a1cbc915696a9097486901e5ec..8e4882f22b1bded4505876475423f472af8e092e 100644 (file)
@@ -2,46 +2,47 @@ Summary:      Text-mode tool for setting up NIS and shadow passwords.
 Summary(de):   Textmodus-Tool, um NIS und shadow-Passwoerter zu konfigurieren
 Summary(pl):   Narzêdzie do ustawiania przes³oniêtych hase³ oraz NIS.
 Name:          authconfig
-Version:       1.8
+Version:       2.0
 Release:       3
-Copyright:     GPL
+License:       GPL
 ExclusiveOS:   Linux
 Group:         Base
 Group(pl):     Podstawowe
-Source:                %{name}-%{version}.tar.gz
-Patch:         authconfig-make.patch
+Source0:       %{name}-%{version}.tar.gz
+Patch0:                authconfig-make.patch
 BuildRequires: newt-devel
 BuildRequires: popt-devel
 BuildRequires: slang-devel
-BuildRoot:     /tmp/%{name}-%{version}-root
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description 
-Authconfig is a terminal mode program for setting up Network Information
-Service (NIS) and shadow (more secure) passwords on your system. Authconfig
-also configures the system to automatically turn on NIS at system startup.
+Authconfig is a terminal mode program for setting up Network
+Information Service (NIS) and shadow (more secure) passwords on your
+system. Authconfig also configures the system to automatically turn on
+NIS at system startup.
 
 %description -l de
-Authconfig ist ein Textmodus-Programm, um Network Informations-Services
-(NIS) und Shadow (sicherere) Passwörter auf Ihren System zu konfigurieren. 
-Authconfig kann außerdem anschalten, daß NIS beim Systemstart angeschaltet
-wird.
+Authconfig ist ein Textmodus-Programm, um Network
+Informations-Services (NIS) und Shadow (sicherere) Passwörter auf
+Ihren System zu konfigurieren. Authconfig kann außerdem anschalten,
+daß NIS beim Systemstart angeschaltet wird.
 
 %description -l pl
-Authconfig jest terminalowym programem dla ustawiania NIS (Network Information
-Service) oraz przes³onietych (bardziej bezpiecznych) hase³ w Twoim systemie.
-Authconfig dodatkowo konfiguruje system tak by NIS by³ aktywowany przy
-starcie systemu.
+Authconfig jest terminalowym programem dla ustawiania NIS (Network
+Information Service) oraz przes³onietych (bardziej bezpiecznych) hase³
+w Twoim systemie. Authconfig dodatkowo konfiguruje system tak by NIS
+by³ aktywowany przy starcie systemu.
 
 %prep
 %setup -q
 %patch -p1
 
 %build
-make CFLAGS="-DVERSION=\"${VERSION}\" $RPM_OPT_FLAGS -Wall"
+%{__make} CFLAGS="-DVERSION=\"${VERSION}\" $RPM_OPT_FLAGS -Wall"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make INSTROOT=$RPM_BUILD_ROOT install
+%{__make} INSTROOT=$RPM_BUILD_ROOT install
 
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/*
 
This page took 0.186022 seconds and 4 git commands to generate.