rpms/cgdb/EL-5 .cvsignore, 1.2, 1.3 cgdb.spec, 1.2, 1.3 sources, 1.2, 1.3

Gilboa Davara (gilboa) fedora-extras-commits at redhat.com
Wed May 16 15:39:14 UTC 2007


Author: gilboa

Update of /cvs/pkgs/rpms/cgdb/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23565

Modified Files:
	.cvsignore cgdb.spec sources 
Log Message:



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cgdb/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	16 Jan 2007 12:43:04 -0000	1.2
+++ .cvsignore	16 May 2007 15:38:40 -0000	1.3
@@ -1 +1 @@
-cgdb-0.6.3.tar.gz
+cgdb-0.6.4.tar.gz


Index: cgdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cgdb/EL-5/cgdb.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cgdb.spec	18 Jan 2007 11:05:50 -0000	1.2
+++ cgdb.spec	16 May 2007 15:38:40 -0000	1.3
@@ -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 @@
 
 %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 @@
 
 
 %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 <gilboad AT gmail DOT com> - 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 <gilboad AT gmail DOT com> - 0.6.3-10
 - Fix Source0 URL.
 - Replace cp with install.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cgdb/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	16 Jan 2007 12:43:04 -0000	1.2
+++ sources	16 May 2007 15:38:40 -0000	1.3
@@ -1 +1 @@
-b50c2389935b4d71a7b48717dd41fc91  cgdb-0.6.3.tar.gz
+bddcaaee7b20ab2c17f1f4e197db74c0  cgdb-0.6.4.tar.gz




More information about the fedora-extras-commits mailing list