rpms/python-memcached/EL-5 python-memcached.spec, NONE, 1.1 sources, 1.1, 1.2

Sean Reifschneider (jafo) fedora-extras-commits at redhat.com
Wed Jun 27 02:46:31 UTC 2007


Author: jafo

Update of /cvs/pkgs/rpms/python-memcached/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27410/EL-5

Modified Files:
	sources 
Added Files:
	python-memcached.spec 
Log Message:
Adding package to EL-5 and F-7 branches.



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

Name:           python-memcached
Version:        1.36
Release:        3%{?dist}
Summary:        A Python memcached client library

Group:          Development/Languages
License:        Python license
URL:            http://www.tummy.com/Community/software/python-memcached/
Source0:        ftp://ftp.tummy.com/pub/python-memcached/python-memcached-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel

%description
This software is a 100% Python interface to the memcached memory cache
daemon.  It is the client side software which allows storing values in one
or more, possibly remote, memcached servers.  Search google for memcached
for more information.

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

%build
%{__python} setup.py build

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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ChangeLog README
%attr(755,root,root) %{python_sitelib}/memcache.py
%{python_sitelib}/memcache.py[co]

%changelog
* Sun Jun 10 2007 Sean Reifschneider <jafo at tummy.com> 1.36-3
- Changes based on feedback from Ruben Kerkhof:
- Fixing license.
- Removing PKG-INFO from doc.
- Fixing summary.
- Removing setuptools build dependency.
- Changing permissions of memcache module to 

* Sat Jun 09 2007 Sean Reifschneider <jafo at tummy.com> 1.36-2
- Adding python-devel build requirement.

* Sat Jun 09 2007 Sean Reifschneider <jafo at tummy.com> 1.36-1
- Initial RPM spec file.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-memcached/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Jun 2007 23:33:03 -0000	1.1
+++ sources	27 Jun 2007 02:45:56 -0000	1.2
@@ -0,0 +1 @@
+b5154b816e2dfd54dcd3264e16b3fa77  python-memcached-1.36.tar.gz




More information about the fedora-extras-commits mailing list