rpms/winpdb/devel winpdb.desktop, NONE, 1.1 winpdb.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 30 18:55:17 UTC 2007


Author: spot

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

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

initial.



--- 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;
Version=1.1.2
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.2
Release:	2%{?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
* 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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/winpdb/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Jul 2007 18:51:51 -0000	1.1
+++ .cvsignore	30 Jul 2007 18:54:45 -0000	1.2
@@ -0,0 +1 @@
+winpdb-1.1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/winpdb/devel/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 18:54:45 -0000	1.2
@@ -0,0 +1 @@
+69f8e4fc00c31e931d39aeca9da30291  winpdb-1.1.2.tar.gz




More information about the fedora-extras-commits mailing list