From 3e13b51033d568c085036fc6330792cc2a1aae20 Mon Sep 17 00:00:00 2001 From: Gilboa Davara Date: May 16 2007 15:42:54 +0000 Subject: *** empty log message *** --- diff --git a/.cvsignore b/.cvsignore index 85039bf..4cd39ab 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cgdb-0.6.3.tar.gz +cgdb-0.6.4.tar.gz diff --git a/cgdb.spec b/cgdb.spec index eb52f03..1e65b8f 100644 --- a/cgdb.spec +++ b/cgdb.spec @@ -1,6 +1,6 @@ Name: cgdb -Version: 0.6.3 -Release: 10%{?dist} +Version: 0.6.4 +Release: 1%{?dist} Summary: CGDB is a curses-based interface to the GNU Debugger (GDB) Group: Development/Debuggers @@ -34,17 +34,16 @@ Those familiar with vi should feel right at home using CGDB. %build %configure -#_smp_mflags breaks make on 0.6.3. -make +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p" mkdir htdocs -install -p -m 644 doc/cgdb.txt htdocs -install -p -m 644 doc/htdocs/* htdocs -install -p -m 644 %{SOURCE1} htdocs +%{__install} -p -m 644 doc/cgdb.txt htdocs +%{__install} -p -m 644 doc/htdocs/* htdocs +%{__install} -p -m 644 %{SOURCE1} htdocs rm -f $RPM_BUILD_ROOT/%{_infodir}/dir @@ -62,16 +61,23 @@ rm -rf $RPM_BUILD_ROOT %post -/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : +/sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || : %preun if [ $1 = 0 ]; then - /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : + /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || : fi %changelog +* Wed May 16 2007 - 0.6.4-1 +- 0.6.4 +- Fix broken info installation. +- Enable SMP build. +- Preserve the source time-stamp. +- Replace install with %%{__install}. + * Wed Jan 17 2007 - 0.6.3-10 - Fix Source0 URL. - Replace cp with install. diff --git a/sources b/sources index 314deb4..4414c42 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b50c2389935b4d71a7b48717dd41fc91 cgdb-0.6.3.tar.gz +bddcaaee7b20ab2c17f1f4e197db74c0 cgdb-0.6.4.tar.gz