Commit 637f6e50 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

update nano.spec.in for the 1.3 branch

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1584 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 4 additions and 2 deletions
+4 -2
...@@ -14,6 +14,8 @@ CVS code - ...@@ -14,6 +14,8 @@ CVS code -
get_accepted_kbinput() get_accepted_kbinput()
- Translate Ctrl-8 into NANO_DELETE_KEY, since it apparently is - Translate Ctrl-8 into NANO_DELETE_KEY, since it apparently is
generated at the statusbar prompt sometimes on Linux. (DLR) generated at the statusbar prompt sometimes on Linux. (DLR)
- nano.spec.in:
- Update for the 1.3 branch of nano. (DLR)
GNU nano 1.3.0 - 2003.10.22 GNU nano 1.3.0 - 2003.10.22
- General: - General:
......
...@@ -9,7 +9,7 @@ Release : %{rel} ...@@ -9,7 +9,7 @@ Release : %{rel}
Copyright : GPL Copyright : GPL
Group : Console/Editors Group : Console/Editors
URL : http://www.nano-editor.org URL : http://www.nano-editor.org
Source : http://www.nano-editor.org/dist/v1.2/%{name}-%{ver}.tar.gz Source : http://www.nano-editor.org/dist/v1.3/%{name}-%{ver}.tar.gz
BuildRoot : /var/tmp/%{name}-buildroot BuildRoot : /var/tmp/%{name}-buildroot
Requires : ncurses Requires : ncurses
...@@ -30,7 +30,7 @@ make DESTDIR="$RPM_BUILD_ROOT" install ...@@ -30,7 +30,7 @@ make DESTDIR="$RPM_BUILD_ROOT" install
%files %files
%defattr(-,root,root) %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/faq.html doc/nanorc.sample
%{_bindir}/nano %{_bindir}/nano
%{_mandir}/*/* %{_mandir}/*/*
%{_datadir}/locale/*/LC_MESSAGES/nano.mo %{_datadir}/locale/*/LC_MESSAGES/nano.mo
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment