automatic version update by autodist [release 2.7.4-1mamba;Tue Jan 24 2017]
This commit is contained in:
parent
43dd276fc2
commit
63658617a8
13
nano.spec
13
nano.spec
@ -1,7 +1,7 @@
|
|||||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: nano
|
Name: nano
|
||||||
Version: 2.7.3
|
Version: 2.7.4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: GNU nano is a small and friendly text editor
|
Summary: GNU nano is a small and friendly text editor
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
@ -11,6 +11,12 @@ Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
|||||||
URL: http://www.nano-editor.org
|
URL: http://www.nano-editor.org
|
||||||
Source: http://www.nano-editor.org/dist/v%{majversion}/%{name}-%{version}.tar.gz
|
Source: http://www.nano-editor.org/dist/v%{majversion}/%{name}-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libmagic-devel
|
||||||
|
BuildRequires: libncurses-devel
|
||||||
|
BuildRequires: libz-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
|
|
||||||
@ -50,12 +56,15 @@ exit 0
|
|||||||
%{_infodir}/nano.info.*
|
%{_infodir}/nano.info.*
|
||||||
%{_mandir}/man?/nano*.*
|
%{_mandir}/man?/nano*.*
|
||||||
%{_mandir}/man?/rnano*.*
|
%{_mandir}/man?/rnano*.*
|
||||||
%{_mandir}/fr/man?/*.gz
|
#%{_mandir}/fr/man?/*.gz
|
||||||
%dir %{_docdir}/nano
|
%dir %{_docdir}/nano
|
||||||
%{_docdir}/nano/*
|
%{_docdir}/nano/*
|
||||||
%doc AUTHORS COPYING THANKS
|
%doc AUTHORS COPYING THANKS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 24 2017 Automatic Build System <autodist@mambasoft.it> 2.7.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Jan 01 2017 Automatic Build System <autodist@mambasoft.it> 2.7.3-1mamba
|
* Sun Jan 01 2017 Automatic Build System <autodist@mambasoft.it> 2.7.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user