Sophie

Sophie

distrib > Mandriva > 2010.2 > x86_64 > by-pkgid > ee090a24e0f216272200fa23ecb8a572 > files > 2

d-feet-0.1.10-1mdv2010.0.src.rpm

Name:			d-feet
Version:		0.1.10
Release:		%mkrel 1

Summary:	D-Feet is a D-Bus debugger
License:	GPLv2+
Group:		Emulators
URL:		http://fedorahosted.org/d-feet/
Source:		http://johnp.fedorapeople.org/downloads/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	python-setuptools
BuildRequires:	wxPythonGTK
BuildRoot:	%{_tmppath}/%{name}-%{version}

Requires:	python-dbus

%description
D-Feet is a D-Bus debugger written in PyGtk by John (J5) Palmieri.

It allows :
* to view names on any bus,
* to view exported objects, interfaces, methods and signals,
* to view the full command line of services on the bus,
* and to execute methods with parameters on the bus and see their 
 return values.

%prep
%setup -q

%build
python setup.py build

%install
rm -rf %buildroot
python setup.py install --skip-build --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{python_sitelib}/*
%{_bindir}/%{name}
%{_datadir}/dfeet/
%{_iconsdir}/hicolor/16x16/apps/dfeet-*.png
%{_iconsdir}/hicolor/48x48/apps/dfeet-icon.png
%{_datadir}/applications/dfeet.desktop



%changelog
* Wed Jul 08 2009 Frederik Himpe <fhimpe@mandriva.org> 0.1.10-1mdv2010.0
+ Revision: 393629
- BuildRequires: python-setuptools
- Update to new version 1.10.0
- Fix source URL

* Tue Jan 27 2009 Guillaume Bedot <littletux@mandriva.org> 0.1.8-2mdv2009.1
+ Revision: 333947
- bump rel, submit again
- First package of D-Feet for Mandriva
- create d-feet