forked from pool/python-python-memcached
- Update to version 1.48:
+ Dropped HTML docu OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-memcached?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
7ec15d0efe
commit
d807aa49b9
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-memcached
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,9 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: python-python-memcached
|
||||
Version: 1.47
|
||||
Version: 1.48
|
||||
Release: 0
|
||||
Url: http://www.tummy.com/Community/software/python-memcached/
|
||||
Summary: Pure python memcached client
|
||||
@@ -28,16 +27,13 @@ Source: http://pypi.python.org/packages/source/p/python-memcached/python
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
%if 0%{?suse_version}
|
||||
%py_requires
|
||||
%if 0%{?suse_version} > 1110
|
||||
Provides: python-memcached = %{version}
|
||||
Obsoletes: python-memcached < %{version}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
%else
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
%endif
|
||||
Provides: python-memcached = %{version}
|
||||
#TODO: Change back to '<' after next version update:
|
||||
Obsoletes: python-memcached <= %{version}
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
%description
|
||||
This package was originally written by Evan Martin of Danga.
|
||||
@@ -59,7 +55,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc ChangeLog memcache.html README
|
||||
%doc README
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user