Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
a6c0da6b1f
!9 update to version 1.0.7
From: @Venland 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
2024-02-28 02:49:01 +00:00
lwg
3672c5b4cb update to version 1.0.7 2024-01-05 16:26:33 +08:00
openeuler-ci-bot
ab9eaa723e
!8 Update to version 1.0.5
From: @wang--ge 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2023-10-18 08:07:52 +00:00
wang--ge
53b0aaf537 update to version 1.0.5 2023-10-18 10:51:10 +08:00
openeuler-ci-bot
c744b787c3 !4 增加构建依赖gcc
From: @bzg1107
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-06-16 06:26:09 +00:00
baizg1107
1ab00c8973 add build requires for resolving building errors 2021-06-15 16:51:34 +08:00
openeuler-ci-bot
3cf524d03d !3 Update fuse-python from 0.2.1 to 1.0.0
From: @lei_ju
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-11-12 09:32:38 +08:00
lei_ju
88e3a544c0 update to 1.0.0 2020-11-11 17:12:48 +08:00
openeuler-ci-bot
3d1cc31596 !2 Add fuse-python yaml file
Merge pull request !2 from 雷炬/master
2020-05-09 19:08:06 +08:00
lei_ju
a413c9c078 Increase fuse-python yaml 2020-05-07 09:38:38 +08:00
4 changed files with 29 additions and 19 deletions

Binary file not shown.

View File

@ -1,44 +1,54 @@
Name: fuse-python
Version: 0.2.1
Release: 24
Version: 1.0.7
Release: 1
Summary: Python interface for FUSE - filesystem in userspace
License: LGPLv2
URL: https://github.com/libfuse/python-fuse
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
Source0: https://github.com/libfuse/python-fuse/archive/refs/tags/v%{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 python2-fuse
%package -n python3-fuse
Summary: Python interface for FUSE - filesystem in userspace
Provides: python-fuse = %{version}-%{release}
%{?python_provide:%python_provide python2-fuse}
%{?python_provide:%python_provide python3-fuse}
Provides: fuse-python = %{version}-%{release}
Obsoletes: fuse-python < %{version}-%{release}
%description -n python2-fuse
%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 -p1
%autosetup -n python-fuse-%{version} -p1
%build
%py2_build
mv -f Changelog Changelog.old
iconv -f iso8859-1 -t utf-8 < Changelog.old > Changelog
%py3_build
%install
%py2_install
%py3_install
%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}/*
%files -n python3-fuse
%doc COPYING AUTHORS FAQ example
%doc README.new_fusepy_api README.md README.historic README.package_maintainers
%{python3_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: .

BIN
v1.0.7.tar.gz Normal file

Binary file not shown.