rpms/python-geoclue/F-13 python-geoclue.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Robinson pbrobinson at fedoraproject.org
Tue Mar 30 22:10:38 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/python-geoclue/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22545

Modified Files:
	.cvsignore sources 
Added Files:
	python-geoclue.spec 
Log Message:
- initial build for F-13


--- NEW FILE python-geoclue.spec ---
%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%endif

Name:          python-geoclue
Version:       0.1.0
Release:       1%{?dist}
Summary:       A Geoclue python module

Group:         Development/Libraries
License:       GPLv3+
URL:           http://live.gnome.org/gtg/soc/python_geoclue
Source0:       http://www.paulocabido.com/soc/%{name}/%{name}-%{version}.tar.gz
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:     noarch 
BuildRequires: python2-devel
BuildRequires: geoclue-devel
BuildRequires: dbus-python
BuildRequires: pygobject2
Requires: geoclue dbus-python pygobject2

%description
This Python module uses the Geoclue D-Bus API to implement a nice API for python
developers and facilitate their life.

%prep
%setup -q -n %{name}

# remove execute bits on text files
chmod -x AUTHORS LICENSE

%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 LICENSE AUTHORS docs
%{python_sitelib}/Geoclue
%{python_sitelib}/python_geoclue-%{version}-py2.6.egg-info

%changelog
* Mon Mar 29 2010 Peter Robinson <pbrobinson at gmail.com> 0.1.0-1
- Initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-geoclue/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	30 Mar 2010 21:51:55 -0000	1.1
+++ .cvsignore	30 Mar 2010 22:10:38 -0000	1.2
@@ -0,0 +1 @@
+python-geoclue-0.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-geoclue/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	30 Mar 2010 21:51:55 -0000	1.1
+++ sources	30 Mar 2010 22:10:38 -0000	1.2
@@ -0,0 +1 @@
+59301671769327e013492dde208e14b8  python-geoclue-0.1.0.tar.gz



More information about the scm-commits mailing list