]> git.pld-linux.org Git - packages/ddd.git/commitdiff
- updated to 3.3.8 (URL back to ftp.gnu.org), removed obsolete DESTDIR patch
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 18 Nov 2003 21:57:00 +0000 (21:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ddd-DESTDIR.patch -> 1.3
    ddd.spec -> 1.77

ddd-DESTDIR.patch [deleted file]
ddd.spec

diff --git a/ddd-DESTDIR.patch b/ddd-DESTDIR.patch
deleted file mode 100644 (file)
index 0ddf643..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -Nur ddd-3.2.98.orig/libiberty/Makefile.in ddd-3.2.98/libiberty/Makefile.in
---- ddd-3.2.98.orig/libiberty/Makefile.in      Mon May 29 16:54:03 2000
-+++ ddd-3.2.98/libiberty/Makefile.in   Tue Jan 23 01:53:29 2001
-@@ -152,15 +152,15 @@
- install: install_to_$(INSTALL_DEST) install-subdir
- install_to_libdir: all
--      $(INSTALL_DATA) $(TARGETLIB) $(libdir)$(MULTISUBDIR)/$(TARGETLIB)n
--      ( cd $(libdir)$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
--      mv -f $(libdir)$(MULTISUBDIR)/$(TARGETLIB)n $(libdir)$(MULTISUBDIR)/$(TARGETLIB)
-+      $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n
-+      ( cd $(DESTDIR)$(libdir)$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
-+      mv -f $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)
-       @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
- install_to_tooldir: all
--      $(INSTALL_DATA) $(TARGETLIB) $(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)n
--      ( cd $(tooldir)/lib$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
--      mv -f $(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)n $(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)
-+      $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)n
-+      ( cd $(DESTDIR)$(tooldir)/lib$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
-+      mv -f $(DESTDIR)$(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)n $(DESTDIR)$(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)
-       @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
- # needed-list is used by libstdc++.  NEEDED is the list of functions
index f10bf0713d78a2e7ca955a72958c1da9da13fa52..593769fad24eb51e949d71ae2d5d9e68769bde7b 100644 (file)
--- a/ddd.spec
+++ b/ddd.spec
@@ -4,27 +4,25 @@ 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.7
-Release:       2
+Version:       3.3.8
+Release:       1
 License:       GPL
 Group:         Development/Debuggers
-# Temporarily switched to alternate source. FSF lost their checksums;>
-#Source0:      ftp://ftp.gnu.org/gnu/ddd/%{name}-%{version}.tar.gz
-Source0:       http://fresh.t-systems-sfr.com/unix/src/misc/%{name}-%{version}.tar.gz
-# Source0-md5: 0b1be54fe5198bb20a5f5250975bd665
+Source0:       ftp://ftp.gnu.org/gnu/ddd/%{name}-%{version}.tar.gz
+# Source0-md5: 60c5bfbfe1564926edda629ffcf01e52
 Source1:       %{name}.desktop
 Source2:       %{name}-python.desktop
 Source3:       http://art.gnome.org/images/icons/other/Debugger.png
 # Source3-md5: c046d9b0a04abdbb4a2be08a374ac2cd
-Patch0:                %{name}-DESTDIR.patch
-Patch1:                %{name}-ptrace.patch
-Patch2:                %{name}-info.patch
-Patch3:                %{name}-home_etc.patch
+Patch0:                %{name}-ptrace.patch
+Patch1:                %{name}-info.patch
+Patch2:                %{name}-home_etc.patch
 URL:           http://www.gnu.org/software/ddd/
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bison
+BuildRequires: elfutils-devel
 BuildRequires: flex
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
@@ -96,7 +94,6 @@ Data Display Debugger - debugger pythona.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 %{__libtoolize}
This page took 0.095165 seconds and 4 git commands to generate.