rebuilt in bindir and added debug package [release 4.9-2mamba;Mon Apr 17 2023]
This commit is contained in:
parent
015dc41f4e
commit
e119760136
22
sed.spec
22
sed.spec
@ -1,6 +1,6 @@
|
|||||||
Name: sed
|
Name: sed
|
||||||
Version: 4.9
|
Version: 4.9
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: The GNU stream text editor
|
Summary: The GNU stream text editor
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -18,17 +18,21 @@ BuildRequires: gettext-devel >= 0.14.0
|
|||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
Requires(post): %{__install_info}
|
Requires(post): %{__install_info}
|
||||||
Requires(preun): %{__install_info}
|
Requires(preun): %{__install_info}
|
||||||
|
Provides: /bin/sed
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The sed (Stream EDitor) editor is a stream or batch (non-interactive) editor.
|
The sed (Stream EDitor) editor is a stream or batch (non-interactive) editor.
|
||||||
Sed takes text as input, performs an operation or set of operations on the text and outputs the modified text.
|
Sed takes text as input, performs an operation or set of operations on the text and outputs the modified text.
|
||||||
The operations that sed performs (substitutions, deletions, insertions, etc.) can be specified in a script file or from the command line.
|
The operations that sed performs (substitutions, deletions, insertions, etc.) can be specified in a script file or from the command line.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --bindir=/bin
|
%configure
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -42,20 +46,24 @@ The operations that sed performs (substitutions, deletions, insertions, etc.) ca
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
%install_info %{name}.info
|
%install_info %{name}.info
|
||||||
exit 0
|
:
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%uninstall_info %{name}.info
|
%uninstall_info %{name}.info
|
||||||
exit 0
|
:
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/bin/sed
|
%{_bindir}/sed
|
||||||
%{_infodir}/sed.info*
|
%{_infodir}/sed.info*
|
||||||
%{_mandir}/man1/sed.*
|
%{_mandir}/man1/sed.*
|
||||||
%doc AUTHORS NEWS README THANKS
|
%doc AUTHORS COPYING THANKS
|
||||||
|
#NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 17 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.9-2mamba
|
||||||
|
- rebuilt in bindir and added debug package
|
||||||
|
|
||||||
* Tue Nov 08 2022 Automatic Build System <autodist@mambasoft.it> 4.9-1mamba
|
* Tue Nov 08 2022 Automatic Build System <autodist@mambasoft.it> 4.9-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
@ -114,7 +122,7 @@ exit 0
|
|||||||
* Wed Nov 05 2003 Davide Madrisan <davide.madrisan@qilinux.it> 4.0.8-1qilnx
|
* Wed Nov 05 2003 Davide Madrisan <davide.madrisan@qilinux.it> 4.0.8-1qilnx
|
||||||
- rebuilt with version 4.0.8
|
- rebuilt with version 4.0.8
|
||||||
|
|
||||||
* Mon Apr 17 2003 Silvan Calarco <silvan.calarco@qinet.it>
|
* Thu Apr 17 2003 Silvan Calarco <silvan.calarco@qinet.it>
|
||||||
- remove Prefix definition
|
- remove Prefix definition
|
||||||
- remove /usr/share/info/dir
|
- remove /usr/share/info/dir
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user