2012-05-21 17:58:20 +00:00
|
|
|
#
|
|
|
|
# spec file for package bindfs
|
|
|
|
#
|
2023-03-07 19:51:43 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2012-05-21 17:58:20 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-08-22 20:09:17 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-05-21 17:58:20 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: bindfs
|
2023-11-25 17:01:04 +00:00
|
|
|
Version: 1.17.6
|
2012-05-21 17:58:20 +00:00
|
|
|
Release: 0
|
2019-08-22 20:09:17 +00:00
|
|
|
Summary: Filesystem for mapping directories with alternate permissions
|
|
|
|
License: GPL-2.0-or-later
|
2012-05-21 17:58:20 +00:00
|
|
|
Group: System/Filesystems
|
2019-08-22 20:09:17 +00:00
|
|
|
URL: https://bindfs.org/
|
2020-01-08 10:22:16 +00:00
|
|
|
#Git-Clone: https://github.com/mpartel/bindfs
|
2023-06-27 06:57:12 +00:00
|
|
|
Source: https://bindfs.org/downloads/%name-%version.tar.gz
|
2023-06-27 06:56:45 +00:00
|
|
|
BuildRequires: pkgconfig
|
2021-02-26 19:51:59 +00:00
|
|
|
BuildRequires: pkgconfig(fuse3) >= 3.10.2
|
2012-05-10 07:55:27 +00:00
|
|
|
|
|
|
|
%description
|
2012-10-17 16:07:47 +00:00
|
|
|
bindfs is a FUSE filesystem for mounting a directory to another
|
|
|
|
location, similarly to mount --bind. The permissions inside the
|
|
|
|
mountpoint can be altered using various rules.
|
2012-05-10 07:55:27 +00:00
|
|
|
|
|
|
|
%prep
|
2019-08-22 20:09:17 +00:00
|
|
|
%autosetup -p1
|
2012-05-10 07:55:27 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2021-02-26 19:51:59 +00:00
|
|
|
%make_build
|
2012-05-10 07:55:27 +00:00
|
|
|
|
|
|
|
%install
|
2017-11-08 19:27:22 +00:00
|
|
|
%make_install
|
2012-05-10 07:55:27 +00:00
|
|
|
|
|
|
|
%files
|
2019-08-22 20:09:17 +00:00
|
|
|
%doc ChangeLog
|
|
|
|
%license COPYING
|
2023-06-27 06:57:12 +00:00
|
|
|
%_bindir/%name
|
|
|
|
%_mandir/man1/%name.1%{?ext_man}
|
2012-05-10 07:55:27 +00:00
|
|
|
|
|
|
|
%changelog
|