Dominique Leuenberger 2017-02-05 14:49:56 +00:00 committed by Git OBS Bridge
commit ab216741a8
2 changed files with 14 additions and 9 deletions

View File

@ -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

View File

@ -17,9 +17,9 @@
Name: libheimdal
Summary: Libraries of Kerberos 5 implementation
Summary: The Heimdal implementation of the Kerberos 5 protocol
License: BSD-3-Clause
Group: System/Libraries
Group: Productivity/Networking/Security
Version: 7.1.0
Release: 0
Url: http://www.h5l.org
@ -40,14 +40,14 @@ BuildRequires: pkgconfig(ncurses) >= 5.3
%else
BuildRequires: ncurses-devel >= 5.3
%endif
BuildRequires: db-devel >= 4.8
BuildRequires: readline-devel
BuildRequires: automake >= 1.11
BuildRequires: bison
BuildRequires: db-devel >= 4.8
BuildRequires: flex
BuildRequires: libtool
BuildRequires: pam-devel
BuildRequires: pkg-config
BuildRequires: readline-devel
BuildRequires: texinfo
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.
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
Summary: Libraries of Kerberos 5 implementation
Summary: The Heimdal implementation of the Kerberos 5 protocol
Group: Development/Libraries/C and C++
Requires: libheimdal = %{version}
%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.
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
%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}/hx509.info.gz
%postun
/sbin/ldconfig
%postun -p /sbin/ldconfig
%preun
/sbin/ldconfig