[Erp5-report] r11631 - in /spec/mandriva/2006.0/python-memcached: ./ python-memcached.spec
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Dec 7 11:22:10 CET 2006
Author: kevin
Date: Thu Dec 7 11:22:06 2006
New Revision: 11631
URL: http://svn.erp5.org?rev=11631&view=rev
Log:
memcached new python API rpm spec file
Added:
spec/mandriva/2006.0/python-memcached/
spec/mandriva/2006.0/python-memcached/python-memcached.spec
Added: spec/mandriva/2006.0/python-memcached/python-memcached.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/python-memcached/python-memcached.spec?rev=11631&view=auto
==============================================================================
--- spec/mandriva/2006.0/python-memcached/python-memcached.spec (added)
+++ spec/mandriva/2006.0/python-memcached/python-memcached.spec Thu Dec 7 11:22:06 2006
@@ -1,0 +1,50 @@
+%define name python-memcached
+%define version 1.34
+%define release 1
+
+Summary: A Python API for memcached.
+Name: %{name}
+Version: %{version}
+Release: %mkrel %{release}
+License: Python License
+Group: Development/Libraries
+Source0: %{name}-%{version}.tar.bz2
+URL: http://www.tummy.com/Community/software/python-memcached/
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-rootdir
+Requires: python >= 2, memcached
+Requires(pre): rpm-helper
+BuildRequires: python-devel >= 2
+
+#----------------------------------------------------------------------
+%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.
+
+#----------------------------------------------------------------------
+
+%prep
+%setup -n %{name}-%{version}
+
+
+%build
+python setup.py build
+
+
+%install
+python setup.py install --root=%{buildroot} --record=INSTALLED_FILES
+
+
+%clean
+%{__rm} -rf %{buildroot}
+
+
+%files -f INSTALLED_FILES
+%defattr(-,root,root)
+%doc README
+
+
+#----------------------------------------------------------------------
+%changelog
+* Thu Dec 07 2006 Kevin Deldycke <kevin at nexedi.com> 1.34-1mdk
+- First build
More information about the Erp5-report
mailing list