Ignore:
Timestamp:
May 24, 2014, 7:33:51 PM (11 years ago)
Author:
Yuri Dario
Message:

spec: diffutils, fix --binary and no --strip-trailing-cr.

File:
1 edited

Legend:

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

    r273 r425  
    22Name: diffutils
    33Version: 3.2
    4 Release: 2%{?dist}
     4Release: 3%{?dist}
    55Group: Applications/Text
    66URL: http://www.gnu.org/software/diffutils/diffutils.html
     
    2929
    3030Install diffutils if you need to compare text files.
     31
     32%package debug
     33Summary: HLL debug data for exception handling support.
     34
     35%description debug
     36HLL debug data for exception handling support.
    3137
    3238%prep
     
    6874%defattr(-,root,root)
    6975%doc NEWS README
    70 %{_bindir}/*
     76%{_bindir}/*.exe
    7177%{_mandir}/*/*
    7278%{_infodir}/diffutils.info*gz
    7379%{_datadir}/locale/*
    7480
     81%files debug
     82%defattr(-,root,root)
     83%{_bindir}/*.dbg
     84
    7585%changelog
     86* Fri May 23 2014 yd
     87- r730, Force --binary and no --strip-trailing-cr on OS/2.
     88- r729, Fix broken --binary option on OS/2.
     89
    7690* Mon Jan 09 2012 yd
    7791- do not build with -Zbin-files flag.
Note: See TracChangeset for help on using the changeset viewer.