2007-01-12 01:41:15 +01:00
|
|
|
#
|
2011-12-13 12:01:39 +01:00
|
|
|
# spec file for package yast2-ldap
|
2007-01-12 01:41:15 +01:00
|
|
|
#
|
2013-01-22 14:01:32 +01:00
|
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2011-12-13 12:01:39 +01:00
|
|
|
#
|
|
|
|
# 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.
|
2007-01-12 01:41:15 +01:00
|
|
|
|
2011-12-13 12:01:39 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
2007-01-12 01:41:15 +01:00
|
|
|
|
2012-01-24 17:12:41 +01:00
|
|
|
|
2011-12-13 12:01:39 +01:00
|
|
|
Name: yast2-ldap
|
2013-11-15 13:10:21 +01:00
|
|
|
Version: 3.1.1
|
2011-12-13 12:01:39 +01:00
|
|
|
Release: 0
|
2008-02-27 10:16:30 +01:00
|
|
|
|
2011-12-13 12:01:39 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2013-10-08 14:39:15 +02:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2011-01-14 01:58:16 +01:00
|
|
|
|
2012-03-26 11:04:38 +02:00
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: libldapcpp-devel
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: yast2
|
|
|
|
BuildRequires: yast2-core-devel
|
2013-10-08 14:39:15 +02:00
|
|
|
BuildRequires: yast2-devtools >= 3.0.6
|
2012-01-24 17:12:41 +01:00
|
|
|
Summary: YaST2 - LDAP Agent
|
2012-03-26 11:04:38 +02:00
|
|
|
License: GPL-2.0
|
|
|
|
Group: System/YaST
|
|
|
|
Requires: ldapcpplib
|
|
|
|
Requires: yast2
|
2007-01-12 01:41:15 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
This agent is used by various YaST2 modules to work with LDAP. It
|
|
|
|
enables searching the LDAP tree and adding/deleting/modifying items on
|
|
|
|
an LDAP server.
|
|
|
|
|
|
|
|
%prep
|
2013-10-08 14:39:15 +02:00
|
|
|
%setup -n %{name}-%{version}
|
2007-01-12 01:41:15 +01:00
|
|
|
|
|
|
|
%build
|
2013-10-08 14:39:15 +02:00
|
|
|
%yast_build
|
2007-01-12 01:41:15 +01:00
|
|
|
|
|
|
|
%install
|
2013-10-08 14:39:15 +02:00
|
|
|
%yast_install
|
2007-01-12 01:41:15 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2013-10-08 14:39:15 +02:00
|
|
|
%{yast_moduledir}/*
|
|
|
|
%{yast_scrconfdir}/*.scr
|
|
|
|
%{yast_plugindir}/libpy2ag_ldap.so.*
|
|
|
|
%{yast_plugindir}/libpy2ag_ldap.so
|
|
|
|
%{yast_plugindir}/libpy2ag_ldap.la
|
|
|
|
%doc %{yast_docdir}
|
2011-12-13 12:01:39 +01:00
|
|
|
|
|
|
|
%changelog
|