Changeset 360 for spec/trunk/SPECS/findutils.spec
- Timestamp:
- Jul 30, 2013, 7:23:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/findutils.spec
r356 r360 2 2 Name: findutils 3 3 Version: 4.4.2 4 Release: 4%{?dist}4 Release: 5%{?dist} 5 5 Epoch: 1 6 6 License: GPLv3+ … … 37 37 export LIBS="-lurpo -lmmap" 38 38 %configure \ 39 --without-fts \ 39 40 "--cache-file=%{_topdir}/cache/%{name}-%{_target_cpu}.cache" 40 41 make %{?_smp_mflags} … … 74 75 %doc AUTHORS COPYING NEWS README THANKS TODO 75 76 %{_bindir}/find 76 %{_bindir}/ oldfind.exe77 %{_bindir}/ftsfind.exe 77 78 %{_bindir}/xargs.exe 78 79 %{_bindir}/locate.exe … … 86 87 87 88 %changelog 89 * Tue Jul 30 2013 yd 90 - disabled FTS code, now find works as before. 91 88 92 * Wed Jul 24 2013 yd 89 93 - move conflicting tools to libexec/bin.
Note:
See TracChangeset
for help on using the changeset viewer.