15
0

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

- update to version 0.5.6
- add fdupes as BuildRequires and call it after install

OBS-URL: https://build.opensuse.org/request/show/305293
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=11
This commit is contained in:
Denisart Benjamin
2015-05-06 23:25:02 +00:00
committed by Git OBS Bridge
parent 50a78b1221
commit ebe618a319
4 changed files with 38 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dogpile.cache
#
# Copyright (c) 2014 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
@@ -17,13 +17,14 @@
Name: python-dogpile.cache
Version: 0.5.4
Version: 0.5.6
Release: 0
Summary: A caching front-end based on the Dogpile lock
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://bitbucket.org/zzzeek/dogpile.cache
Source: https://pypi.python.org/packages/source/d/dogpile.cache/dogpile.cache-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: python-dogpile.core >= 0.4.1
@@ -47,6 +48,7 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%fdupes %{buildroot}/%{_prefix}
%files
%defattr(-,root,root,-)