Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > beeaff7e1970e004c42cf55e1bb937c6 > files > 2

bashdb-4.3.0.9-7.mga6.src.rpm

%define bashver 4.3
%define nextbashver 4.4
%define oversion 4.3-0.9

Name:           bashdb
Summary:        BASH debugger, the BASH symbolic debugger
Group:          Development/Other
Version:        %(echo %{oversion} | tr - .)
Release:        %mkrel 7
License:        GPLv2+
Url:            http://bashdb.sourceforge.net/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{oversion}.tar.bz2
BuildArch:	noarch
BuildRequires:  bash >= %{bashver}
BuildRequires:	bash < %{nextbashver}
Requires:       bash >= %{bashver}
Requires:	bash < %{nextbashver}
Requires(post): info-install
Requires(preun): info-install

%description
The Bash Debugger Project is a source-code debugger for bash,
which follows the gdb command syntax.
The purpose of the BASH debugger is to check
what is going on inside a bash script, while it executes:
    * Start a script, specifying conditions that might affect its behavior.
    * Stop a script at certain conditions (break points).
    * Examine the state of a script.
    * Experiment, by changing variable values on the fly.
The 4.0 series is a complete rewrite of the previous series.
Bashdb can be used with ddd: ddd --debugger %{_bindir}/%{name} <script-name>.

%prep
%setup -q -n %{name}-%{oversion}

%build
%configure2_5x --build=%{_build}
%make

%install
%makeinstall_std

%post
%_install_info %{name}.info

%preun
%_remove_install_info %{name}.info

%files
%doc doc/*.html AUTHORS ChangeLog NEWS README THANKS
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_mandir}/man1/%{name}.1*
%{_infodir}/%{name}.info.*


%changelog
* Wed Oct 19 2016 tv <tv> 4.3.0.9-7.mga6
+ Revision: 1062250
- switch from %%old_configure to %%configure2_5x --build=%%{_build}

* Fri Feb 19 2016 umeabot <umeabot> 4.3.0.9-6.mga6
+ Revision: 969850
- Mageia 6 Mass Rebuild

* Thu Sep 17 2015 tv <tv> 4.3.0.9-5.mga6
+ Revision: 880191
- make it buildarch thus really fixing empty debuginfo

* Wed Sep 09 2015 neoclust <neoclust> 4.3.0.9-3.mga6
+ Revision: 874935
- Fix build with new rpm ( empty debuginfo)

* Wed Oct 15 2014 umeabot <umeabot> 4.3.0.9-2.mga5
+ Revision: 747015
- Second Mageia 5 Mass Rebuild

* Wed Sep 17 2014 fwang <fwang> 4.3.0.9-1.mga5
+ Revision: 691735
- 4.3-0.9 to work with bash 4.3

  + umeabot <umeabot>
    - Mageia 5 Mass Rebuild

* Sat Oct 19 2013 umeabot <umeabot> 4.2.0.8-2.mga4
+ Revision: 528800
- Mageia 4 Mass Rebuild

* Wed Jun 26 2013 djennings <djennings> 4.2.0.8-1.mga4
+ Revision: 447317
- Initial import into Mageia