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

Ian Weller ianweller at fedoraproject.org
Sun Nov 16 20:39:45 UTC 2008


Author: ianweller

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-flickrapi.spec 
Log Message:
importing python-flickrapi-1.1-4 in devel


--- NEW FILE import.log ---
python-flickrapi-1_1-4_fc9:HEAD:python-flickrapi-1.1-4.fc9.src.rpm:1226867919


--- NEW FILE python-flickrapi.spec ---
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           python-flickrapi
Version:        1.1
Release:        4%{?dist}
Summary:        Python module for interfacing with the Flickr API

Group:          Development/Languages
License:        Python
URL:            http://flickrapi.sourceforge.net/
Source0:        http://downloads.sourceforge.net/flickrapi/flickrapi-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel, python-setuptools, python-docutils


%description
A Python module for interfacing with the Flickr API.


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


%build
%{__python} setup.py build


%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
rm -rf %{buildroot}/%{_docdir}/*
sed -i -e "s|#!/usr/bin/env python||" %{buildroot}/%{python_sitelib}/flickrapi/__init__.py


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README LICENSE doc/documentation.css doc/flickrapi.html doc/html4css1.css
%{python_sitelib}/*


%changelog
* Wed Oct 22 2008 Ian Weller <ianweller at gmail.com> 1.1-4
- Remove python_sitearch variable
- Some specfile cleanup

* Tue Aug 05 2008 Kushal Das <kushal at fedoraproject.org> 1.1-3
- Fixed sha-bang in __init__.py

* Mon Aug 04 2008 Kushal Das <kushal at fedoraproject.org> 1.1-2
- Fixed build requires and %%files section

* Sun Aug 03 2008 Kushal Das <kushal at fedoraproject.org> 1.1-1
- Initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-flickrapi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Sep 2008 16:48:20 -0000	1.1
+++ .cvsignore	16 Nov 2008 20:39:15 -0000	1.2
@@ -0,0 +1 @@
+flickrapi-1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-flickrapi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Sep 2008 16:48:20 -0000	1.1
+++ sources	16 Nov 2008 20:39:15 -0000	1.2
@@ -0,0 +1 @@
+e51f57430629105dcec26a00eaa5fcae  flickrapi-1.1.tar.gz




More information about the fedora-extras-commits mailing list