Compare commits
No commits in common. "a6c0da6b1fc00a6dbaf0d0d8675716f8fade89a4" and "bd7abb06346fc6d045097912225ae5500588dff4" have entirely different histories.
a6c0da6b1f
...
bd7abb0634
BIN
fuse-python-0.2.1.tar.gz
Normal file
BIN
fuse-python-0.2.1.tar.gz
Normal file
Binary file not shown.
@ -1,54 +1,44 @@
|
|||||||
Name: fuse-python
|
Name: fuse-python
|
||||||
Version: 1.0.7
|
Version: 0.2.1
|
||||||
Release: 1
|
Release: 24
|
||||||
Summary: Python interface for FUSE - filesystem in userspace
|
Summary: Python interface for FUSE - filesystem in userspace
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
URL: https://github.com/libfuse/python-fuse
|
URL: https://github.com/libfuse/python-fuse
|
||||||
Source0: https://github.com/libfuse/python-fuse/archive/refs/tags/v%{version}.tar.gz
|
Source0: https://github.com/libfuse/python-fuse/releases/download/0.2.1/fuse-python-0.2.1.tar.gz
|
||||||
BuildRequires: pkgconfig fuse-devel python3-devel python3-setuptools gcc
|
|
||||||
|
BuildRequires: pkgconfig fuse-devel python2-devel python2-setuptools
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides python interface to libfuse. FUSE is a userspace filesystem
|
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.
|
framework that can be used to implement a filesystem in a userspace program.
|
||||||
|
|
||||||
%package -n python3-fuse
|
%package -n python2-fuse
|
||||||
Summary: Python interface for FUSE - filesystem in userspace
|
Summary: Python interface for FUSE - filesystem in userspace
|
||||||
Provides: python-fuse = %{version}-%{release}
|
Provides: python-fuse = %{version}-%{release}
|
||||||
%{?python_provide:%python_provide python3-fuse}
|
%{?python_provide:%python_provide python2-fuse}
|
||||||
Provides: fuse-python = %{version}-%{release}
|
Provides: fuse-python = %{version}-%{release}
|
||||||
Obsoletes: fuse-python < %{version}-%{release}
|
Obsoletes: fuse-python < %{version}-%{release}
|
||||||
|
|
||||||
%description -n python3-fuse
|
%description -n python2-fuse
|
||||||
This package provides python interface to libfuse. FUSE is a userspace filesystem
|
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.
|
framework that can be used to implement a filesystem in a userspace program.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n python-fuse-%{version} -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py2_build
|
||||||
|
mv -f Changelog Changelog.old
|
||||||
|
iconv -f iso8859-1 -t utf-8 < Changelog.old > Changelog
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%py2_install
|
||||||
|
|
||||||
%files -n python3-fuse
|
%files -n python2-fuse
|
||||||
%doc COPYING AUTHORS FAQ example
|
%doc COPYING AUTHORS Changelog FAQ example README.1st
|
||||||
%doc README.new_fusepy_api README.md README.historic README.package_maintainers
|
%doc README.new_fusepy_api README.new_fusepy_api.html README.package_maintainers
|
||||||
%{python3_sitearch}/*
|
%{python2_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jan 05 2024 Paul Thomas <paulthomas100199@gmail.com> - 1.0.7-1
|
|
||||||
- update to version 1.0.7
|
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
* 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
|
* Wed Mar 11 2020 Chen Dingxiao <chendingxiao1@huawei.com> - 0.2.1-24
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: github
|
version_control: github
|
||||||
src_repo: libfuse/python-fuse
|
src_repo: libfuse/python-fuse
|
||||||
tag_prefix: ^v
|
tag_prefix: "^v"
|
||||||
seperator: .
|
seperator: "."
|
||||||
|
|||||||
BIN
v1.0.7.tar.gz
BIN
v1.0.7.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user