Accepting request 101383 from YaST:Head
- confirmed license - 2.22.0 OBS-URL: https://build.opensuse.org/request/show/101383 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-ldap?expand=0&rev=25
This commit is contained in:
commit
76cc530622
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:27a872b5bfe883cafdaeb8ea8b1ac771c62877af8c3f1ec68c17a3dcc8768a90
|
|
||||||
size 269897
|
|
3
yast2-ldap-2.22.0.tar.bz2
Normal file
3
yast2-ldap-2.22.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:80b9b809ca98bab89df9b5b0522f5ca8884e93cce2774acd6ef646b002c02f25
|
||||||
|
size 285956
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user