Changeset 333 for spec/trunk/SPECS/findutils.spec
- Timestamp:
- Mar 14, 2013, 3:23:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/findutils.spec
r267 r333 2 2 Name: findutils 3 3 Version: 4.4.2 4 Release: 1%{?dist}4 Release: 2%{?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 64 61 65 %clean 62 66 rm -rf $RPM_BUILD_ROOT … … 66 70 %defattr(-,root,root,-) 67 71 %doc AUTHORS COPYING NEWS README THANKS TODO 68 %{_bindir}/find.exe 72 %{_bindir}/find 73 %{_bindir}/find-unix.exe 69 74 %{_bindir}/oldfind.exe 70 75 %{_bindir}/xargs.exe … … 79 84 80 85 %changelog 86 * Thu Mar 14 2013 yd 87 - rename find.exe to find-unix.exe and add symlink. 88 81 89 * Sun Jan 08 2012 yd 82 90 - initial unixroot build.
Note:
See TracChangeset
for help on using the changeset viewer.