]> git.pld-linux.org Git - packages/ddd.git/blobdiff - ddd.spec
- xorgs modular deps, release 3.
[packages/ddd.git] / ddd.spec
index a4c7ebc1d88b2b314cb692bafd973c4fd7991031..2c122e283f85697d3f6045bad73b8c0604038e9e 100644 (file)
--- a/ddd.spec
+++ b/ddd.spec
@@ -3,23 +3,21 @@ Summary(ja):  GDB,DBX,Ladebug,JDB,Perl,Python
 Summary(pl):   Interfejs X do debugerów GDB, DBX i XDB
 Summary(zh_CN):        Í¼Ðλ¯µÄ³ÌÐòµ÷ÊÔÆ÷Ç°¶Ë;ÈçGDB,DBX,Ladebug,JDB,Perl,Python
 Name:          ddd
-Version:       3.3.10
-Release:       2
+Version:       3.3.11
+Release:       3
 Epoch:         1
 License:       GPL
 Group:         Development/Debuggers
 Source0:       ftp://ftp.gnu.org/gnu/ddd/%{name}-%{version}.tar.gz
-# Source0-md5: a10a3b55455cce8073cf2f8db01ba1a1
+# Source0-md5: f19437ebfdb5f2667d6de30f700dd319
 Source1:       %{name}.desktop
-Source2:       %{name}-python.desktop
-Source3:       http://art.gnome.org/images/icons/other/Debugger.png
-# Source3-md5: c046d9b0a04abdbb4a2be08a374ac2cd
+Source2:       http://art.gnome.org/images/icons/other/Debugger.png
+# Source2-md5: c046d9b0a04abdbb4a2be08a374ac2cd
 Patch0:                %{name}-ptrace.patch
 Patch1:                %{name}-info.patch
 Patch2:                %{name}-home_etc.patch
 Patch3:                %{name}-am185.patch
 URL:           http://www.gnu.org/software/ddd/
-BuildRequires: XFree86-devel
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.9
 BuildRequires: bison
@@ -29,15 +27,17 @@ BuildRequires:      libstdc++-devel
 BuildRequires: libtool
 BuildRequires: motif-devel
 BuildRequires: ncurses-devel >= 5.0
-BuildRequires: python >= 2.2
 BuildRequires: readline-devel
-#BuildRequires:        rpm-pythonprov
+BuildRequires: xorg-lib-libXmu-devel
+BuildRequires: xorg-lib-libXpm-devel
 BuildRequires: texinfo
 Requires:      gdb
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _appdefsdir     /usr/X11R6/lib/X11/app-defaults
 
+%define                specflags       -fno-strict-aliasing
+
 %description
 The Data Display Debugger (DDD) is a common graphical user interface
 for GDB, DBX, and XDB, the popular UNIX debuggers. Besides
@@ -79,19 +79,6 @@ program
 podrêcznik on-line; interaktywna pomoc; linia poleceñ GDB/DBX/XDB z
 pe³n± edycj±, histori± i wyszukiwaniem.
 
-%package python
-Summary:       X interface to the GDB, DBX and XDB debuggers - The python debugger
-Summary(pl):   Interfejs X do debugerów GDB, DBX i XDB - debugger pythona
-Group:         Development/Debuggers
-Requires:      %{name} = %{version}-%{release}
-#%pyrequires_eq        python
-
-%description python
-Data Display Debugger - python debugger.
-
-%description python -l pl
-Data Display Debugger - debugger pythona.
-
 %prep
 %setup -q
 %patch0 -p1
@@ -119,16 +106,10 @@ install -d $RPM_BUILD_ROOT{%{_appdefsdir},%{_desktopdir},%{_pixmapsdir}}
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-#install pydb/pydb.py $RPM_BUILD_ROOT%{_bindir}/pydb
-#install pydb/{pydbcmd,pydbsupt}.py $RPM_BUILD_ROOT%{py_sitedir}
-#%py_comp $RPM_BUILD_ROOT%{py_sitedir}
-#%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
-
 install ddd/Ddd $RPM_BUILD_ROOT%{_appdefsdir}
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
-#install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}
-install %{SOURCE3} $RPM_BUILD_ROOT%{_pixmapsdir}/ddd.png
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/ddd.png
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -149,9 +130,3 @@ rm -rf $RPM_BUILD_ROOT
 %{_pixmapsdir}/*.png
 %{_mandir}/man1/*
 %{_infodir}/ddd*
-
-#%files python
-#%defattr(644,root,root,755)
-#%attr(755,root,root) %{_bindir}/pydb
-#%{py_sitedir}/*.py?
-#%{_desktopdir}/ddd-python.desktop
This page took 0.080859 seconds and 4 git commands to generate.