tweaks: use spaces when aligning things, not tabs
Also, remove a reference to the French man page that no longer exists.master
parent
6c6a3f6bd3
commit
fcbe5aedbd
31
nano.spec.in
31
nano.spec.in
|
@ -1,21 +1,21 @@
|
||||||
%define name @PACKAGE@
|
%define name @PACKAGE@
|
||||||
%define version @VERSION@
|
%define version @VERSION@
|
||||||
%define release 1
|
%define release 1
|
||||||
|
|
||||||
Name : %{name}
|
Name : %{name}
|
||||||
Version : %{version}
|
Version : %{version}
|
||||||
Release : %{release}
|
Release : %{release}
|
||||||
Summary : a user-friendly editor, a Pico clone with enhancements
|
Summary : a user-friendly editor, a Pico clone with enhancements
|
||||||
|
|
||||||
License : GPLv3+
|
License : GPLv3+
|
||||||
Group : Applications/Editors
|
Group : Applications/Editors
|
||||||
URL : https://nano-editor.org/
|
URL : https://nano-editor.org/
|
||||||
Source : https://nano-editor.org/dist/latest/%{name}-%{version}.tar.gz
|
Source : https://nano-editor.org/dist/latest/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRoot : %{_tmppath}/%{name}-%{version}-root
|
BuildRoot : %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires : autoconf, automake, gettext-devel, ncurses-devel, texinfo
|
BuildRequires : autoconf, automake, gettext-devel, ncurses-devel, texinfo
|
||||||
Requires(post) : info
|
Requires(post) : info
|
||||||
Requires(preun) : info
|
Requires(preun) : info
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNU nano is a small and friendly text editor. It aims to emulate the
|
GNU nano is a small and friendly text editor. It aims to emulate the
|
||||||
|
@ -47,7 +47,6 @@ fi
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_docdir}/nano/*
|
%{_docdir}/nano/*
|
||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
%{_mandir}/fr/man*/*
|
|
||||||
%{_infodir}/nano.info*
|
%{_infodir}/nano.info*
|
||||||
%{_datadir}/locale/*/LC_MESSAGES/nano.mo
|
%{_datadir}/locale/*/LC_MESSAGES/nano.mo
|
||||||
%{_datadir}/nano/*
|
%{_datadir}/nano/*
|
||||||
|
|
Loading…
Reference in New Issue