- new upstream release
- dropped patch no longer needed (possible change in behavior though negligible) - fixed broken HTML doc in FR locales (#523951)
This commit is contained in:
parent
efd98be8f7
commit
c69a40bf3f
@ -1 +1 @@
|
|||||||
nano-2.0.6.tar.gz
|
nano-2.0.9.tar.gz
|
||||||
|
12
nano.spec
12
nano.spec
@ -1,12 +1,11 @@
|
|||||||
Summary: A small text editor
|
Summary: A small text editor
|
||||||
Name: nano
|
Name: nano
|
||||||
Version: 2.0.6
|
Version: 2.0.9
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
URL: http://www.nano-editor.org
|
URL: http://www.nano-editor.org
|
||||||
Source: http://www.nano-editor.org/dist/v1.3/%{name}-%{version}.tar.gz
|
Source: http://www.nano-editor.org/dist/v1.3/%{name}-%{version}.tar.gz
|
||||||
Patch0: nano-2.0.6-open-macro.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: ncurses-devel, autoconf, gettext-devel, groff
|
BuildRequires: ncurses-devel, autoconf, gettext-devel, groff
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
@ -17,9 +16,9 @@ GNU nano is a small and friendly text editor.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
for f in doc/man/fr/{nano.1,nanorc.5,rnano.1} ; do
|
for f in doc/man/fr/{nano.1,nanorc.5,rnano.1} ; do
|
||||||
iconv -f iso-8859-1 -t utf-8 -o $f.tmp $f && mv $f.tmp $f
|
iconv -f iso-8859-1 -t utf-8 -o $f.tmp $f && mv $f.tmp $f
|
||||||
|
touch $f.html
|
||||||
done
|
done
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -63,6 +62,11 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/nano
|
%{_datadir}/nano
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 18 2009 Kamil Dudka <kdudka@redhat.com> - 2.0.9-1
|
||||||
|
- new upstream release
|
||||||
|
- dropped patch no longer needed (possible change in behavior though negligible)
|
||||||
|
- fixed broken HTML doc in FR locales (#523951)
|
||||||
|
|
||||||
* Thu Sep 17 2009 Kamil Dudka <kdudka@redhat.com> - 2.0.6-8
|
* Thu Sep 17 2009 Kamil Dudka <kdudka@redhat.com> - 2.0.6-8
|
||||||
- do process install-info only without --excludedocs(#515943)
|
- do process install-info only without --excludedocs(#515943)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user