fuse-python/fuse-python.spec

55 lines
1.7 KiB
RPMSpec
Raw Permalink Normal View History

2020-03-10 16:35:55 +08:00
Name: fuse-python
2024-01-05 16:26:33 +08:00
Version: 1.0.7
2023-10-18 10:51:10 +08:00
Release: 1
2020-03-10 16:35:55 +08:00
Summary: Python interface for FUSE - filesystem in userspace
License: LGPLv2
URL: https://github.com/libfuse/python-fuse
2023-10-18 10:51:10 +08:00
Source0: https://github.com/libfuse/python-fuse/archive/refs/tags/v%{version}.tar.gz
BuildRequires: pkgconfig fuse-devel python3-devel python3-setuptools gcc
2020-03-10 16:35:55 +08:00
%description
This package provides python interface to libfuse. FUSE is a userspace filesystem
framework that can be used to implement a filesystem in a userspace program.
2020-11-11 17:12:48 +08:00
%package -n python3-fuse
2020-03-10 16:35:55 +08:00
Summary: Python interface for FUSE - filesystem in userspace
Provides: python-fuse = %{version}-%{release}
2020-11-11 17:12:48 +08:00
%{?python_provide:%python_provide python3-fuse}
2020-03-10 16:35:55 +08:00
Provides: fuse-python = %{version}-%{release}
Obsoletes: fuse-python < %{version}-%{release}
2020-11-11 17:12:48 +08:00
%description -n python3-fuse
2020-03-10 16:35:55 +08:00
This package provides python interface to libfuse. FUSE is a userspace filesystem
framework that can be used to implement a filesystem in a userspace program.
%prep
2020-11-11 17:12:48 +08:00
%autosetup -n python-fuse-%{version} -p1
2020-03-10 16:35:55 +08:00
%build
2020-11-11 17:12:48 +08:00
%py3_build
2020-03-10 16:35:55 +08:00
%install
2020-11-11 17:12:48 +08:00
%py3_install
2020-03-10 16:35:55 +08:00
2020-11-11 17:12:48 +08:00
%files -n python3-fuse
%doc COPYING AUTHORS FAQ example
%doc README.new_fusepy_api README.md README.historic README.package_maintainers
%{python3_sitearch}/*
2020-03-10 16:35:55 +08:00
%changelog
2024-01-05 16:26:33 +08:00
* Fri Jan 05 2024 Paul Thomas <paulthomas100199@gmail.com> - 1.0.7-1
- update to version 1.0.7
2023-10-18 10:51:10 +08:00
* Wed Oct 18 2023 Ge Wang <wang__ge@126.com> - 1.0.5-1
- Update to 1.0.5
* Wed Jun 2 2021 baizhonggui <baizhonggui@huawei.com> - 1.0.0-2
- Fixed error: command 'gcc' failed.
- Add gcc in BuildRequires
2020-11-11 17:12:48 +08:00
* Tue Nov 10 2020 leiju <leiju4@huawei.com> - 1.0.0-1
- Update to 1.0.0
2020-03-10 16:35:55 +08:00
* Wed Mar 11 2020 Chen Dingxiao <chendingxiao1@huawei.com> - 0.2.1-24
- Package init