Accepting request 454084 from network
1 OBS-URL: https://build.opensuse.org/request/show/454084 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libheimdal?expand=0&rev=3
This commit is contained in:
commit
ab216741a8
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 2 01:44:35 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Summary and RPM group update. Do a direct call to ldconfig
|
||||||
|
where possible.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 07 22:57:23 UTC 2017 - joerg.lorenzen@ki.tng.de
|
Sat Jan 07 22:57:23 UTC 2017 - joerg.lorenzen@ki.tng.de
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libheimdal
|
Name: libheimdal
|
||||||
Summary: Libraries of Kerberos 5 implementation
|
Summary: The Heimdal implementation of the Kerberos 5 protocol
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: System/Libraries
|
Group: Productivity/Networking/Security
|
||||||
Version: 7.1.0
|
Version: 7.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.h5l.org
|
Url: http://www.h5l.org
|
||||||
@ -40,14 +40,14 @@ BuildRequires: pkgconfig(ncurses) >= 5.3
|
|||||||
%else
|
%else
|
||||||
BuildRequires: ncurses-devel >= 5.3
|
BuildRequires: ncurses-devel >= 5.3
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: db-devel >= 4.8
|
|
||||||
BuildRequires: readline-devel
|
|
||||||
BuildRequires: automake >= 1.11
|
BuildRequires: automake >= 1.11
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
|
BuildRequires: db-devel >= 4.8
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: readline-devel
|
||||||
BuildRequires: texinfo
|
BuildRequires: texinfo
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -60,10 +60,10 @@ Other free implementations include the one from MIT, and Shishi.
|
|||||||
Also Microsoft Windows and Sun's Java come with implementations of Kerberos.
|
Also Microsoft Windows and Sun's Java come with implementations of Kerberos.
|
||||||
|
|
||||||
This package only provides libraries and devel files (binaries have been removed),
|
This package only provides libraries and devel files (binaries have been removed),
|
||||||
libraries are required by 64bit package of ICAClient version 13.2.
|
libraries are required by 64-bit package of ICAClient version 13.2.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Libraries of Kerberos 5 implementation
|
Summary: The Heimdal implementation of the Kerberos 5 protocol
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libheimdal = %{version}
|
Requires: libheimdal = %{version}
|
||||||
%if 0%{?sles_version} == 11
|
%if 0%{?sles_version} == 11
|
||||||
@ -92,7 +92,7 @@ Other free implementations include the one from MIT, and Shishi.
|
|||||||
Also Microsoft Windows and Sun's Java come with implementations of Kerberos.
|
Also Microsoft Windows and Sun's Java come with implementations of Kerberos.
|
||||||
|
|
||||||
This package only provides libraries and devel files (binaries have been removed),
|
This package only provides libraries and devel files (binaries have been removed),
|
||||||
libraries are required by 64bit package of ICAClient version 13.2.
|
libraries are required by 64-bit package of ICAClient version 13.2.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n heimdal-%{version}
|
%setup -q -n heimdal-%{version}
|
||||||
@ -115,8 +115,7 @@ rm -rf %{buildroot}%{_libdir}/*.la
|
|||||||
%install_info --info-dir=%{_infodir} %{_infodir}/heimdal.info.gz
|
%install_info --info-dir=%{_infodir} %{_infodir}/heimdal.info.gz
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/hx509.info.gz
|
%install_info --info-dir=%{_infodir} %{_infodir}/hx509.info.gz
|
||||||
|
|
||||||
%postun
|
%postun -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user