Tom Stellard 2020-07-13 23:04:58 +00:00 committed by Kamil Dudka
parent cf1ce689f1
commit 0e13251eb6

View File

@ -1,7 +1,7 @@
Summary: A small text editor Summary: A small text editor
Name: nano Name: nano
Version: 4.9.3 Version: 4.9.3
Release: 2%{?dist} Release: 3%{?dist}
License: GPLv3+ License: GPLv3+
URL: https://www.nano-editor.org URL: https://www.nano-editor.org
Source: https://www.nano-editor.org/dist/latest/%{name}-%{version}.tar.xz Source: https://www.nano-editor.org/dist/latest/%{name}-%{version}.tar.xz
@ -42,7 +42,7 @@ mkdir build
cd build cd build
%global _configure ../configure %global _configure ../configure
%configure %configure
make %{?_smp_mflags} %make_build
# generate default /etc/nanorc # generate default /etc/nanorc
# - disable line wrapping by default # - disable line wrapping by default
@ -90,6 +90,10 @@ install -Dpm 0644 %{SOURCE13} %{buildroot}%{_datadir}/fish/vendor_conf.d/%{basen
%changelog %changelog
* Thu Jul 23 2020 Tom Stellard <tstellar@redhat.com> - 4.9.3-3
- Use make macros
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
* Thu Jul 16 2020 Neal Gompa <ngompa13@gmail.com> - 4.9.3-2 * Thu Jul 16 2020 Neal Gompa <ngompa13@gmail.com> - 4.9.3-2
- Add default-editor subpackage (#1854444) - Add default-editor subpackage (#1854444)