Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37517003
en ru br
Репозитории ALT

Группа :: Система/Ядро и оборудование
Пакет: s3fs-fuse

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name:     s3fs-fuse
Version:  1.92
Release:  alt1

Summary:  FUSE-based file system backed by Amazon S3

License:  GPL-2.0
Group:    System/Kernel and hardware
Url:      https://github.com/s3fs-fuse/s3fs-fuse

Packager: Grigory Ustinov <grenka at altlinux.org>

Source:   %name-%version.tar

BuildRequires: gcc-c++ make
BuildRequires: libfuse-devel
BuildRequires: libcurl-devel
BuildRequires: libxml2-devel
BuildRequires: libssl-devel

Conflicts: s3fs
Obsoletes: s3fs

%description
s3fs is a FUSE file system that allows you to mount an Amazon S3 bucket as a
local file system. It stores files natively and transparently in S3 (i.e.,
you can use other programs to access the same files). Maximum file size is
5 TB when using multipart upload.

s3fs is stable and is being used in number of production environments, e.g.,
rsync backup to s3.

%prep
%setup

%build
./autogen.sh
%configure
%make_build

%install
%makeinstall_std

%files
%doc AUTHORS README.md ChangeLog
%_bindir/s3fs
%_man1dir/*.1.xz

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin