rpms/python-mygpoclient/devel import.log, NONE, 1.1 python-mygpoclient.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sven Lankes slankes at fedoraproject.org
Sun Jan 24 19:06:27 UTC 2010


Author: slankes

Update of /cvs/pkgs/rpms/python-mygpoclient/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3409/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-mygpoclient.spec 
Log Message:
Initial import (#557871).


--- NEW FILE import.log ---
python-mygpoclient-1_0-2_fc12:HEAD:python-mygpoclient-1.0-2.fc12.src.rpm:1264359902


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

Name:       python-mygpoclient
Version:    1.0
Release:    2%{?dist}
Summary:    Python module to connect to the my.gpodder.org webservice

Group:      System Environment/Libraries
License:    GPLv3+
URL:        http://thpinfo.com/2010/mygpoclient/ 
Source0:    http://thpinfo.com/2010/mygpoclient/mygpoclient-%{version}.tar.gz  
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch

BuildRequires: python-devel
BuildRequires: python-minimock
BuildRequires: python-coverage
BuildRequires: python-nose

%description
%{name} is a client-library to connect the my.gpodder.org webservice.

%prep
%setup -q -n mygpoclient-%{version}
# Leave out http-tests as they currently fail occasionally (reported upstream)
rm mygpoclient/http_test.py

%build
%{__python} setup.py build

%check
nosetests --cover-erase --with-coverage --with-doctest --cover-package=mygpoclient

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{python_sitelib}/mygpoclient
%{python_sitelib}/mygpoclient*.egg-info
%exclude %{python_sitelib}/mygpoclient/*test.py
%doc README COPYING AUTHORS


%changelog
* Fri Jan 22 2010 Sven Lankes <sven at lank.es> - 1.0-2
- SPEC-Tweaks incorporating feedback from #fedora-de
- Rename to ease adding a python 3 variant later
- Run testsuite during build

* Fri Jan 22 2010 Sven Lankes <sven at lank.es> - 1.0-1
- initial package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-mygpoclient/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Jan 2010 17:36:03 -0000	1.1
+++ .cvsignore	24 Jan 2010 19:06:27 -0000	1.2
@@ -0,0 +1 @@
+mygpoclient-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-mygpoclient/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Jan 2010 17:36:03 -0000	1.1
+++ sources	24 Jan 2010 19:06:27 -0000	1.2
@@ -0,0 +1 @@
+1e0cdad9a329b76b6eb19426e8efd787  mygpoclient-1.0.tar.gz



More information about the scm-commits mailing list