14
0

Accepting request 778812 from home:frispete:python

- apply a manually merged version of 
  09c5bd80cf811a0e7b81ceddfb525d576885e097.patch, in order to fix
  build with 32 bit archs https://github.com/iustin/pylibacl/issues/13

OBS-URL: https://build.opensuse.org/request/show/778812
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylibacl?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2020-02-24 15:45:40 +00:00
committed by Git OBS Bridge
parent 9ea33d8ff3
commit 4b5fcea7ca
3 changed files with 125 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
# spec file for package python-pylibacl
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2013-2020 LISA GmbH, Bingen, Germany
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +25,7 @@ Summary: POSIX1e ACLs for python
License: LGPL-2.1-or-later
URL: https://pylibacl.k1024.org/
Source: https://files.pythonhosted.org/packages/source/p/pylibacl/pylibacl-%{version}.tar.gz
Patch: 09c5bd80cf811a0e7b81ceddfb525d576885e097.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -40,6 +42,7 @@ of the systems's acl C library - see acl(5).
%prep
%setup -q -n pylibacl-%{version}
%autopatch -p1
%build
%python_build