- Pass rnano.1 through iconv to silence the final rpmlint complaint and

finish up the merge review.
This commit is contained in:
Jason ティビツ 2007-12-08 07:20:52 +00:00
parent 47841a04dd
commit 06255d572c

View File

@ -1,7 +1,7 @@
Summary: A small text editor
Name: nano
Version: 2.0.6
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2+
Group: Applications/Editors
URL: http://www.nano-editor.org
@ -20,6 +20,7 @@ GNU nano is a small and friendly text editor.
%patch0 -p1
iconv -f iso-8859-1 -t utf-8 -o nano.1.tmp doc/man/fr/nano.1 && mv nano.1.tmp doc/man/fr/nano.1
iconv -f iso-8859-1 -t utf-8 -o nanorc.5.tmp doc/man/fr/nano.1 && mv nanorc.5.tmp doc/man/fr/nanorc.5
iconv -f iso-8859-1 -t utf-8 -o rnano.1.tmp doc/man/fr/rnano.1 && mv rnano.1.tmp doc/man/fr/rnano.1
%build
%configure --enable-all
@ -58,6 +59,10 @@ rm -rf %{buildroot}
%{_datadir}/nano
%changelog
* Fri Dec 07 2007 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.0.6-3
- Pass rnano.1 through iconv to silence the final rpmlint complaint
and finish up the merge review.
* Wed Aug 22 2007 David Woodhouse <dwmw2@infradead.org> - 2.0.6-2
- Update licence
- Fix open(O_CREAT) calls without mode