Changeset 329 for spec/trunk/SPECS


Ignore:
Timestamp:
Jan 30, 2013, 9:20:32 PM (13 years ago)
Author:
Yuri Dario
Message:

spec: coreutils, rename date.exe to date-unix.exe and add symlink.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/coreutils.spec

    r291 r329  
    44Name:    coreutils
    55Version: 8.6
    6 Release: 7%{?dist}
     6Release: 8%{?dist}
    77License: GPLv3+
    88Group:   System Environment/Base
     
    8989%configure \
    9090           --includedir=/usr/include \
     91           --without-gmp \
    9192           --enable-largefile \
    9293           --enable-install-program=su.exe,hostname.exe,arch \
     
    145146mv $RPM_BUILD_ROOT%_bindir/dir.exe $RPM_BUILD_ROOT%_bindir/dir-unix.exe
    146147ln -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
     150mv $RPM_BUILD_ROOT%_bindir/date.exe $RPM_BUILD_ROOT%_bindir/date-unix.exe
     151ln -s /@unixroot/usr/bin/date-unix.exe $RPM_BUILD_ROOT%_bindir/date
    147152
    148153# su
     
    205210
    206211%changelog
     212* Wed Jan 30 2013 yd
     213- rename date.exe to date-unix.exe and add symlink.
     214
    207215* Thu Feb 02 2012 yd
    208216- Remove symlinks from /bin.
Note: See TracChangeset for help on using the changeset viewer.