diff --git a/.cvsignore b/.cvsignore index b24d4f8..9f443c2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -nano-1.2.4.tar.gz +nano-1.3.5.tar.gz diff --git a/nano.spec b/nano.spec index a80e61c..a88f564 100644 --- a/nano.spec +++ b/nano.spec @@ -1,13 +1,14 @@ Summary: A small text editor Name: nano -Version: 1.2.4 -Release: 1 +Version: 1.3.5 +Release: 0.20050302 License: GPL Group: Applications/Editors URL: http://www.nano-editor.org -Source: http://www.nano-editor.org/dist/v1.2/nano-%{version}.tar.gz +Source: http://www.nano-editor.org/dist/v1.3/nano-1.3.5.tar.gz +Patch0: nano-1.3.5-cvs20050302.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildPrereq: ncurses-devel +BuildPrereq: ncurses-devel, autoconf, gettext-devel Prereq: /sbin/install-info %description @@ -15,9 +16,12 @@ GNU nano is a small and friendly text editor. %prep %setup -q +%patch -p1 %build +autoreconf -f -i -s %configure --enable-all + make %install @@ -39,12 +43,17 @@ rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root) -%doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README THANKS TODO nanorc.sample +%doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README THANKS TODO +%doc doc/nanorc.sample +%doc doc/faq.html %{_bindir}/* %{_mandir}/man*/* %{_infodir}/nano.info* %changelog +* Wed Mar 2 2005 David Woodhouse 1.3.5-0.20050302 +- Update to post-1.3.5 CVS tree to get UTF-8 support. + * Wed Aug 04 2004 David Woodhouse 1.2.4-1 - 1.2.4 diff --git a/sources b/sources index 25b9c9a..0f32d11 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2c513310ec5e8b63abaecaf48670ac7a nano-1.2.4.tar.gz +0009f25766b582ef94956faf194876c8 nano-1.3.5.tar.gz