]> git.pld-linux.org Git - packages/authconfig.git/commitdiff
- fixed bogus Group: field
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 18 Jul 1999 14:53:23 +0000 (14:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    authconfig.spec -> 1.14

authconfig.spec

index f90e6a8e99a32858da8b0656ae403ca99a9192bf..080a591749f2ec353c7fbc51558cd2668048b3da 100644 (file)
@@ -5,8 +5,9 @@ Release:        4
 Copyright:     GPL
 ExclusiveOS:   Linux
 Group:         Base
-Group(pl):     Podstawy
+Group(pl):     Podstawowe
 Source:                %{name}-%{version}.tar.gz
+Patch:         authconfig-make.patch
 BuildPrereq:   newt-devel
 BuildPrereq:   popt-devel
 BuildPrereq:   slang-devel
@@ -19,6 +20,7 @@ also configures the system to automatically turn on NIS at system startup.
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 make CFLAGS="-DVERSION=\"${VERSION}\" $RPM_OPT_FLAGS -Wall"
@@ -29,8 +31,6 @@ make INSTROOT=$RPM_BUILD_ROOT install
 
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/*
 
-mv $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT%{_datadir}
-
 %find_lang %{name}
 
 %clean
@@ -39,3 +39,4 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/authconfig
+%{_mandir}/man8/*
This page took 0.033921 seconds and 4 git commands to generate.