Changeset 425 for spec/trunk/SPECS/diffutils.spec
- Timestamp:
- May 24, 2014, 7:33:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/diffutils.spec
r273 r425 2 2 Name: diffutils 3 3 Version: 3.2 4 Release: 2%{?dist}4 Release: 3%{?dist} 5 5 Group: Applications/Text 6 6 URL: http://www.gnu.org/software/diffutils/diffutils.html … … 29 29 30 30 Install diffutils if you need to compare text files. 31 32 %package debug 33 Summary: HLL debug data for exception handling support. 34 35 %description debug 36 HLL debug data for exception handling support. 31 37 32 38 %prep … … 68 74 %defattr(-,root,root) 69 75 %doc NEWS README 70 %{_bindir}/* 76 %{_bindir}/*.exe 71 77 %{_mandir}/*/* 72 78 %{_infodir}/diffutils.info*gz 73 79 %{_datadir}/locale/* 74 80 81 %files debug 82 %defattr(-,root,root) 83 %{_bindir}/*.dbg 84 75 85 %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 76 90 * Mon Jan 09 2012 yd 77 91 - do not build with -Zbin-files flag.
Note:
See TracChangeset
for help on using the changeset viewer.