Compare commits

..

No commits in common. "a6c0da6b1fc00a6dbaf0d0d8675716f8fade89a4" and "bd7abb06346fc6d045097912225ae5500588dff4" have entirely different histories.

4 changed files with 19 additions and 29 deletions

BIN
fuse-python-0.2.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,54 +1,44 @@
Name: fuse-python
Version: 1.0.7
Release: 1
Version: 0.2.1
Release: 24
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/refs/tags/v%{version}.tar.gz
BuildRequires: pkgconfig fuse-devel python3-devel python3-setuptools gcc
Source0: https://github.com/libfuse/python-fuse/releases/download/0.2.1/fuse-python-0.2.1.tar.gz
BuildRequires: pkgconfig fuse-devel python2-devel python2-setuptools
%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
%package -n python2-fuse
Summary: Python interface for FUSE - filesystem in userspace
Provides: python-fuse = %{version}-%{release}
%{?python_provide:%python_provide python3-fuse}
%{?python_provide:%python_provide python2-fuse}
Provides: 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
framework that can be used to implement a filesystem in a userspace program.
%prep
%autosetup -n python-fuse-%{version} -p1
%autosetup -p1
%build
%py3_build
%py2_build
mv -f Changelog Changelog.old
iconv -f iso8859-1 -t utf-8 < Changelog.old > Changelog
%install
%py3_install
%py2_install
%files -n python3-fuse
%doc COPYING AUTHORS FAQ example
%doc README.new_fusepy_api README.md README.historic README.package_maintainers
%{python3_sitearch}/*
%files -n python2-fuse
%doc COPYING AUTHORS Changelog FAQ example README.1st
%doc README.new_fusepy_api README.new_fusepy_api.html README.package_maintainers
%{python2_sitearch}/*
%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
- Package init

View File

@ -1,4 +1,4 @@
version_control: github
src_repo: libfuse/python-fuse
tag_prefix: ^v
seperator: .
tag_prefix: "^v"
seperator: "."

Binary file not shown.