rpms/cgdb/FC-6 cgdb.spec,1.1,1.2

Gilboa Davara (gilboa) fedora-extras-commits at redhat.com
Thu Jan 18 11:06:20 UTC 2007


Author: gilboa

Update of /cvs/extras/rpms/cgdb/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv455/cgdb/FC-6

Modified Files:
	cgdb.spec 
Log Message:



Index: cgdb.spec
===================================================================
RCS file: /cvs/extras/rpms/cgdb/FC-6/cgdb.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cgdb.spec	16 Jan 2007 12:43:04 -0000	1.1
+++ cgdb.spec	18 Jan 2007 11:05:50 -0000	1.2
@@ -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 @@
 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 @@
 
 
 %changelog
+* Wed Jan 17 2007 <gilboad AT gmail DOT com> - 0.6.3-10
+- Fix Source0 URL.
+- Replace cp with install.
+
 * Mon Jan 15 2007 <gilboad AT gmail DOT com> - 0.6.3-9
 - Do -not- delete cgdb.txt - needed by binary.
 - Use the original htdocs instead of htmldocs.




More information about the scm-commits mailing list