Compare commits
11 Commits
87d25fdbd5
...
0f60a2e3d7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0f60a2e3d7 | ||
|
|
992f708911 | ||
|
|
c744b787c3 | ||
|
|
1ab00c8973 | ||
|
|
3cf524d03d | ||
|
|
88e3a544c0 | ||
|
|
3d1cc31596 | ||
|
|
a413c9c078 | ||
|
|
bd7abb0634 | ||
|
|
d6a68b74fe | ||
|
|
65245277ab |
BIN
fuse-python-1.0.0.tar.gz
Normal file
BIN
fuse-python-1.0.0.tar.gz
Normal file
Binary file not shown.
51
fuse-python.spec
Normal file
51
fuse-python.spec
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
Name: fuse-python
|
||||||
|
Version: 1.0.0
|
||||||
|
Release: 3
|
||||||
|
Summary: Python interface for FUSE - filesystem in userspace
|
||||||
|
License: LGPLv2
|
||||||
|
URL: https://github.com/libfuse/python-fuse
|
||||||
|
Source0: https://github.com/libfuse/python-fuse/archive/v%{version}/fuse-python-%{version}.tar.gz
|
||||||
|
BuildRequires: pkgconfig fuse-devel python3-devel python3-setuptools gcc
|
||||||
|
|
||||||
|
%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.
|
||||||
|
|
||||||
|
%package -n python3-fuse
|
||||||
|
Summary: Python interface for FUSE - filesystem in userspace
|
||||||
|
Provides: python-fuse = %{version}-%{release}
|
||||||
|
%{?python_provide:%python_provide python3-fuse}
|
||||||
|
Provides: fuse-python = %{version}-%{release}
|
||||||
|
Obsoletes: fuse-python < %{version}-%{release}
|
||||||
|
|
||||||
|
%description -n python3-fuse
|
||||||
|
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
|
||||||
|
%autosetup -n python-fuse-%{version} -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
%py3_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%py3_install
|
||||||
|
|
||||||
|
%files -n python3-fuse
|
||||||
|
%doc COPYING AUTHORS FAQ example
|
||||||
|
%doc README.new_fusepy_api README.md README.historic README.package_maintainers
|
||||||
|
%{python3_sitearch}/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Nov 14 2022 xu_ping <xuping33@h-partners.com> - 1.0.0-3
|
||||||
|
- Modify invalid source0 to be consistent with the source.
|
||||||
|
|
||||||
|
* Wed Jun 2 2021 baizhonggui <baizhonggui@huawei.com> - 1.0.0-2
|
||||||
|
- Fixed error: command 'gcc' failed.
|
||||||
|
- Add gcc in BuildRequires
|
||||||
|
|
||||||
|
* Tue Nov 10 2020 leiju <leiju4@huawei.com> - 1.0.0-1
|
||||||
|
- Update to 1.0.0
|
||||||
|
|
||||||
|
* Wed Mar 11 2020 Chen Dingxiao <chendingxiao1@huawei.com> - 0.2.1-24
|
||||||
|
- Package init
|
||||||
4
fuse-python.yaml
Normal file
4
fuse-python.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: libfuse/python-fuse
|
||||||
|
tag_prefix: ^v
|
||||||
|
seperator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user