]> git.pld-linux.org Git - packages/coreutils.git/commitdiff
- release 0.2,
authorcieciwa <cieciwa@pld-linux.org>
Wed, 16 Oct 2002 11:40:02 +0000 (11:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added PAM support for su,
- added BR: autoconf >= 2.54; automake >= 1.7.

Changed files:
    coreutils.spec -> 1.7

coreutils.spec

index f3491a25f22be87a65db90fe765212fb52af939a..1775e589ea71c8c416cfb2194b0e542d2b87dc2e 100644 (file)
@@ -6,11 +6,14 @@ Summary:      Coreutils
 Summary(pl):   Coreutils
 Name:          coreutils
 Version:       4.5.3
-Release:       0.1
+Release:       0.2
 License:       GPL
 Group:         Applications/System
 Source0:       ftp://alpha.gnu.org/gnu/fetish/%{name}-%{version}.tar.bz2
+Patch1:                %{name}-pam.patch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRequires: autoconf >= 2.54
+BuildRequires: automake >= 1.7
 # when no spec requires sh/file/text utils Provides can be removed
 Provides:      fileutils
 Provides:      sh-utils
@@ -60,7 +63,14 @@ Programy zawarte w tej paczce to:
 %setup -q
 
 %build
-%configure
+#%{__gettextize}
+#%{__libtoolize}
+#%{__aclocal}
+#%{__autoconf}
+#%{__autoheader}
+#%{__automake}
+%configure \
+       --with-pam
 
 %{__make}
 
This page took 3.861939 seconds and 4 git commands to generate.