]> git.wh0rd.org Git - nano.git/commitdiff
Removing the useless info dir file from the build directory,
authorBenno Schulenberg <bensberg@justemail.net>
Fri, 13 Jun 2014 20:52:39 +0000 (20:52 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Fri, 13 Jun 2014 20:52:39 +0000 (20:52 +0000)
plus some other tweaks of the spec file.

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

ChangeLog
nano.spec.in

index 2ceced9db262c81f0ba78c5af546539ee0c01a70..3c9a6807ff88b14549546610b5197d39873e626d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
        Remove the --undo option, having the undo functions always enabled.
        If wished, the user can unbind them.  This fixes Savannah bug #42456.
        * doc/man/{nano.1,nanorc.5}, doc/texinfo/nano.texi: Update the docs.
+       * nano.spec.in: Remove useless info dir file from the build directory,
+       don't clean this directory first, it's unnecessary, add a suggestion
+       for a pico symlink, and update the license and the source URL.
 
 2014-06-11  Benno Schulenberg  <bensberg@justemail.net>
        * src/winio.c (get_mouseinput): Produce the correct return value for
index 9c8c07bc428796454ba68816bfd3995136de4d4f..cfe2cd634c318e2a5bd6c5d9d6b9c22aa94f0421 100644 (file)
@@ -6,10 +6,10 @@ Summary       : Pico editor clone with enhancements
 Name           : %{name}
 Version                : %{version}
 Release                : %{release}
-License                : GPL
+License                : GPLv3+
 Group          : Applications/Editors
 URL            : http://www.nano-editor.org/
-Source         : http://www.nano-editor.org/dist/v2.0/%{name}-%{version}.tar.gz
+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
 
@@ -25,8 +25,9 @@ Pico text editor while also offering a few enhancements.
 make
 
 %install
-rm -rf %{buildroot}
 make DESTDIR="%{buildroot}" install
+#ln -s nano %{buildroot}%{_bindir}/pico
+rm -f %{buildroot}%{_infodir}/dir
 
 %files
 %defattr(-,root,root)