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 # spec file for package bindfs
Release: 0 #
Summary: Mount Directories to other Locations and alter Permission Bits # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# http://bindfs.googlecode.com/files/bindfs-%{version}.tar.gz #
Source: %name-%version.tar.bz2 # All modifications and additions to the file contributed by third parties
URL: http://code.google.com/p/bindfs/ # remain the property of their copyright owners, unless otherwise agreed
Group: System/Filesystems # upon. The license for this file, and modifications and additions to the
License: GPL-2.0+ # file, is the same license as for the pristine package itself (unless the
BuildRoot: %{_tmppath}/build-%{name}-%{version} # 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: 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
BuildRequires: libtool pkgconfig BuildRequires: glibc-devel
BuildRequires: libtool
BuildRequires: make
BuildRequires: pkgconfig
# Just for filesystems: project for a short while, hence no Provides et al. # Just for filesystems: project for a short while, hence no Provides et al.
Obsoletes: fuse-bindfs 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,
@ -37,8 +59,3 @@ make %{?_smp_mflags}
%doc %{_mandir}/man1/bindfs.1%{ext_man} %doc %{_mandir}/man1/bindfs.1%{ext_man}
%changelog %changelog
# vim: set sw=3 ts=3 noet:
# Local Variables:
# mode: rpm-spec
# tab-width: 3
# End: