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

Ian Weller ianweller at fedoraproject.org
Sat Mar 21 00:48:12 UTC 2009


Author: ianweller

Update of /cvs/pkgs/rpms/pyfacebook/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12729/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pyfacebook.spec 
Log Message:
import pyfacebook-0.1-0.1.20090208svn173 in EL-5


--- NEW FILE import.log ---
pyfacebook-0_1-0_1_20090208svn173_fc10:EL-5:pyfacebook-0.1-0.1.20090208svn173.fc10.src.rpm:1237596398


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

%define date 20090208
%define rev  173

Name:           pyfacebook
Version:        0.1
Release:        0.1.%{date}svn%{rev}%{?dist}
Summary:        Python wrapper for Facebook's API

Group:          Development/Languages
License:        BSD
URL:            http://code.google.com/p/pyfacebook/
# The source for this package was pulled from upstream's vcs.  Use the
# following commands to generate the tarball:
#  svn export -r %{rev} http://pyfacebook.googlecode.com/svn/trunk/ pyfacebook
#  tar cjf pyfacebook-%{rev}svn.tar.bz2 pyfacebook
Source0:        pyfacebook-%{rev}svn.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
Requires:       python-simplejson python-imaging PyXML

%description
PyFacebook is a thin wrapper for accessing Facebook's RESTful API through
Python.


%prep
%setup -q -n %{name}
sed -i -e '/^#! \?\//, 1d' $(find facebook | grep "\.py$")


%build
%{__python} setup.py build


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

 
%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README examples
%{python_sitelib}/facebook
%{python_sitelib}/%{name}-*.egg-info


%changelog
* Sun Feb  8 2009 Ian Weller <ianweller at gmail.com> 0.1-0.1.20090208svn173
- Initial package build.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pyfacebook/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Mar 2009 15:52:50 -0000	1.1
+++ .cvsignore	21 Mar 2009 00:47:41 -0000	1.2
@@ -0,0 +1 @@
+pyfacebook-173svn.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pyfacebook/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Mar 2009 15:52:50 -0000	1.1
+++ sources	21 Mar 2009 00:47:41 -0000	1.2
@@ -0,0 +1 @@
+4bc6a50a0421a85be6f4f7042ca1e145  pyfacebook-173svn.tar.bz2




More information about the fedora-extras-commits mailing list