]> git.pld-linux.org Git - packages/findutils.git/commitdiff
- removed autoconf from %build.
authorpius <pius@pld-linux.org>
Thu, 13 May 1999 10:48:43 +0000 (10:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    findutils.spec -> 1.7

findutils.spec

index b5c7c1a6a968b7b7571b15e33462433a2a49d2a4..6275402381b7542c679cb7f89a4a4f4453ff6b32 100644 (file)
@@ -14,7 +14,6 @@ Source1:      updatedb.cron
 Source2:       xargs.1.pl
 Patch0:                findutils.patch
 Patch1:                findutils-info.patch
-BuildPrereq:    autoconf >= 2.13-8
 Prereq:                /sbin/install-info
 Requires:      mktemp
 Buildroot:     /tmp/%{name}-%{version}-root
@@ -62,16 +61,16 @@ dosyalar
 %patch1 -p1
 
 %build
-autoconf
 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
 ./configure %{_target} \
        --prefix=/usr \
        --exec-prefix=/usr
+
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/usr/{lib/findutils,share/man/{man[15],pl/man1}} \
+install -d $RPM_BUILD_ROOT/usr/{lib/findutils,share/man/{man{1,5},pl/man1}} \
        $RPM_BUILD_ROOT/etc/cron.daily
 
 make   prefix=$RPM_BUILD_ROOT/usr \
This page took 0.097579 seconds and 4 git commands to generate.