]> git.wh0rd.org Git - nano.git/commitdiff
2015-02-09 Chris Allegretta <chrisa@asty.org>
authorChris Allegretta <chrisa@asty.org>
Mon, 9 Feb 2015 19:53:29 +0000 (19:53 +0000)
committerChris Allegretta <chrisa@asty.org>
Mon, 9 Feb 2015 19:53:29 +0000 (19:53 +0000)
        * nano.spec.in: Add dependency on texinfo, docdir files for
        RPM file creation.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5116 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
nano.spec.in

index 8f89f45e2828760cc74a704018a9b991bd3d752d..891c32d82b5469e8c916e6a9e3efe0dfc7b7947c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-02-09  Chris Allegretta <chrisa@asty.org>
+       * nano.spec.in: Add dependency on texinfo, docdir files for
+       RPM file creation.
+
 GNU nano 2.3.99pre2 - 2015.02.06
 2015-02-03 Alex Henrie <alexhenrie24@gmail.com>
        * src/cut.c (do_cut_text): Make sure to set modified even when
index 1b7f89755d25b57cd9010acf8d9fc3e629a20a2c..1d6525afa0cfca49c20f71e62bf760b2d46f65a6 100644 (file)
@@ -11,7 +11,7 @@ Group         : Applications/Editors
 URL            : http://www.nano-editor.org/
 Source         : http://www.nano-editor.org/dist/v2.3/%{name}-%{version}.tar.gz
 BuildRoot      : %{_tmppath}/%{name}-%{version}-root
-BuildRequires  : autoconf, automake, gettext-devel, ncurses-devel
+BuildRequires  : autoconf, automake, gettext-devel, ncurses-devel, texinfo
 
 %description
 GNU nano is a small and friendly text editor.  It aims to emulate the
@@ -33,6 +33,7 @@ rm -f %{buildroot}%{_infodir}/dir
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO doc/faq.html doc/nanorc.sample
 %{_bindir}/*
+%{_docdir}/nano/*
 %{_mandir}/man*/*
 %{_mandir}/fr/man*/*
 %{_infodir}/nano.info*