Changeset 329 for spec/trunk/SPECS
- Timestamp:
- Jan 30, 2013, 9:20:32 PM (13 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/coreutils.spec (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/coreutils.spec
r291 r329 4 4 Name: coreutils 5 5 Version: 8.6 6 Release: 7%{?dist}6 Release: 8%{?dist} 7 7 License: GPLv3+ 8 8 Group: System Environment/Base … … 89 89 %configure \ 90 90 --includedir=/usr/include \ 91 --without-gmp \ 91 92 --enable-largefile \ 92 93 --enable-install-program=su.exe,hostname.exe,arch \ … … 145 146 mv $RPM_BUILD_ROOT%_bindir/dir.exe $RPM_BUILD_ROOT%_bindir/dir-unix.exe 146 147 ln -s /@unixroot/usr/bin/dir-unix.exe $RPM_BUILD_ROOT%_bindir/dir 148 149 # yd rename date.exe to date-unix.exe and place a symlink for script compatibility 150 mv $RPM_BUILD_ROOT%_bindir/date.exe $RPM_BUILD_ROOT%_bindir/date-unix.exe 151 ln -s /@unixroot/usr/bin/date-unix.exe $RPM_BUILD_ROOT%_bindir/date 147 152 148 153 # su … … 205 210 206 211 %changelog 212 * Wed Jan 30 2013 yd 213 - rename date.exe to date-unix.exe and add symlink. 214 207 215 * Thu Feb 02 2012 yd 208 216 - Remove symlinks from /bin.
Note:
See TracChangeset
for help on using the changeset viewer.
