14
0

Accepting request 306392 from home:benoit_monin:branches:devel:languages:python

- update to version 1.4.2
- remove LICENSE from package: not provided anymore

OBS-URL: https://build.opensuse.org/request/show/306392
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylibmc?expand=0&rev=5
This commit is contained in:
Denisart Benjamin
2015-05-16 12:52:44 +00:00
committed by Git OBS Bridge
parent 498ec571ea
commit 9521c5bde7
4 changed files with 32 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pylibmc
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -13,18 +13,19 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-pylibmc
Version: 1.2.3
Version: 1.4.2
Release: 0
License: BSD-3-Clause
Summary: Quick and small memcached client for Python
Url: http://sendapatch.se/projects/pylibmc/
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://sendapatch.se/projects/pylibmc/
Source: https://pypi.python.org/packages/source/p/pylibmc/pylibmc-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: libmemcached-devel
BuildRequires: python-devel
BuildRequires: zlib-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -45,7 +46,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc LICENSE README.rst
%doc README.rst
%{python_sitearch}/*
%changelog