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
|
||||
Version: 4.9
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: The GNU stream text editor
|
||||
Group: Applications/Text
|
||||
Vendor: openmamba
|
||||
@ -18,17 +18,21 @@ BuildRequires: gettext-devel >= 0.14.0
|
||||
BuildRequires: bison
|
||||
Requires(post): %{__install_info}
|
||||
Requires(preun): %{__install_info}
|
||||
Provides: /bin/sed
|
||||
|
||||
%description
|
||||
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.
|
||||
The operations that sed performs (substitutions, deletions, insertions, etc.) can be specified in a script file or from the command line.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --bindir=/bin
|
||||
%configure
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -42,20 +46,24 @@ The operations that sed performs (substitutions, deletions, insertions, etc.) ca
|
||||
|
||||
%post
|
||||
%install_info %{name}.info
|
||||
exit 0
|
||||
:
|
||||
|
||||
%preun
|
||||
%uninstall_info %{name}.info
|
||||
exit 0
|
||||
:
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
/bin/sed
|
||||
%{_bindir}/sed
|
||||
%{_infodir}/sed.info*
|
||||
%{_mandir}/man1/sed.*
|
||||
%doc AUTHORS NEWS README THANKS
|
||||
%doc AUTHORS COPYING THANKS
|
||||
#NEWS README
|
||||
|
||||
%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
|
||||
- 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
|
||||
- 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 /usr/share/info/dir
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user