drop BuildRoot and Group tags, which are no longer necessary
This commit is contained in:
parent
2e5a11acf0
commit
11d1b19f78
@ -3,7 +3,6 @@ Name: nano
|
|||||||
Version: 2.6.2
|
Version: 2.6.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Editors
|
|
||||||
URL: http://www.nano-editor.org
|
URL: http://www.nano-editor.org
|
||||||
Source: http://www.nano-editor.org/dist/v2.6/%{name}-%{version}.tar.gz
|
Source: http://www.nano-editor.org/dist/v2.6/%{name}-%{version}.tar.gz
|
||||||
Source2: nanorc
|
Source2: nanorc
|
||||||
@ -13,7 +12,6 @@ Patch1: 0001-fix-compile-time-warnings-in-nano-2.3.3.patch
|
|||||||
# http://lists.gnu.org/archive/html/nano-devel/2010-08/msg00005.html
|
# http://lists.gnu.org/archive/html/nano-devel/2010-08/msg00005.html
|
||||||
Patch2: 0002-use-futimens-if-available-instead-of-utime.patch
|
Patch2: 0002-use-futimens-if-available-instead-of-utime.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
BuildRequires: file-devel
|
BuildRequires: file-devel
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: groff
|
BuildRequires: groff
|
||||||
@ -94,6 +92,7 @@ exit 0
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jul 28 2016 Kamil Dudka <kdudka@redhat.com> - 2.6.2-1
|
* Thu Jul 28 2016 Kamil Dudka <kdudka@redhat.com> - 2.6.2-1
|
||||||
|
- drop BuildRoot and Group tags, which are no longer necessary
|
||||||
- new upstream release
|
- new upstream release
|
||||||
|
|
||||||
* Mon Jun 27 2016 Kamil Dudka <kdudka@redhat.com> - 2.6.1-1
|
* Mon Jun 27 2016 Kamil Dudka <kdudka@redhat.com> - 2.6.1-1
|
||||||
|
Loading…
Reference in New Issue
Block a user