80 lines
2.1 KiB
RPMSpec
80 lines
2.1 KiB
RPMSpec
|
%define majversion %(echo %version | cut -d. -f 1-2)
|
||
|
|
||
|
Name: nano
|
||
|
Version: 2.3.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: http://www.nano-editor.org
|
||
|
Source: http://www.nano-editor.org/dist/v%{majversion}/%{name}-%{version}.tar.gz
|
||
|
License: GPL
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
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
|
||
|
|
||
|
%{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
|
||
|
|
||
|
|
||
|
%doc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO
|
||
|
|
||
|
%changelog
|
||
|
* 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
|