Changeset 356 for spec/trunk/SPECS/findutils.spec
- Timestamp:
- Jul 25, 2013, 2:45:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/findutils.spec
r351 r356 2 2 Name: findutils 3 3 Version: 4.4.2 4 Release: 3%{?dist}4 Release: 4%{?dist} 5 5 Epoch: 1 6 6 License: GPLv3+ … … 59 59 #ln -sf ../../bin/find $RPM_BUILD_ROOT/usr/bin 60 60 61 # yd rename find.exe to find-unix.exe and place a symlink for script compatibility 62 mv $RPM_BUILD_ROOT%_bindir/find.exe $RPM_BUILD_ROOT%_bindir/find-unix.exe 63 ln -s /@unixroot/usr/bin/find-unix.exe $RPM_BUILD_ROOT%_bindir/find 61 # yd move conflicting tools to libexec/bin and place a symlink for script compatibility 62 mkdir -p $RPM_BUILD_ROOT%{_libexecdir}/bin 63 for i in find; do 64 mv $RPM_BUILD_ROOT%_bindir/$i.exe $RPM_BUILD_ROOT%{_libexecdir}/bin/$i.exe 65 ln -s /@unixroot/usr/bin/libexec/bin/$i.exe $RPM_BUILD_ROOT%_bindir/$i 66 done 64 67 65 68 %clean … … 71 74 %doc AUTHORS COPYING NEWS README THANKS TODO 72 75 %{_bindir}/find 73 %{_bindir}/find-unix.exe74 76 %{_bindir}/oldfind.exe 75 77 %{_bindir}/xargs.exe … … 84 86 85 87 %changelog 88 * Wed Jul 24 2013 yd 89 - move conflicting tools to libexec/bin. 90 86 91 * Wed Jun 05 2013 yd 87 92 - r641, fix xargs stop in freadahead.
Note:
See TracChangeset
for help on using the changeset viewer.