Ignore:
Timestamp:
Mar 15, 2014, 1:58:11 PM (12 years ago)
Author:
Yuri Dario
Message:

spec: coreutils, findutils, fixed libexec dir for symlinks, added debug package.

File:
1 edited

Legend:

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

    r360 r386  
    22Name: findutils
    33Version: 4.4.2
    4 Release: 5%{?dist}
     4Release: 6%{?dist}
    55Epoch: 1
    66License: GPLv3+
     
    2626You should install findutils because it includes tools that are very
    2727useful for finding things on your system.
     28
     29%package debug
     30Summary: HLL debug data for exception handling support.
     31
     32%description debug
     33HLL debug data for exception handling support.
     34
    2835
    2936%prep
     
    6370mkdir -p $RPM_BUILD_ROOT%{_libexecdir}/bin
    6471for i in find; do
    65   mv $RPM_BUILD_ROOT%_bindir/$i.exe $RPM_BUILD_ROOT%{_libexecdir}/bin/$i.exe
    66   ln -s /@unixroot/usr/bin/libexec/bin/$i.exe $RPM_BUILD_ROOT%_bindir/$i
     72  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
    6774done
    6875
     
    8592%{_infodir}/find-maint.info
    8693%{_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
    87103
    88104%changelog
     105* Sat Mar 15 2014 yd
     106- fixed libexec dir for symlinks.
     107- added debug package with symbolic info for exceptq.
     108
    89109* Tue Jul 30 2013 yd
    90110- disabled FTS code, now find works as before.
Note: See TracChangeset for help on using the changeset viewer.