forked from pool/bindfs
Accepting request 120634 from home:jengelh:branches:filesystems
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
This commit is contained in:
parent
6b029cbcc7
commit
bf1cab2fe1
@ -1,16 +1,19 @@
|
||||
Name: fuse-bindfs
|
||||
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: bindfs-%{version}.tar.bz2
|
||||
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: autoconf automake libtool pkgconfig
|
||||
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,
|
||||
@ -18,7 +21,7 @@ similarly to mount --bind. The permissions inside the mountpoint can be altered
|
||||
using various rules.
|
||||
|
||||
%prep
|
||||
%setup -q -n "bindfs-%{version}"
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
Loading…
Reference in New Issue
Block a user