SHA256
1
0
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:
Jan Engelhardt 2012-05-21 17:32:23 +00:00 committed by Git OBS Bridge
parent 6b029cbcc7
commit bf1cab2fe1
2 changed files with 7 additions and 4 deletions

View File

@ -1,16 +1,19 @@
Name: fuse-bindfs Name: bindfs
Version: 1.10.2 Version: 1.10.2
Release: 0 Release: 0
Summary: Mount Directories to other Locations and alter Permission Bits Summary: Mount Directories to other Locations and alter Permission Bits
# http://bindfs.googlecode.com/files/bindfs-%{version}.tar.gz # 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/ URL: http://code.google.com/p/bindfs/
Group: System/Filesystems Group: System/Filesystems
License: GPL-2.0+ License: GPL-2.0+
BuildRoot: %{_tmppath}/build-%{name}-%{version} BuildRoot: %{_tmppath}/build-%{name}-%{version}
#BuildRequires: autoconf automake # only for when regeneration is needed
BuildRequires: fuse-devel >= 2.5.3 BuildRequires: fuse-devel >= 2.5.3
BuildRequires: gcc make glibc-devel 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 %description
bindfs is a FUSE filesystem for mounting a directory to another location, 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. using various rules.
%prep %prep
%setup -q -n "bindfs-%{version}" %setup -q
%build %build
%configure %configure