Changeset 386 for spec/trunk/SPECS
- Timestamp:
- Mar 15, 2014, 1:58:11 PM (12 years ago)
- Location:
- spec/trunk/SPECS
- Files:
-
- 2 edited
-
coreutils.spec (modified) (5 diffs)
-
findutils.spec (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/coreutils.spec
r356 r386 4 4 Name: coreutils 5 5 Version: 8.6 6 Release: 1 0%{?dist}6 Release: 11%{?dist} 7 7 License: GPLv3+ 8 8 Group: System Environment/Base … … 59 59 #%description libs 60 60 #Libraries for coreutils package. 61 62 %package debug 63 Summary: HLL debug data for exception handling support. 64 65 %description debug 66 HLL debug data for exception handling support. 67 61 68 62 69 %prep … … 146 153 mkdir -p $RPM_BUILD_ROOT%{_libexecdir}/bin 147 154 for i in dir date sort hostid; do 148 mv $RPM_BUILD_ROOT% _bindir/$i.exe $RPM_BUILD_ROOT%{_libexecdir}/bin/$i.exe149 ln -s /@unixroot/usr/bin/libexec/bin/$i.exe $RPM_BUILD_ROOT%_bindir/$i155 mv $RPM_BUILD_ROOT%{_bindir}/$i.exe $RPM_BUILD_ROOT%{_libexecdir}/bin/$i.exe 156 ln -s %{_libexecdir}/bin/$i.exe $RPM_BUILD_ROOT%{_bindir}/$i 150 157 done 151 158 … … 204 211 %{_libexecdir}/* 205 212 %{_datadir}/locale/* 213 %exclude %{_bindir}/*.dbg 214 %exclude %{_sbindir}/*.dbg 215 %exclude %{_libexecdir}/bin/*.dbg 206 216 207 217 #%files libs … … 209 219 #%{_libdir}/coreutils 210 220 221 %files debug 222 %defattr(-,root,root) 223 %{_bindir}/*.dbg 224 %{_sbindir}/*.dbg 225 %{_libexecdir}/bin/*.dbg 226 211 227 %changelog 228 * Sat Mar 15 2014 yd 229 - fixed libexec dir for symlinks. 230 - added debug package with symbolic info for exceptq. 231 212 232 * Wed Jul 24 2013 yd 213 233 - move conflicting tools to libexec/bin. -
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.
