2012-05-21 19:58:20 +02:00
|
|
|
#
|
|
|
|
# spec file for package bindfs
|
|
|
|
#
|
2017-09-02 12:20:53 +02:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: bindfs
|
2017-09-02 11:55:43 +02:00
|
|
|
Version: 1.13.7
|
2012-05-21 19:58:20 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Mount Directories to other Locations and alter Permission Bits
|
|
|
|
License: GPL-2.0+
|
|
|
|
Group: System/Filesystems
|
2013-11-24 12:16:27 +01:00
|
|
|
Url: http://bindfs.org/
|
2012-05-21 19:58:20 +02:00
|
|
|
|
2012-07-03 01:36:42 +02:00
|
|
|
#Git-Clone: git://github.com/mpartel/bindfs
|
2014-08-06 05:40:04 +02:00
|
|
|
Source: http://bindfs.org/downloads/%name-%version.tar.gz
|
2012-05-21 19:58:20 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildRequires: pkgconfig
|
2013-11-24 12:16:27 +01:00
|
|
|
BuildRequires: pkgconfig(fuse) >= 2.6.0
|
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
|
2012-05-21 19:32:23 +02:00
|
|
|
%setup -q
|
2012-05-10 09:55:27 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2012-10-17 18:07:47 +02:00
|
|
|
make install DESTDIR="%buildroot";
|
2012-05-10 09:55:27 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2012-10-17 18:07:47 +02:00
|
|
|
%doc ChangeLog COPYING
|
|
|
|
%_bindir/bindfs
|
|
|
|
%_mandir/man1/bindfs.1*
|
2012-05-10 09:55:27 +02:00
|
|
|
|
|
|
|
%changelog
|