[Erp5-report] r24136 - /spec/mandriva/2008.0/python2.4-memcached/python2.4-memcached.spec
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Oct 10 13:36:49 CEST 2008
Author: kazuhiko
Date: Fri Oct 10 13:36:45 2008
New Revision: 24136
URL: http://svn.erp5.org?rev=24136&view=rev
Log:
version 1.43
Modified:
spec/mandriva/2008.0/python2.4-memcached/python2.4-memcached.spec
Modified: spec/mandriva/2008.0/python2.4-memcached/python2.4-memcached.spec
URL: http://svn.erp5.org/spec/mandriva/2008.0/python2.4-memcached/python2.4-memcached.spec?rev=24136&r1=24135&r2=24136&view=diff
==============================================================================
--- spec/mandriva/2008.0/python2.4-memcached/python2.4-memcached.spec (original)
+++ spec/mandriva/2008.0/python2.4-memcached/python2.4-memcached.spec Fri Oct 10 13:36:45 2008
@@ -1,7 +1,7 @@
%define name python2.4-memcached
%define dname python-memcached
-%define version 1.34
-%define release 2.1
+%define version 1.43
+%define release 1
Summary: A Python API for memcached.
Name: %{name}
@@ -9,21 +9,19 @@
Release: %mkrel %{release}
License: Python License
Group: Development/Libraries
-Source0: %{dname}-%{version}.tar.bz2
+Source0: %{dname}-%{version}.tar.gz
URL: http://www.tummy.com/Community/software/python-memcached/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-rootdir
-Requires: python2.4 >= 2, memcached
-Requires(pre): rpm-helper
-BuildRequires: python2.4-devel >= 2
+Requires: python2.4, memcached
+BuildRequires: python2.4-devel
+BuildRequires: python2.4-setuptools
BuildArch: noarch
-#----------------------------------------------------------------------
%description
-A Python API for memcached.
-
-Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
-
-#----------------------------------------------------------------------
+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 %{dname}-%{version}
@@ -43,11 +41,14 @@
%files -f INSTALLED_FILES
%defattr(-,root,root)
-%doc README
+%doc ChangeLog README
#----------------------------------------------------------------------
%changelog
+* Fri Oct 10 2008 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 1.43-1nxd2008.1
+- version 1.43
+
* Thu May 31 2007 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 1.34-2.1mdv2007.1
- Set BuildArch to noarch
More information about the Erp5-report
mailing list