2024-01-05 22:02:16 +01:00
|
|
|
Name: ed
|
2024-02-15 10:08:06 +01:00
|
|
|
Version: 1.20.1
|
2024-01-05 22:02:16 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 22:02:16 +01:00
|
|
|
Summary: The GNU line editor
|
|
|
|
Group: Applications/Text
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 22:02:16 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 22:02:16 +01:00
|
|
|
URL: http://www.gnu.org/software/ed/ed.html
|
|
|
|
Source: http://ftp.gnu.org/gnu/ed/ed-%{version}.tar.lz
|
|
|
|
License: GPL
|
2024-01-05 22:02:16 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 22:02:16 +01:00
|
|
|
Requires(post):%{__install_info}
|
2024-01-05 22:02:16 +01:00
|
|
|
Provides: /bin/ed
|
2024-01-05 22:02:16 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Ed is a line-oriented text editor, used to create, display, and modify text files (both interactively and via shell scripts).
|
|
|
|
For most purposes, ed has been replaced in normal usage by full-screen editors (emacs and vi, for example).
|
|
|
|
|
|
|
|
Ed was the original UNIX editor, and may be used by some programs.
|
|
|
|
In general, however, you probably don't need to install it and you probably won't use it much.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-05 22:02:16 +01:00
|
|
|
%configure
|
2024-01-05 22:02:16 +01:00
|
|
|
%make all CFLAGS="%{optflags}"
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall install-man
|
|
|
|
|
2024-01-22 10:05:10 +01:00
|
|
|
rm -f %{buildroot}%{_infodir}/dir
|
|
|
|
|
2024-01-05 22:02:16 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post
|
|
|
|
%install_info %{name}.info
|
2024-01-05 22:02:16 +01:00
|
|
|
:
|
2024-01-05 22:02:16 +01:00
|
|
|
|
|
|
|
%preun
|
|
|
|
if [ $1 = 0 ] ; then
|
|
|
|
%uninstall_info %{name}.info
|
|
|
|
fi
|
2024-01-05 22:02:16 +01:00
|
|
|
:
|
2024-01-05 22:02:16 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 22:02:16 +01:00
|
|
|
%{_bindir}/ed
|
|
|
|
%{_bindir}/red
|
2024-01-05 22:02:16 +01:00
|
|
|
%{_infodir}/ed.info.*
|
|
|
|
%{_mandir}/man1/ed.*
|
|
|
|
%{_mandir}/man1/red.*
|
2024-01-05 22:02:16 +01:00
|
|
|
%doc COPYING
|
|
|
|
#ChangeLog NEWS README
|
2024-01-05 22:02:16 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-02-15 10:08:06 +01:00
|
|
|
* Thu Feb 15 2024 Automatic Build System <autodist@openmamba.org> 1.20.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-22 10:05:10 +01:00
|
|
|
* Sun Jan 21 2024 Automatic Build System <autodist@openmamba.org> 1.20-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:02:16 +01:00
|
|
|
* Fri Jan 13 2023 Automatic Build System <autodist@mambasoft.it> 1.19-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:02:16 +01:00
|
|
|
* Fri Feb 11 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.18-2mamba
|
|
|
|
- provide /bin/ed for lsb compliance
|
|
|
|
|
2024-01-05 22:02:16 +01:00
|
|
|
* Mon Feb 07 2022 Automatic Build System <autodist@mambasoft.it> 1.18-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:02:16 +01:00
|
|
|
* Sun Jan 24 2021 Automatic Build System <autodist@mambasoft.it> 1.17-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:02:16 +01:00
|
|
|
* Mon Mar 02 2020 Automatic Build System <autodist@mambasoft.it> 1.16-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:02:16 +01:00
|
|
|
* Sun Feb 24 2019 Automatic Build System <autodist@mambasoft.it> 1.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:02:16 +01:00
|
|
|
* Fri Jul 14 2017 Automatic Build System <autodist@mambasoft.it> 1.14.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:02:16 +01:00
|
|
|
* Sun Jan 22 2017 Automatic Build System <autodist@mambasoft.it> 1.14.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:02:16 +01:00
|
|
|
* Tue Feb 23 2016 Automatic Build System <autodist@mambasoft.it> 1.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:02:16 +01:00
|
|
|
* Fri Aug 14 2015 Automatic Build System <autodist@mambasoft.it> 1.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:02:16 +01:00
|
|
|
* Thu Apr 09 2015 Automatic Build System <autodist@mambasoft.it> 1.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:02:16 +01:00
|
|
|
* Sun Feb 23 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10-1mamba
|
|
|
|
- update to 1.10
|
|
|
|
|
|
|
|
* Wed Jun 26 2013 Automatic Build System <autodist@mambasoft.it> 1.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri May 03 2013 Automatic Build System <autodist@mambasoft.it> 1.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Nov 24 2012 Automatic Build System <autodist@mambasoft.it> 1.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Jan 07 2012 Automatic Build System <autodist@mambasoft.it> 1.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Sep 04 2010 Automatic Build System <autodist@mambasoft.it> 1.5-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Jul 16 2009 Automatic Build System <autodist@mambasoft.it> 1.4-1mamba
|
|
|
|
- update to 1.4
|
|
|
|
|
|
|
|
* Mon Dec 08 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-1mamba
|
|
|
|
- update to 1.1
|
|
|
|
|
2024-01-05 22:02:16 +01:00
|
|
|
* Thu Aug 30 2007 Aleph0 <aleph0@openmamba.org> 0.9-1mamba
|
2024-01-05 22:02:16 +01:00
|
|
|
- update to 0.9
|
|
|
|
|
|
|
|
* Mon Jul 02 2007 Aleph0 <aleph0@openmamba.org> 0.6-1mamba
|
|
|
|
- update to 0.6
|
|
|
|
- build with the CFLAGS used in openmamba
|
|
|
|
|
|
|
|
* Mon Jun 04 2007 Aleph0 <aleph0@openmamba.org> 0.5-1mamba
|
|
|
|
- update to 0.5
|
|
|
|
|
|
|
|
* Mon Oct 03 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.2-4qilnx
|
|
|
|
- install/uninstall info pages
|
|
|
|
|
|
|
|
* Mon Nov 10 2003 Mirko Cortillaro <mirko.cortillaro@qinet.it> 0.2-3qilnx
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu Oct 16 2003 Davide Madrisan <davide.madrisan@qilinux.it> 0.2-2qilnx
|
|
|
|
- various specfile improvements and fixes
|
|
|
|
|
|
|
|
* Mon Apr 14 2003 Mirko Cortillaro <mirko.cortillaro@qinet.it>
|
|
|
|
- modified file list and created infodir
|
|
|
|
|
|
|
|
* Mon Apr 07 2003 Mirko Cortillaro <mirko.cortillaro@qinet.it>
|
|
|
|
- write a spec file for ed
|