Ignore:
Timestamp:
Jul 30, 2013, 7:23:20 PM (12 years ago)
Author:
Yuri Dario
Message:

spec: findutils, disabled FTS code, now find works as before.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/findutils.spec

    r356 r360  
    22Name: findutils
    33Version: 4.4.2
    4 Release: 4%{?dist}
     4Release: 5%{?dist}
    55Epoch: 1
    66License: GPLv3+
     
    3737export LIBS="-lurpo -lmmap"
    3838%configure \
     39   --without-fts \
    3940   "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache"
    4041make %{?_smp_mflags}
     
    7475%doc AUTHORS COPYING NEWS README THANKS TODO
    7576%{_bindir}/find
    76 %{_bindir}/oldfind.exe
     77%{_bindir}/ftsfind.exe
    7778%{_bindir}/xargs.exe
    7879%{_bindir}/locate.exe
     
    8687
    8788%changelog
     89* Tue Jul 30 2013 yd
     90- disabled FTS code, now find works as before.
     91
    8892* Wed Jul 24 2013 yd
    8993- move conflicting tools to libexec/bin.
Note: See TracChangeset for help on using the changeset viewer.