summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-08-01 02:20:40 -0500
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-08-01 02:20:40 -0500
commitebec1841bdfbd74ddff990563a9063911980eb2a (patch)
treed4278727427435d7a610441baeb0d757452ee264
parentf93705d192b34fb7428f2a5b19d510e487916b99 (diff)
downloadcygwin-gdb-ebec1841bdfbd74ddff990563a9063911980eb2a.tar.gz
cygwin-gdb-ebec1841bdfbd74ddff990563a9063911980eb2a.tar.xz
cygwin-gdb-ebec1841bdfbd74ddff990563a9063911980eb2a.zip
cygwin-gdb 7.3.50.20110801-1
-rw-r--r--cygwin-gdb.spec15
-rw-r--r--sources2
2 files changed, 11 insertions, 6 deletions
diff --git a/cygwin-gdb.spec b/cygwin-gdb.spec
index d969024..0624ff1 100644
--- a/cygwin-gdb.spec
+++ b/cygwin-gdb.spec
@@ -1,14 +1,15 @@
Name: cygwin-gdb
-Version: 7.2
-Release: 2%{?dist}
+Version: 7.3.50.20110801
+Release: 1%{?dist}
Summary: Cygwin GNU debugger
License: GPLv3+
Group: Development/Utilities
URL: http://www.gnu.org/software/gdb/
-Source0: http://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0: ftp://sourceware.org/pub/gdb/snapshots/current/gdb-%{version}.tar.bz2
+
BuildRequires: expat-devel
BuildRequires: ncurses-devel
BuildRequires: zlib-devel
@@ -44,7 +45,8 @@ CFLAGS="$RPM_OPT_FLAGS" \
--with-sysroot=%{_cygwin_sysroot} \
--prefix=%{_prefix} --bindir=%{_bindir} \
--includedir=%{_includedir} --libdir=%{_libdir} \
- --mandir=%{_mandir} --infodir=%{_infodir}
+ --mandir=%{_mandir} --infodir=%{_infodir} \
+ --with-gdb-datadir=%{_datadir}/gdb/%{_cygwin_target}
make all
@@ -59,7 +61,6 @@ make DESTDIR=$RPM_BUILD_ROOT install
rm -f $RPM_BUILD_ROOT%{_libdir}/libiberty.a
# These files conflict with ordinary gdb.
-rm -rf $RPM_BUILD_ROOT%{_datadir}/gdb/syscalls
rm -rf $RPM_BUILD_ROOT%{_infodir}
@@ -71,10 +72,14 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc COPYING3 COPYING3.LIB COPYING COPYING.LIB README
%{_bindir}/i686-pc-cygwin-*
+%{_datadir}/gdb/i686-pc-cygwin/
%{_mandir}/man1/i686-pc-cygwin-*
%changelog
+* Sun Jul 31 2011 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 7.3.50.20110801-1
+- Version bump to match Cygwin distro.
+
* Mon Jul 04 2011 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 7.2-2
- Rebuilt for http://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
diff --git a/sources b/sources
index 6c2d734..dde45d0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64260e6c56979ee750a01055f16091a5 gdb-7.2.tar.bz2
+84f9e1a341875f13bddd9feac7c075d1 gdb-7.3.50.20110801.tar.bz2