rpms/cgdb/devel cgdb.png, NONE, 1.1 cgdb.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Gilboa Davara (gilboa) fedora-extras-commits at redhat.com
Tue Jan 16 12:43:34 UTC 2007


Author: gilboa

Update of /cvs/extras/rpms/cgdb/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17487/devel

Modified Files:
	.cvsignore sources 
Added Files:
	cgdb.png cgdb.spec 
Log Message:
auto-import cgdb-0.6.3-9 on branch devel from cgdb-0.6.3-9.src.rpm


--- NEW FILE cgdb.spec ---
Name:			cgdb
Version:		0.6.3
Release:		9%{?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
Source1:		http://cgdb.sourceforge.net/cgdb.png
BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	readline-devel
BuildRequires:	ncurses-devel
Requires:		gdb

Requires(post):		/sbin/install-info
Requires(preun):	/sbin/install-info


%description
CGDB is a curses-based interface to the GNU Debugger (GDB).
The goal of CGDB is to be lightweight and responsive; not encumbered with
unnecessary features.
The interface is designed to deliver the familiar GDB text interface,
with a split screen showing the source as it executes.
The UI is modeled on the classic Unix text editor, vi.
Those familiar with vi should feel right at home using CGDB.


%prep
%setup -q


%build
%configure
#_smp_mflags breaks make on 0.6.3.
make


%install
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
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS TODO README ChangeLog htdocs
%{_bindir}/cgdb
%{_datadir}/cgdb
%{_infodir}/cgdb.info.gz
%{_mandir}/man1/cgdb.1.gz


%post
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :


%preun
if [ $1 = 0 ]; then
	/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
fi


%changelog
* 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.
- Preserve timestamps.
- Fix missing URL in imported cgdb.png.

* Mon Jan 15 2007 <gilboad AT gmail DOT com> - 0.6.3-8
- Remove INSTALL
- Move cgdb.txt to %%docs. (Where index.html can see it.)
- Move htdocs to %%docs.
- Fix broken cgdb.png file.

* Sat Jan 13 2007 <gilboad AT gmail DOT com> - 0.6.3-7
- Fix wrong license. (Was LGPL, should be GPL.)

* Sat Jan 13 2007 <gilboad AT gmail DOT com> - 0.6.3-6
- Move HTML docs into %%docs

* Fri Jan 12 2007 <gilboad AT gmail DOT com> - 0.6.3-5
- Keep timestamps on install
- Remove unnecessary comments.
- Add missing HTML docs.

* Tue Jan 08 2007 <gilboad AT gmail DOT com> - 0.6.3-4
- Remove redundant dependencies.
- Add missing ownership.
- Fix texinfo pre/post.
- Fix %%doc in changelog.

* Mon Jan 08 2007 <gilboad AT gmail DOT com> - 0.6.3-3
- Fix %%doc.
- Do not strip debug info; let rpm do it.

* Mon Jan 08 2007 <gilboad AT gmail DOT com> - 0.6.3-2
- Cosmetic clean-up.

* Mon Jan 08 2007 <gilboad AT gmail DOT com> - 0.6.3-1
- Initial release.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cgdb/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Jan 2007 12:42:02 -0000	1.1
+++ .cvsignore	16 Jan 2007 12:43:04 -0000	1.2
@@ -0,0 +1 @@
+cgdb-0.6.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cgdb/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Jan 2007 12:42:02 -0000	1.1
+++ sources	16 Jan 2007 12:43:04 -0000	1.2
@@ -0,0 +1 @@
+b50c2389935b4d71a7b48717dd41fc91  cgdb-0.6.3.tar.gz




More information about the fedora-extras-commits mailing list