automatic version update by autodist [release 3.4.0-1mamba;Fri Sep 01 2023]
This commit is contained in:
parent
8c37f51e78
commit
bb2860454e
35
ddd.spec
35
ddd.spec
@ -1,6 +1,6 @@
|
||||
Name: ddd
|
||||
Version: 3.3.12
|
||||
Release: 2mamba
|
||||
Version: 3.4.0
|
||||
Release: 1mamba
|
||||
Summary: A graphical front-end for command-line debuggers
|
||||
Group: Graphical Desktop/Applications/Development
|
||||
Vendor: openmamba
|
||||
@ -11,16 +11,40 @@ Source: http://ftp.gnu.org/gnu/ddd/ddd-%{version}.tar.gz
|
||||
Source1: ddd.desktop
|
||||
Patch0: ddd-3.3.12-gcc-4.4.patch
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXaw-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXmu-devel
|
||||
BuildRequires: libXp-devel
|
||||
BuildRequires: libXpm-devel
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: libbrotli-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libelf-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: liblesstif-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires(post):%{__install_info}
|
||||
|
||||
%description
|
||||
GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, the bash debugger, or the Python debugger.
|
||||
Besides ``usual'' front-end features such as viewing source texts, DDD has become famous through its interactive graphical data display, where data structures are displayed as graphs.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
#%patch 0 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -61,6 +85,9 @@ rm -f %{buildroot}%{_datadir}/%{name}-%{version}/COPYING \
|
||||
#NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Fri Sep 01 2023 Automatic Build System <autodist@mambasoft.it> 3.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 11 2013 Automatic Build System <autodist@mambasoft.it> 3.3.12-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user