SHA256
1
0
forked from pool/ldapfuse

Autobuild autoformatter for 79018

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldapfuse?expand=0&rev=2
This commit is contained in:
Sascha Peilicke 2011-08-16 12:30:19 +00:00 committed by Git OBS Bridge
parent a46bf0cc69
commit 02657e9ab6

View File

@ -1,16 +1,35 @@
#
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: ldapfuse
Version: 0.38
Release: 1
%define realver 0~38
Release: 0
Group: System/Filesystems
Summary: Browse LDAP trees via filesystem
License: GPLv3
URL: http://ldapfuse.sf.net/
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: pkg-config >= 0.19, libHX-devel >= 3.4, 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.