fix obsolete charset on French manpages
This commit is contained in:
parent
6f8904e0e5
commit
55585f6be2
@ -15,6 +15,8 @@ GNU nano is a small and friendly text editor.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
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
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-all
|
%configure --enable-all
|
||||||
@ -50,7 +52,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Sep 5 2005 David Woodhouse <dwmw2@redhat.com> 1.3.8-1
|
* Mon Sep 5 2005 David Woodhouse <dwmw2@redhat.com> 1.3.8-1
|
||||||
- 1.2.8
|
- 1.3.8
|
||||||
|
|
||||||
* Wed Mar 2 2005 David Woodhouse <dwmw2@redhat.com> 1.3.5-0.20050302
|
* Wed Mar 2 2005 David Woodhouse <dwmw2@redhat.com> 1.3.5-0.20050302
|
||||||
- Update to post-1.3.5 CVS tree to get UTF-8 support.
|
- Update to post-1.3.5 CVS tree to get UTF-8 support.
|
||||||
|
Loading…
Reference in New Issue
Block a user