Changeset 386 for spec/trunk/SPECS/findutils.spec
- Timestamp:
- Mar 15, 2014, 1:58:11 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/findutils.spec
r360 r386 2 2 Name: findutils 3 3 Version: 4.4.2 4 Release: 5%{?dist}4 Release: 6%{?dist} 5 5 Epoch: 1 6 6 License: GPLv3+ … … 26 26 You should install findutils because it includes tools that are very 27 27 useful for finding things on your system. 28 29 %package debug 30 Summary: HLL debug data for exception handling support. 31 32 %description debug 33 HLL debug data for exception handling support. 34 28 35 29 36 %prep … … 63 70 mkdir -p $RPM_BUILD_ROOT%{_libexecdir}/bin 64 71 for i in find; do 65 mv $RPM_BUILD_ROOT% _bindir/$i.exe $RPM_BUILD_ROOT%{_libexecdir}/bin/$i.exe66 ln -s /@unixroot/usr/bin/libexec/bin/$i.exe $RPM_BUILD_ROOT%_bindir/$i72 mv $RPM_BUILD_ROOT%{_bindir}/$i.exe $RPM_BUILD_ROOT%{_libexecdir}/bin/$i.exe 73 ln -s %{_libexecdir}/bin/$i.exe $RPM_BUILD_ROOT%{_bindir}/$i 67 74 done 68 75 … … 85 92 %{_infodir}/find-maint.info 86 93 %{_datadir}/locale/* 94 %exclude %{_bindir}/*.dbg 95 %exclude %{_libexecdir}/*.dbg 96 %exclude %{_libexecdir}/bin/*.dbg 97 98 %files debug 99 %defattr(-,root,root) 100 %{_bindir}/*.dbg 101 %{_libexecdir}/*.dbg 102 %{_libexecdir}/bin/*.dbg 87 103 88 104 %changelog 105 * Sat Mar 15 2014 yd 106 - fixed libexec dir for symlinks. 107 - added debug package with symbolic info for exceptq. 108 89 109 * Tue Jul 30 2013 yd 90 110 - disabled FTS code, now find works as before.
Note:
See TracChangeset
for help on using the changeset viewer.