Files
openRuyi/SPECS/bindfs/bindfs.spec
2025-10-27 12:05:11 +08:00

41 lines
1.1 KiB
RPMSpec

# SPDX-FileCopyrightText: (C) 2025 Institute of Software, Chinese Academy of Sciences (ISCAS)
# SPDX-FileCopyrightText: (C) 2025 openRuyi Project Contributors
# SPDX-FileContributor: Zheng Junjie <zhengjunjie@iscas.ac.cn>
# SPDX-FileContributor: yyjeqhc <1772413353@qq.com>
#
# SPDX-License-Identifier: MulanPSL-2.0
Name: bindfs
Version: 1.17.7
Release: %autorelease
Summary: A FUSE filesystem for mirroring a directory with altered permissions
License: GPL-2.0-or-later
URL: https://bindfs.org/
#!RemoteAsset
Source: https://bindfs.org/downloads/bindfs-%{version}.tar.gz
BuildSystem: autotools
BuildRequires: fuse-devel
BuildRequires: gcc
BuildRequires: make
BuildRequires: autoconf automake
Requires: fuse
%description
bindfs is a FUSE filesystem for mirroring a directory to another directory
and altering permission bits in the mirror.
# TODO: enabel when we have ruby.
%check
%files
%doc ChangeLog README.md
%license COPYING
%{_bindir}/bindfs
%{_mandir}/man1/bindfs.1*
%changelog
%{?autochangelog}