- Sort out the deps a bit and add missing libfuse2 dependency
to make the plugin actually work OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fusepy?expand=0&rev=5
This commit is contained in:
parent
8d57fbb943
commit
af048551c3
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 16 13:15:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Sort out the deps a bit and add missing libfuse2 dependency
|
||||||
|
to make the plugin actually work
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 23 07:01:47 UTC 2019 - pgajdos@suse.com
|
Thu May 23 07:01:47 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -17,26 +17,24 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
|
||||||
Name: python-fusepy
|
Name: python-fusepy
|
||||||
Version: 3.0.1
|
Version: 3.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A python module that provides a simple interface to FUSE
|
Summary: A python module that provides a simple interface to FUSE
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: Development/Libraries/Python
|
URL: https://github.com/fusepy/fusepy
|
||||||
Url: https://github.com/terencehonles/fusepy
|
|
||||||
Source: https://files.pythonhosted.org/packages/source/f/fusepy/fusepy-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/f/fusepy/fusepy-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fuse-devel
|
BuildRequires: libfuse2
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkgconfig
|
||||||
# required for older SUSE versions w/o python single-spec support
|
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
# this is not really fuse3 compatible
|
||||||
|
Requires: libfuse2
|
||||||
|
# both projects use the same python package name
|
||||||
|
Conflicts: python-fuse
|
||||||
# fusepy interfaces via ctypes to libfuse, so no arch dependent elements
|
# fusepy interfaces via ctypes to libfuse, so no arch dependent elements
|
||||||
# should be in the package
|
# should be in the package
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
# both projects use the same python package name
|
|
||||||
Conflicts: python-fuse
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -57,7 +55,6 @@ possible.
|
|||||||
# no upstream tests
|
# no upstream tests
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root)
|
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user