292 lines
10 KiB
RPMSpec
292 lines
10 KiB
RPMSpec
%define majversion %(echo %version | cut -d. -f 1-2)
|
|
%define MAJversion %(echo %version | cut -d. -f 1)
|
|
|
|
Name: nano
|
|
Version: 8.2
|
|
Release: 1mamba
|
|
Summary: GNU nano is a small and friendly text editor
|
|
Group: Applications/Text
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
|
URL: https://www.nano-editor.org
|
|
Source: http://www.nano-editor.org/dist/v%{MAJversion}/%{name}-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libmagic-devel
|
|
BuildRequires: libncurses-devel
|
|
BuildRequires: libz-devel
|
|
## AUTOBUILDREQ-END
|
|
Requires(post):%{__install_info}
|
|
|
|
%description
|
|
GNU nano is a small and friendly text editor.
|
|
Besides basic text editing, nano offers many extra features like an interactive search and replace, goto line number, auto-indentation, feature toggles, internationalization support, and filename tab completion.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
rm -f %{buildroot}%{_infodir}/dir
|
|
|
|
%{find_lang} %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post
|
|
%install_info %{name}.info
|
|
|
|
%preun
|
|
%uninstall_info %{name}.info
|
|
exit 0
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/nano
|
|
%{_bindir}/rnano
|
|
%dir %{_datadir}/nano
|
|
%{_datadir}/nano/*
|
|
%{_infodir}/nano.info.*
|
|
%{_mandir}/man?/nano*.*
|
|
%{_mandir}/man?/rnano*.*
|
|
#%{_mandir}/fr/man?/*.gz
|
|
%dir %{_docdir}/nano
|
|
%{_docdir}/nano/*
|
|
%doc AUTHORS COPYING THANKS
|
|
|
|
%changelog
|
|
* Thu Sep 05 2024 Automatic Build System <autodist@openmamba.org> 8.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jul 16 2024 Automatic Build System <autodist@openmamba.org> 8.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat May 04 2024 Automatic Build System <autodist@openmamba.org> 8.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jan 19 2023 Automatic Build System <autodist@mambasoft.it> 7.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Dec 17 2022 Automatic Build System <autodist@mambasoft.it> 7.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Nov 15 2022 Automatic Build System <autodist@mambasoft.it> 7.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 03 2022 Automatic Build System <autodist@mambasoft.it> 6.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Apr 29 2022 Automatic Build System <autodist@mambasoft.it> 6.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Feb 18 2022 Automatic Build System <autodist@mambasoft.it> 6.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 10 2022 Automatic Build System <autodist@mambasoft.it> 6.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 16 2021 Automatic Build System <autodist@mambasoft.it> 6.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 08 2021 Automatic Build System <autodist@mambasoft.it> 5.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jun 15 2021 Automatic Build System <autodist@mambasoft.it> 5.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Apr 30 2021 Automatic Build System <autodist@mambasoft.it> 5.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 03 2021 Automatic Build System <autodist@mambasoft.it> 5.6.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 5.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jan 15 2021 Automatic Build System <autodist@mambasoft.it> 5.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Dec 02 2020 Automatic Build System <autodist@mambasoft.it> 5.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 07 2020 Automatic Build System <autodist@mambasoft.it> 5.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Aug 24 2020 Automatic Build System <autodist@mambasoft.it> 5.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 12 2020 Automatic Build System <autodist@mambasoft.it> 5.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jul 30 2020 Automatic Build System <autodist@mambasoft.it> 5.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun May 24 2020 Automatic Build System <autodist@mambasoft.it> 4.9.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Apr 07 2020 Automatic Build System <autodist@mambasoft.it> 4.9.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 01 2020 Automatic Build System <autodist@mambasoft.it> 4.9.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 24 2020 Automatic Build System <autodist@mambasoft.it> 4.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 23 2020 Automatic Build System <autodist@mambasoft.it> 4.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Dec 23 2019 Automatic Build System <autodist@mambasoft.it> 4.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Nov 29 2019 Automatic Build System <autodist@mambasoft.it> 4.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 06 2019 Automatic Build System <autodist@mambasoft.it> 4.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 29 2019 Automatic Build System <autodist@mambasoft.it> 4.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jul 21 2019 Automatic Build System <autodist@mambasoft.it> 4.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 24 2019 Automatic Build System <autodist@mambasoft.it> 4.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 15 2019 Automatic Build System <autodist@mambasoft.it> 4.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Mar 25 2019 Automatic Build System <autodist@mambasoft.it> 4.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jan 28 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2-1mamba
|
|
- update to 3.2
|
|
|
|
* Sat Jun 02 2018 Automatic Build System <autodist@mambasoft.it> 2.9.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue May 15 2018 Automatic Build System <autodist@mambasoft.it> 2.9.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Apr 27 2018 Automatic Build System <autodist@mambasoft.it> 2.9.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 29 2018 Automatic Build System <autodist@mambasoft.it> 2.9.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 09 2018 Automatic Build System <autodist@mambasoft.it> 2.9.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jan 29 2018 Automatic Build System <autodist@mambasoft.it> 2.9.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jan 03 2018 Automatic Build System <autodist@mambasoft.it> 2.9.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 31 2017 Automatic Build System <autodist@mambasoft.it> 2.8.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Aug 07 2017 Automatic Build System <autodist@mambasoft.it> 2.8.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Apr 13 2017 Automatic Build System <autodist@mambasoft.it> 2.8.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 05 2017 Automatic Build System <autodist@mambasoft.it> 2.8.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 03 2017 Automatic Build System <autodist@mambasoft.it> 2.7.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|
|
- automatic version update by autodist
|
|
|
|
* Sat Dec 17 2016 Automatic Build System <autodist@mambasoft.it> 2.7.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Oct 29 2016 Automatic Build System <autodist@mambasoft.it> 2.7.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Sep 02 2016 Automatic Build System <autodist@mambasoft.it> 2.7.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 10 2016 Automatic Build System <autodist@mambasoft.it> 2.6.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jul 28 2016 Automatic Build System <autodist@mambasoft.it> 2.6.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jun 27 2016 Automatic Build System <autodist@mambasoft.it> 2.6.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 22 2016 Automatic Build System <autodist@mambasoft.it> 2.6.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 29 2016 Automatic Build System <autodist@mambasoft.it> 2.5.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 14 2016 Automatic Build System <autodist@mambasoft.it> 2.5.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jan 14 2016 Automatic Build System <autodist@mambasoft.it> 2.5.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Dec 12 2015 Automatic Build System <autodist@mambasoft.it> 2.5.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 18 2015 Automatic Build System <autodist@mambasoft.it> 2.4.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jul 05 2015 Automatic Build System <autodist@mambasoft.it> 2.4.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Apr 19 2015 Automatic Build System <autodist@mambasoft.it> 2.4.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 27 2015 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Aug 25 2014 Automatic Build System <autodist@mambasoft.it> 2.3.6-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Jul 13 2014 Automatic Build System <autodist@mambasoft.it> 2.3.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Jun 04 2014 Automatic Build System <autodist@mambasoft.it> 2.3.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Mar 26 2013 Automatic Build System <autodist@mambasoft.it> 2.3.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jul 21 2011 Automatic Build System <autodist@mambasoft.it> 2.2.6-1mamba
|
|
- update to 2.2.6
|
|
|
|
* Wed Nov 19 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.9-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Jan 04 2008 Tiziana Ferro <tiziana.ferro@email.it> 2.0.7-1mamba
|
|
- update to 2.0.7
|
|
|
|
* Tue Oct 04 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.5-1qilnx
|
|
- update to version 1.2.5 by autospec
|
|
- install/uninstall info pages
|
|
|
|
* Thu Feb 24 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.4-2qilnx
|
|
- fixed specfile Group entry
|
|
|
|
* Fri Dec 31 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.4-1qilnx
|
|
- package created by autospec
|