forked from pool/bindfs
Jan Engelhardt
bf1cab2fe1
Rename to bindfs, step 2 OBS-URL: https://build.opensuse.org/request/show/120634 OBS-URL: https://build.opensuse.org/package/show/filesystems/bindfs?expand=0&rev=2
45 lines
1.1 KiB
RPMSpec
45 lines
1.1 KiB
RPMSpec
Name: bindfs
|
|
Version: 1.10.2
|
|
Release: 0
|
|
Summary: Mount Directories to other Locations and alter Permission Bits
|
|
# http://bindfs.googlecode.com/files/bindfs-%{version}.tar.gz
|
|
Source: %name-%version.tar.bz2
|
|
URL: http://code.google.com/p/bindfs/
|
|
Group: System/Filesystems
|
|
License: GPL-2.0+
|
|
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
|
#BuildRequires: autoconf automake # only for when regeneration is needed
|
|
BuildRequires: fuse-devel >= 2.5.3
|
|
BuildRequires: gcc make glibc-devel
|
|
BuildRequires: libtool pkgconfig
|
|
# Just for filesystems: project for a short while, hence no Provides et al.
|
|
Obsoletes: fuse-bindfs
|
|
|
|
%description
|
|
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.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%makeinstall
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc ChangeLog COPYING README TODO
|
|
%{_bindir}/bindfs
|
|
%doc %{_mandir}/man1/bindfs.1%{ext_man}
|
|
|
|
%changelog
|
|
# vim: set sw=3 ts=3 noet:
|
|
# Local Variables:
|
|
# mode: rpm-spec
|
|
# tab-width: 3
|
|
# End:
|