]> git.pld-linux.org Git - packages/authconfig.git/commitdiff
- cleanups auto/ac/authconfig-2_0-4
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 3 Sep 2003 12:21:18 +0000 (12:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    authconfig.spec -> 1.35

authconfig.spec

index 344caa756a6b899838890d7079a0fb21f22b06b6..f242db047741a38ef8a599b889179ca435681e6b 100644 (file)
@@ -10,7 +10,6 @@ Name:         authconfig
 Version:       2.0
 Release:       4
 License:       GPL
-ExclusiveOS:   Linux
 Group:         Base
 Source0:       %{name}-%{version}.tar.gz
 # Source0-md5: 5299be78429fd5f550950966b0a3e015
@@ -18,6 +17,7 @@ Patch0:               %{name}-make.patch
 BuildRequires: newt-devel
 BuildRequires: popt-devel
 BuildRequires: slang-devel
+ExclusiveOS:   Linux
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -71,11 +71,14 @@ NIS 
 %patch -p1
 
 %build
-%{__make} CFLAGS="-DVERSION=\"${VERSION}\" %{rpmcflags} -Wall"
+%{__make} \
+       CFLAGS="-DVERSION=\"${VERSION}\" %{rpmcflags} -Wall"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} INSTROOT=$RPM_BUILD_ROOT install
+
+%{__make} install \
+       INSTROOT=$RPM_BUILD_ROOT
 
 %find_lang %{name}
 
This page took 0.09304 seconds and 4 git commands to generate.