- Pass rnano.1 through iconv to silence the final rpmlint complaint and
finish up the merge review.
This commit is contained in:
parent
47841a04dd
commit
06255d572c
@ -1,7 +1,7 @@
|
|||||||
Summary: A small text editor
|
Summary: A small text editor
|
||||||
Name: nano
|
Name: nano
|
||||||
Version: 2.0.6
|
Version: 2.0.6
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
URL: http://www.nano-editor.org
|
URL: http://www.nano-editor.org
|
||||||
@ -20,6 +20,7 @@ GNU nano is a small and friendly text editor.
|
|||||||
%patch0 -p1
|
%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 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 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
|
%build
|
||||||
%configure --enable-all
|
%configure --enable-all
|
||||||
@ -58,6 +59,10 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/nano
|
%{_datadir}/nano
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 22 2007 David Woodhouse <dwmw2@infradead.org> - 2.0.6-2
|
||||||
- Update licence
|
- Update licence
|
||||||
- Fix open(O_CREAT) calls without mode
|
- Fix open(O_CREAT) calls without mode
|
||||||
|
Loading…
Reference in New Issue
Block a user