automatic version update by autodist [release 1.18-1mamba;Mon Feb 07 2022]
This commit is contained in:
parent
09ba5e17f2
commit
429da59a53
BIN
ed-1.17.tar.lz
BIN
ed-1.17.tar.lz
Binary file not shown.
BIN
ed-1.18.tar.lz
Normal file
BIN
ed-1.18.tar.lz
Normal file
Binary file not shown.
27
ed.spec
27
ed.spec
@ -1,17 +1,19 @@
|
|||||||
Name: ed
|
Name: ed
|
||||||
Version: 1.17
|
Version: 1.18
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The GNU line editor
|
Summary: The GNU line editor
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnu.org/software/ed/ed.html
|
URL: http://www.gnu.org/software/ed/ed.html
|
||||||
Source: http://ftp.gnu.org/gnu/ed/ed-%{version}.tar.lz
|
Source: http://ftp.gnu.org/gnu/ed/ed-%{version}.tar.lz
|
||||||
Patch: %{name}-0.5-makefile_lns.patch
|
Patch: %{name}-0.5-makefile_lns.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Ed is a line-oriented text editor, used to create, display, and modify text files (both interactively and via shell scripts).
|
Ed is a line-oriented text editor, used to create, display, and modify text files (both interactively and via shell scripts).
|
||||||
@ -25,8 +27,7 @@ In general, however, you probably don't need to install it and you probably won'
|
|||||||
#%patch -p1
|
#%patch -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# LHS 2.2 requires ed to be in /bin
|
%configure
|
||||||
%configure --bindir=/bin CC=%{_host}-gcc
|
|
||||||
%make all CFLAGS="%{optflags}"
|
%make all CFLAGS="%{optflags}"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -40,7 +41,7 @@ In general, however, you probably don't need to install it and you probably won'
|
|||||||
%install_info %{name}.info
|
%install_info %{name}.info
|
||||||
#%{__install_info} %{_infodir}/ed.info.gz \
|
#%{__install_info} %{_infodir}/ed.info.gz \
|
||||||
# %{_infodir}/dir --entry="* ed: (ed). The GNU Line Editor."
|
# %{_infodir}/dir --entry="* ed: (ed). The GNU Line Editor."
|
||||||
exit 0
|
:
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ $1 = 0 ] ; then
|
if [ $1 = 0 ] ; then
|
||||||
@ -48,18 +49,22 @@ if [ $1 = 0 ] ; then
|
|||||||
# %{__install_info} --delete %{_infodir}/ed.info.gz \
|
# %{__install_info} --delete %{_infodir}/ed.info.gz \
|
||||||
# %{_infodir}/dir --entry="* ed: (ed). The GNU Line Editor."
|
# %{_infodir}/dir --entry="* ed: (ed). The GNU Line Editor."
|
||||||
fi
|
fi
|
||||||
exit 0
|
:
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/bin/ed
|
%{_bindir}/ed
|
||||||
/bin/red
|
%{_bindir}/red
|
||||||
%{_infodir}/ed.info.*
|
%{_infodir}/ed.info.*
|
||||||
%{_mandir}/man1/ed.*
|
%{_mandir}/man1/ed.*
|
||||||
%{_mandir}/man1/red.*
|
%{_mandir}/man1/red.*
|
||||||
%doc COPYING ChangeLog TODO NEWS README
|
%doc COPYING
|
||||||
|
#ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 07 2022 Automatic Build System <autodist@mambasoft.it> 1.18-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Jan 24 2021 Automatic Build System <autodist@mambasoft.it> 1.17-1mamba
|
* Sun Jan 24 2021 Automatic Build System <autodist@mambasoft.it> 1.17-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
@ -108,7 +113,7 @@ exit 0
|
|||||||
* Mon Dec 08 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-1mamba
|
* Mon Dec 08 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-1mamba
|
||||||
- update to 1.1
|
- update to 1.1
|
||||||
|
|
||||||
* Mon Aug 30 2007 Aleph0 <aleph0@openmamba.org> 0.9-1mamba
|
* Thu Aug 30 2007 Aleph0 <aleph0@openmamba.org> 0.9-1mamba
|
||||||
- update to 0.9
|
- update to 0.9
|
||||||
|
|
||||||
* Mon Jul 02 2007 Aleph0 <aleph0@openmamba.org> 0.6-1mamba
|
* Mon Jul 02 2007 Aleph0 <aleph0@openmamba.org> 0.6-1mamba
|
||||||
|
Loading…
Reference in New Issue
Block a user