From 74bae0aa2572d1cf0d3f88d0170b47621e9e8b92268cbe491f5df0a5ad043e86 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 21 May 2012 17:58:20 +0000 Subject: [PATCH] Feed through formatter for factory-auto OBS-URL: https://build.opensuse.org/package/show/filesystems/bindfs?expand=0&rev=3 --- bindfs.spec | 55 +++++++++++++++++++++++++++++++++++------------------ 1 file changed, 36 insertions(+), 19 deletions(-) diff --git a/bindfs.spec b/bindfs.spec index a22b0bc..dd234f1 100644 --- a/bindfs.spec +++ b/bindfs.spec @@ -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: