rpms/xesam-tools/F-9 import.log, NONE, 1.1 xesam-tools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Sat Jun 28 22:21:00 UTC 2008


Author: deji

Update of /cvs/pkgs/rpms/xesam-tools/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32430/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log xesam-tools.spec 
Log Message:
Initial import


--- NEW FILE import.log ---
xesam-tools-0_6_1-1_fc9:F-9:xesam-tools-0.6.1-1.fc9.src.rpm:1214691522


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

Summary:	A toolkit for Xesam compliant services
Name:		xesam-tools
Version:	0.6.1
Release:	1%{?dist}
License:	LGPLv2
Group:		Applications/System
URL:		http://xesam.org/main
Source0:	http://xesam.org/people/kamstrup/%{name}/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	python-devel

BuildArch:	noarch

%description
xesam-tools provides Python packages to interface with Xesam
compliant services as well as a command line tool to use directly.

It also features a framework for easily implementing xesam compliant
servers via the xesam.server package. There are two examples bundled
with this distribution. Namely demo/xesam-yahoo-service and
demo/xesam-dummy-service. Both include a small header describing
their usage.

The implementation uses gobject and the Python dbus bindings for the gobject
mainloop. There's no gui, only a command line application (xesam-tool).

%prep
%setup -q

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

chmod 0644 demo/xesam-yahoo-service demo/xesam-dummy-service

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root, -)
%doc AUTHORS ChangeLog COPYING README
%doc demo/xesam-yahoo-service demo/xesam-dummy-service
%{_bindir}/xesam-tool
%{python_sitelib}/xesam/
%{python_sitelib}/xesam*.egg-info

%changelog
* Mon May 12 2008 Deji Akingunola <dakingun at gmail.com> - 0.6.1-1
- Initial packaging for Fedora.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xesam-tools/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Jun 2008 23:26:30 -0000	1.1
+++ .cvsignore	28 Jun 2008 22:20:16 -0000	1.2
@@ -0,0 +1 @@
+xesam-tools-0.6.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xesam-tools/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Jun 2008 23:26:30 -0000	1.1
+++ sources	28 Jun 2008 22:20:16 -0000	1.2
@@ -0,0 +1 @@
+00f2b2b0ed3f5336115a0c029eb1cd38  xesam-tools-0.6.1.tar.gz




More information about the fedora-extras-commits mailing list