finish merge review fixes
This commit is contained in:
parent
8b68f742bf
commit
f8b2e8b2e6
@ -48,7 +48,8 @@ like syntax.
|
||||
%patch13 -p1 -b .rs-color
|
||||
|
||||
for i in Fixes WishList; do
|
||||
iconv -f iso-8859-1 -t utf-8 < "$i" > "${i}_"
|
||||
iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \
|
||||
touch -r "$i" "${i}_" && \
|
||||
mv "${i}_" "$i"
|
||||
done
|
||||
|
||||
@ -111,18 +112,18 @@ if [ ! -x %{_bindir}/tcsh ]; then
|
||||
fi
|
||||
|
||||
%files -f tcsh.lang
|
||||
%defattr(-,root,root)
|
||||
%defattr(-,root,root,-)
|
||||
%doc BUGS FAQ Fixes NewThings WishList complete.tcsh
|
||||
%{_bindir}/tcsh
|
||||
%{_bindir}/csh
|
||||
%{_mandir}/man1/*.1*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 28 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.16-1
|
||||
* Thu Apr 30 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.16-1
|
||||
- Update to tcsh-6.16.00
|
||||
- Merge Review (fix License, add BUGS and WishList to documentation, convert Fixes and
|
||||
WishList to UTF-8, remove root checking from buildroot cleaning, preserve timestamps,
|
||||
use smp_flags, remove unused patches and improve postun script)
|
||||
use smp_flags, remove unused patches, improve postun script and minor fix to %%files)
|
||||
Resolves: #226483
|
||||
|
||||
* Mon Mar 2 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.15-8
|
||||
|
Loading…
Reference in New Issue
Block a user