rpms/python-remoteobjects/EL-5 import.log, NONE, 1.1 python-remoteobjects.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sebastian Dziallas sdz at fedoraproject.org
Wed Oct 21 18:09:01 UTC 2009


Author: sdz

Update of /cvs/pkgs/rpms/python-remoteobjects/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6791/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-remoteobjects.spec 
Log Message:
initial import



--- NEW FILE import.log ---
python-remoteobjects-1_0-2_fc11:EL-5:python-remoteobjects-1.0-2.fc11.src.rpm:1256148489


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

Name:           python-remoteobjects
Version:        1.0
Release:        2%{?dist}
Summary:        An Object RESTational Model

Group:          Development/Languages
License:        BSD
URL:            http://sixapart.github.com/remoteobjects/
Source0:        http://pypi.python.org/packages/source/r/remoteobjects/remoteobjects-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel python-setuptools-devel
Requires:       python-httplib2 python-simplejson

%description
remoteobjects are real subclassable Python objects on which you can build a
rich API library.

remoteobjects provides easy coding and transfer between Python objects and a
JSON REST API. You can define the resources in a RESTful API as RemoteObject
classes and their properties. These objects then support using the basic HTTP
verbs to request and submit data to the API.

%prep
%setup -q -n remoteobjects-%{version}


%build
python setup.py build


%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,-)
%doc LICENSE
%{python_sitelib}/*


%changelog
* Tue Oct 06 2009 Sebastian Dziallas <sebastian at when.com> - 1.0-2
- add setuptools as BR

* Tue Oct 06 2009 Sebastian Dziallas <sebastian at when.com> - 1.0-1
- initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-remoteobjects/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	8 Oct 2009 05:55:10 -0000	1.1
+++ .cvsignore	21 Oct 2009 18:09:01 -0000	1.2
@@ -0,0 +1 @@
+remoteobjects-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-remoteobjects/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	8 Oct 2009 05:55:11 -0000	1.1
+++ sources	21 Oct 2009 18:09:01 -0000	1.2
@@ -0,0 +1 @@
+d5d94c9b64f9ba6916d8f41e669f271f  remoteobjects-1.0.tar.gz




More information about the fedora-extras-commits mailing list