!3 Update fuse-python from 0.2.1 to 1.0.0
From: @lei_ju Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
3cf524d03d
Binary file not shown.
BIN
fuse-python-1.0.0.tar.gz
Normal file
BIN
fuse-python-1.0.0.tar.gz
Normal file
Binary file not shown.
@ -1,44 +1,44 @@
|
|||||||
Name: fuse-python
|
Name: fuse-python
|
||||||
Version: 0.2.1
|
Version: 1.0.0
|
||||||
Release: 24
|
Release: 1
|
||||||
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/releases/download/0.2.1/fuse-python-0.2.1.tar.gz
|
Source0: https://github.com/libfuse/python-fuse/archive/fuse-python-%{version}.tar.gz
|
||||||
|
BuildRequires: pkgconfig fuse-devel python3-devel python3-setuptools
|
||||||
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 python2-fuse
|
%package -n python3-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 python2-fuse}
|
%{?python_provide:%python_provide python3-fuse}
|
||||||
Provides: fuse-python = %{version}-%{release}
|
Provides: fuse-python = %{version}-%{release}
|
||||||
Obsoletes: 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
|
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 -p1
|
%autosetup -n python-fuse-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py2_build
|
%py3_build
|
||||||
mv -f Changelog Changelog.old
|
|
||||||
iconv -f iso8859-1 -t utf-8 < Changelog.old > Changelog
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py2_install
|
%py3_install
|
||||||
|
|
||||||
%files -n python2-fuse
|
%files -n python3-fuse
|
||||||
%doc COPYING AUTHORS Changelog FAQ example README.1st
|
%doc COPYING AUTHORS FAQ example
|
||||||
%doc README.new_fusepy_api README.new_fusepy_api.html README.package_maintainers
|
%doc README.new_fusepy_api README.md README.historic README.package_maintainers
|
||||||
%{python2_sitearch}/*
|
%{python3_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user