Ignore:
Timestamp:
Mar 14, 2013, 3:23:37 PM (13 years ago)
Author:
Yuri Dario
Message:

spec: findutils rename find.exe to find-unix.exe and add symlink.

File:
1 edited

Legend:

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

    r267 r333  
    22Name: findutils
    33Version: 4.4.2
    4 Release: 1%{?dist}
     4Release: 2%{?dist}
    55Epoch: 1
    66License: GPLv3+
     
    5959#ln -sf ../../bin/find $RPM_BUILD_ROOT/usr/bin
    6060
     61# yd rename find.exe to find-unix.exe and place a symlink for script compatibility
     62mv $RPM_BUILD_ROOT%_bindir/find.exe $RPM_BUILD_ROOT%_bindir/find-unix.exe
     63ln -s /@unixroot/usr/bin/find-unix.exe $RPM_BUILD_ROOT%_bindir/find
     64
    6165%clean
    6266rm -rf $RPM_BUILD_ROOT
     
    6670%defattr(-,root,root,-)
    6771%doc AUTHORS COPYING NEWS README THANKS TODO
    68 %{_bindir}/find.exe
     72%{_bindir}/find
     73%{_bindir}/find-unix.exe
    6974%{_bindir}/oldfind.exe
    7075%{_bindir}/xargs.exe
     
    7984
    8085%changelog
     86* Thu Mar 14 2013 yd
     87- rename find.exe to find-unix.exe and add symlink.
     88
    8189* Sun Jan 08 2012 yd
    8290- initial unixroot build.
Note: See TracChangeset for help on using the changeset viewer.