1 Star 0 Fork 7

ethan848/s3fs-fuse

forked from src-openEuler/s3fs-fuse 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
s3fs-fuse.spec 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
ethan848 提交于 2020-09-29 17:43 +08:00 . update s3fs-fuse.spec.
Name: s3fs-fuse
Version: 1.87
Release: 2
Summary: FUSE-based file system backed by Amazon S3
License: GPLv2+
URL: https://github.com/s3fs-fuse/s3fs-fuse
Source0: https://github.com/s3fs-fuse/s3fs-fuse/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: passwd-s3fs
Requires: fuse-libs >= 2.8.4 fuse >= 2.8.4 mailcap
BuildRequires: automake gcc-c++ make pkgconfig pkgconfig(fuse) >= 2.8.4 pkgconfig(libcurl) pkgconfig(libxml-2.0) pkgconfig(openssl)
%description
s3fs allows Linux and macOS to mount an S3 bucket via FUSE. s3fs preserves the native object format for files, allowing use o
f other tools like AWS CLI
%prep
%autosetup -p1
%build
cp -p %{SOURCE1} passwd-s3fs
./autogen.sh
%configure
%make_build
%install
%make_install
%files
%{_bindir}/s3fs
%{_mandir}/man1/s3fs.1*
%doc AUTHORS README.md ChangeLog passwd-s3fs
%{!?_licensedir:%global license %doc}
%license COPYING
%changelog
* Tue Sep 29 2020 ethan848 <mingfangsen@huawei.com> - 1.87-2
- the spec file included description,delete readme files.
* Sun Sep 27 2020 volcanodragon <linfeilong@huawei.com> - 1.87-1
- init s3fs-fuse package.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ethan848/s3fs-fuse.git
git@gitee.com:ethan848/s3fs-fuse.git
ethan848
s3fs-fuse
s3fs-fuse
master

搜索帮助