From 02657e9ab635e92c03686bf4dfd5740f661c99127f556bd176ce3cf128094e8f Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 16 Aug 2011 12:30:19 +0000 Subject: [PATCH] Autobuild autoformatter for 79018 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldapfuse?expand=0&rev=2 --- ldapfuse.spec | 43 +++++++++++++++++++++++++++++++------------ 1 file changed, 31 insertions(+), 12 deletions(-) diff --git a/ldapfuse.spec b/ldapfuse.spec index 525f43d..ceda32e 100644 --- a/ldapfuse.spec +++ b/ldapfuse.spec @@ -1,16 +1,35 @@ -Name: ldapfuse -Version: 0.38 -%define realver 0~38 -Release: 0 -Group: System/Filesystems -Summary: Browse LDAP trees via filesystem -License: GPLv3 -URL: http://ldapfuse.sf.net/ +# +# spec file for package ldapfuse +# +# Copyright (c) 2011 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. -Source: %name-%realver.tar.xz -BuildRoot: %_tmppath/%name-%version-build -BuildRequires: fuse-devel >= 2.7, openldap2-devel >= 2.3 -BuildRequires: pkg-config >= 0.19, libHX-devel >= 3.4, xz +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + + +Name: ldapfuse +Version: 0.38 +Release: 1 +%define realver 0~38 +Group: System/Filesystems +Summary: Browse LDAP trees via filesystem +License: GPLv3 +Url: http://ldapfuse.sf.net/ + +Source: %name-%realver.tar.xz +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: fuse-devel >= 2.7 openldap2-devel >= 2.3 +BuildRequires: libHX-devel >= 3.4 pkg-config >= 0.19 xz %description A virtual filesystem for FUSE that allows to navigate an LDAP tree.