rpms/winpdb/EL-4 winpdb.desktop, NONE, 1.1 winpdb.spec, NONE, 1.1 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 30 19:00:58 UTC 2007


Author: spot

Update of /cvs/pkgs/rpms/winpdb/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24187/EL-4

Modified Files:
	sources 
Added Files:
	winpdb.desktop winpdb.spec 
Log Message:

kickstart this puppy



--- NEW FILE winpdb.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=Winpdb
GenericName=Python Debugger
Comment=Advanced python debugger
Exec=winpdb
Icon=gnome-devel.png
StartupNotify=true
Terminal=false
Type=Application
Categories=GNOME;Development;
X-Desktop-File-Install-Version=0.4


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

Name:		winpdb
Version:	1.1.4
Release:	1%{?dist}
Summary:	An advanced python debugger
Group:		Development/Debuggers
License:	GPL
URL:		http://www.digitalpeers.com/pythondebugger/
Source0:	http://download.sourceforge.net/winpdb/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
BuildRoot:  	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch
BuildRequires: 	python-devel, wxPython-devel >= 2.6, desktop-file-utils
Requires:	python-crypto, wxPython >= 2.6

%description
Winpdb is an advanced python debugger, with support for smart breakpoints, 
multiple threads, namespace modification, embedded debugging, encrypted 
communication and speed of up to 20 times that of pdb.

%prep
%setup -q
sed -i 's/\r//g' README.txt
chmod -x README.txt

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT 
%{__python} setup.py install --skip-build --root=$RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications

desktop-file-install --vendor fedora			\
	--dir $RPM_BUILD_ROOT%{_datadir}/applications	\
	%{SOURCE1}

chmod +x $RPM_BUILD_ROOT%{python_sitelib}/rpdb2.py $RPM_BUILD_ROOT%{python_sitelib}/winpdb.py

%clean
rm -rf $RPM_BUILD_ROOT 

%files
%defattr(-,root,root)
%doc PKG-INFO README.txt
%{_bindir}/*
%{python_sitelib}/*
%{_datadir}/applications/*.desktop

%changelog
* Mon Jul 30 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.1.4-1
- bump to 1.1.4

* Wed May 30 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.1.2-2
- fix desktop-file-utils usage in spec

* Mon May 14 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.1.2-1
- revisit for Fedora

* Sun Aug 28 2005 Tom "spot" Callaway <tcallawa at redhat.com> - 1.0.2-1
- initial build for Fedora Extras




Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/winpdb/EL-4/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Jul 2007 18:51:51 -0000	1.1
+++ sources	30 Jul 2007 19:00:25 -0000	1.2
@@ -0,0 +1 @@
+24c6f5993e1d217cf016f261cabba51c  winpdb-1.1.4.tar.gz




More information about the scm-commits mailing list