diff --git a/cgdb.spec b/cgdb.spec index 9d57489..eb52f03 100644 --- a/cgdb.spec +++ b/cgdb.spec @@ -1,12 +1,12 @@ Name: cgdb Version: 0.6.3 -Release: 9%{?dist} +Release: 10%{?dist} Summary: CGDB is a curses-based interface to the GNU Debugger (GDB) Group: Development/Debuggers License: GPL URL: http://cgdb.sourceforge.net/ -Source0: http://dl.sourceforge.net/cgdb/cgdb-%{version}.tar.gz +Source0: http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Source1: http://cgdb.sourceforge.net/cgdb.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -42,9 +42,9 @@ make rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p" mkdir htdocs -cp -p doc/cgdb.txt htdocs -cp -p doc/htdocs/* htdocs -cp -p %{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 @@ -72,6 +72,10 @@ fi %changelog +* Wed Jan 17 2007 - 0.6.3-10 +- Fix Source0 URL. +- Replace cp with install. + * Mon Jan 15 2007 - 0.6.3-9 - Do -not- delete cgdb.txt - needed by binary. - Use the original htdocs instead of htmldocs.