rpms/pydb/devel import.log, NONE, 1.1 pydb.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paulo Roma Cavalcanti roma at fedoraproject.org
Sun Mar 1 02:11:01 UTC 2009


Author: roma

Update of /cvs/pkgs/rpms/pydb/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20047/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pydb.spec 
Log Message:
Initial devel (F11) version.



--- NEW FILE import.log ---
pydb-1_25-4_fc10:HEAD:pydb-1.25-4.fc10.src.rpm:1235873370


--- NEW FILE pydb.spec ---
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Summary: Extended Python Debugger
Name:    pydb
Version: 1.25
Release: 4%{?dist}
License: GPLv2+
Group:   Development/Debuggers
Url:     http://bashdb.sourceforge.net/pydb
Source:  http://downloads.sourceforge.net/bashdb/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-devel
BuildArch: noarch

%description
Extended Python Debugger is a more complete debugger for Python
than the stock pdb.py debugger. It supports a "restart" command,
non-interactive POSIX-like line tracing, command options, disassembly
of instructions, and stack traces that give better information for exec
statements. Stepping/nexting skips over method/function "defs". It tries
to follow gdb's command set, unless there is a good reason not to.

%package -n emacs-pydb
Summary:        Pydb support for Emacs
Group:          Development/Debuggers
BuildRequires:  emacs emacs-common emacs-el >= 21
Requires:       pydb = %{version}-%{release}
Requires:       emacs >= 21

%description -n emacs-pydb
Pydb support for Emacs.

%prep
%setup -q
%{_bindir}/iconv -f iso8859-1 -t utf8 ChangeLog -o ChangeLog.txt
mv ChangeLog.txt ChangeLog

%build
%configure --with-site-packages=%{python_sitelib}
make

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
ln -sf ../..%{python_sitelib}/%{name}/%{name}.py %{buildroot}%{_bindir}/%{name}

%check
make check

%clean
rm -rf %{buildroot}

%files -n emacs-pydb
%defattr(-,root,root,-)
%{_datadir}/emacs/site-lisp/pydb.el*

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README THANKS NEWS TODO
%{_bindir}/%{name}
%{python_sitelib}/%{name}
%{_mandir}/man1/%{name}.1*

%changelog

* Sun Feb 25 2009 Paulo Roma <roma at lcg.ufrj.br> 1.25-4
- Included missing doc files.
- Using relative symbolic link %%{_bindir}/%%{name}.
- Converted Changelog to UTF8.
- Added make check.
- Removed BR fonconfig.

* Sun Feb 08 2009 Paulo Roma <roma at lcg.ufrj.br> 1.25-3
- Updated to 1.25

* Mon Jun 02 2008 Paulo Roma <roma at lcg.ufrj.br> 1.23-3
- Updated to 1.23

* Fri Nov 16 2007 Paulo Roma <roma at lcg.ufrj.br> 1.22-3
- Included BR emacs.
- Installing in %%python_sitelib

* Sun Jul 22 2007 Paulo Roma <roma at lcg.ufrj.br> 1.22-2
- Updated to 1.22
- Using noarch architecture and emacs-pydb.

* Fri Feb 16 2007 Paulo Roma <roma at lcg.ufrj.br> 1.21-1
- Updated to 1.21

* Sat Dec 09 2006 Paulo Roma <roma at lcg.ufrj.br> 1.19-1
- Rewriten spec file for Fedora 6.

* Sat Nov 18 2006 Vitaly Lipatov <lav at altlinux.ru> 1.19-alt0.1
- new version 1.19 (with rpmrb script)

* Sun Jul 30 2006 Vitaly Lipatov <lav at altlinux.ru> 1.17-alt0.1
- initial build for ALT Linux Sisyphus


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pydb/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Feb 2009 23:39:19 -0000	1.1
+++ .cvsignore	1 Mar 2009 02:10:30 -0000	1.2
@@ -0,0 +1 @@
+pydb-1.25.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pydb/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Feb 2009 23:39:19 -0000	1.1
+++ sources	1 Mar 2009 02:10:30 -0000	1.2
@@ -0,0 +1 @@
+a4b3005f92521461eb55663a1b8d1642  pydb-1.25.tar.bz2




More information about the fedora-extras-commits mailing list