2012-05-21 19:58:20 +02:00
|
|
|
#
|
|
|
|
# spec file for package bindfs
|
|
|
|
#
|
2021-02-26 20:51:59 +01:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2012-05-21 19:58:20 +02: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 22:09:17 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-05-21 19:58:20 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: bindfs
|
2021-02-26 20:51:59 +01:00
|
|
|
Version: 1.15.1
|
2012-05-21 19:58:20 +02:00
|
|
|
Release: 0
|
2019-08-22 22:09:17 +02:00
|
|
|
Summary: Filesystem for mapping directories with alternate permissions
|
|
|
|
License: GPL-2.0-or-later
|
2012-05-21 19:58:20 +02:00
|
|
|
Group: System/Filesystems
|
2019-08-22 22:09:17 +02:00
|
|
|
URL: https://bindfs.org/
|
|
|
|
|
2020-01-08 11:22:16 +01:00
|
|
|
#Git-Clone: https://github.com/mpartel/bindfs
|
2019-08-22 22:09:17 +02:00
|
|
|
Source: https://bindfs.org/downloads/%name-%version.tar.gz
|
|
|
|
BuildRequires: pkg-config
|
2021-02-26 20:51:59 +01:00
|
|
|
BuildRequires: pkgconfig(fuse3) >= 3.10.2
|
2012-05-10 09:55:27 +02:00
|
|
|
|
|
|
|
%description
|
2012-10-17 18:07:47 +02: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 09:55:27 +02:00
|
|
|
|
|
|
|
%prep
|
2019-08-22 22:09:17 +02:00
|
|
|
%autosetup -p1
|
2012-05-10 09:55:27 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2021-02-26 20:51:59 +01:00
|
|
|
%make_build
|
2012-05-10 09:55:27 +02:00
|
|
|
|
|
|
|
%install
|
2017-11-08 20:27:22 +01:00
|
|
|
%make_install
|
2012-05-10 09:55:27 +02:00
|
|
|
|
|
|
|
%files
|
2019-08-22 22:09:17 +02:00
|
|
|
%doc ChangeLog
|
|
|
|
%license COPYING
|
2017-11-08 20:28:04 +01:00
|
|
|
%_bindir/%name
|
|
|
|
%_mandir/man1/%name.1%ext_man
|
2012-05-10 09:55:27 +02:00
|
|
|
|
|
|
|
%changelog
|