< Tue Jan 24 17:09:51 CET 2012 - jsuchome@suse.cz
< 
< - confirmed license
< - 2.22.0 
< 
< -------------------------------------------------------------------

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-ldap?expand=0&rev=24
This commit is contained in:
Jiří Suchomel 2012-01-24 16:12:41 +00:00 committed by Git OBS Bridge
parent 76c49a11db
commit af3ab9995c
4 changed files with 16 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27a872b5bfe883cafdaeb8ea8b1ac771c62877af8c3f1ec68c17a3dcc8768a90
size 269897

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80b9b809ca98bab89df9b5b0522f5ca8884e93cce2774acd6ef646b002c02f25
size 285956

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 24 17:09:51 CET 2012 - jsuchome@suse.cz
- confirmed license
- 2.22.0
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 25 12:21:42 UTC 2011 - coolo@suse.com Fri Nov 25 12:21:42 UTC 2011 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package yast2-ldap # spec file for package yast2-ldap
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,24 +15,19 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: yast2-ldap Name: yast2-ldap
Version: 2.21.1 Version: 2.22.0
Release: 0 Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-ldap-%{version}.tar.bz2 Source0: yast2-ldap-%{version}.tar.bz2
BuildRequires: doxygen
BuildRequires: gcc-c++
BuildRequires: libldapcpp-devel
BuildRequires: libtool
BuildRequires: libxcrypt-devel
BuildRequires: yast2
BuildRequires: yast2-core-devel
BuildRequires: yast2-devtools
Summary: YaST2 - LDAP Agent
License: GPL-2.0+
Group: System/YaST Group: System/YaST
License: GPL-2.0
BuildRequires: doxygen gcc-c++ libldapcpp-devel libtool libxcrypt-devel yast2 yast2-core-devel yast2-devtools
Summary: YaST2 - LDAP Agent
Requires: ldapcpplib yast2 Requires: ldapcpplib yast2
%description %description
@ -51,7 +46,6 @@ autoreconf --force --install
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
%{?suse_update_config:%{suse_update_config -f}}
./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir} ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
# V=1: verbose build in case we used AM_SILENT_RULES(yes) # V=1: verbose build in case we used AM_SILENT_RULES(yes)
# so that RPM_OPT_FLAGS check works # so that RPM_OPT_FLAGS check works