Compare commits
10 Commits
bd7abb0634
...
a6c0da6b1f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6c0da6b1f | ||
|
|
3672c5b4cb | ||
|
|
ab9eaa723e | ||
|
|
53b0aaf537 | ||
|
|
c744b787c3 | ||
|
|
1ab00c8973 | ||
|
|
3cf524d03d | ||
|
|
88e3a544c0 | ||
|
|
3d1cc31596 | ||
|
|
a413c9c078 |
Binary file not shown.
@ -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
|
||||
|
||||
@ -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
BIN
v1.0.7.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user