diff --git a/fuse-bindfs.changes b/bindfs.changes similarity index 100% rename from fuse-bindfs.changes rename to bindfs.changes diff --git a/fuse-bindfs.spec b/bindfs.spec similarity index 76% rename from fuse-bindfs.spec rename to bindfs.spec index 4950ef5..a22b0bc 100644 --- a/fuse-bindfs.spec +++ b/bindfs.spec @@ -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