SHA256
1
0
forked from pool/bindfs

Feed through formatter for factory-auto

OBS-URL: https://build.opensuse.org/package/show/filesystems/bindfs?expand=0&rev=3
This commit is contained in:
Jan Engelhardt 2012-05-21 17:58:20 +00:00 committed by Git OBS Bridge
parent bf1cab2fe1
commit 74bae0aa25

View File

@ -1,19 +1,41 @@
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}
#
# spec file for package bindfs
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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
Version: 1.10.2
Release: 0
Summary: Mount Directories to other Locations and alter Permission Bits
License: GPL-2.0+
Group: System/Filesystems
#DL-URL: http://bindfs.googlecode.com/files/bindfs-%{version}.tar.gz
Source: %name-%version.tar.bz2
Url: http://code.google.com/p/bindfs/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#BuildRequires: autoconf automake # only for when regeneration is needed
BuildRequires: fuse-devel >= 2.5.3
BuildRequires: gcc make glibc-devel
BuildRequires: libtool pkgconfig
BuildRequires: fuse-devel >= 2.5.3
BuildRequires: gcc
BuildRequires: glibc-devel
BuildRequires: libtool
BuildRequires: make
BuildRequires: pkgconfig
# Just for filesystems: project for a short while, hence no Provides et al.
Obsoletes: fuse-bindfs
Obsoletes: fuse-bindfs
%description
bindfs is a FUSE filesystem for mounting a directory to another location,
@ -37,8 +59,3 @@ make %{?_smp_mflags}
%doc %{_mandir}/man1/bindfs.1%{ext_man}
%changelog
# vim: set sw=3 ts=3 noet:
# Local Variables:
# mode: rpm-spec
# tab-width: 3
# End: