forked from pool/libheimdal
This commit is contained in:
parent
b751e1507f
commit
34e07eeb39
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libheimdal
|
# spec file for package libheimdal
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX 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
|
||||||
@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
Name: libheimdal
|
Name: libheimdal
|
||||||
Summary: Libraries of Kerberos 5 implementation
|
Summary: Libraries of Kerberos 5 implementation
|
||||||
|
License: BSD-3-Clause
|
||||||
|
Group: System/Libraries
|
||||||
Version: 1.6rc2
|
Version: 1.6rc2
|
||||||
Release: 1
|
Release: 0
|
||||||
Url: http://www.h5l.org
|
Url: http://www.h5l.org
|
||||||
Source0: http://www.h5l.org/dist/src/heimdal-%{version}.tar.gz
|
Source0: http://www.h5l.org/dist/src/heimdal-%{version}.tar.gz
|
||||||
Source1: http://www.h5l.org/dist/src/heimdal-%{version}.tar.gz.asc
|
Source1: http://www.h5l.org/dist/src/heimdal-%{version}.tar.gz.asc
|
||||||
Patch0: heimdal-version-script-client.map.patch
|
Patch0: heimdal-version-script-client.map.patch
|
||||||
License: BSD-3-Clause
|
|
||||||
Group: System/Libraries
|
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xau)
|
BuildRequires: pkgconfig(xau)
|
||||||
BuildRequires: pkgconfig(xt)
|
BuildRequires: pkgconfig(xt)
|
||||||
@ -34,17 +34,17 @@ BuildRequires: pkgconfig(ncurses) >= 5.3
|
|||||||
%else
|
%else
|
||||||
BuildRequires: ncurses-devel >= 5.3
|
BuildRequires: ncurses-devel >= 5.3
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(sqlite3)
|
BuildRequires: bison
|
||||||
BuildRequires: db-devel >= 4.2.52
|
BuildRequires: db-devel >= 4.2.52
|
||||||
BuildRequires: e2fsprogs-devel
|
BuildRequires: e2fsprogs-devel
|
||||||
BuildRequires: openldap2-devel >= 2.0
|
|
||||||
BuildRequires: pam-devel
|
|
||||||
BuildRequires: readline-devel
|
|
||||||
BuildRequires: bison
|
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
BuildRequires: openldap2-devel >= 2.0
|
||||||
|
BuildRequires: pam-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: readline-devel
|
||||||
BuildRequires: texinfo
|
BuildRequires: texinfo
|
||||||
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -152,3 +152,5 @@ shopt -u extglob
|
|||||||
%{_includedir}/roken/*.h
|
%{_includedir}/roken/*.h
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user