From e119760136828dc745cd198ab78da59fc9b13cd1 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:44:19 +0100 Subject: [PATCH] rebuilt in bindir and added debug package [release 4.9-2mamba;Mon Apr 17 2023] --- sed.spec | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/sed.spec b/sed.spec index 2a5e8e0..fd50865 100644 --- a/sed.spec +++ b/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 4.9-2mamba +- rebuilt in bindir and added debug package + * Tue Nov 08 2022 Automatic Build System 4.9-1mamba - automatic version update by autodist @@ -114,7 +122,7 @@ exit 0 * Wed Nov 05 2003 Davide Madrisan 4.0.8-1qilnx - rebuilt with version 4.0.8 -* Mon Apr 17 2003 Silvan Calarco +* Thu Apr 17 2003 Silvan Calarco - remove Prefix definition - remove /usr/share/info/dir