ce649ae512
- Update to version 2.7.1 * Fixed ecc_modp_mul call, to avoid invalid overlap of arguments to mpn_mul_n. Problem tracked down by Magnus Holmgren. * ARM fixes. - reference gpg signatures and keyring. checking not enabled as to avoid cycles. OBS-URL: https://build.opensuse.org/request/show/180886 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=13
158 lines
4.8 KiB
RPMSpec
158 lines
4.8 KiB
RPMSpec
# vim: set sw=3 ts=3 noet:
|
|
#
|
|
# spec file for package libnettle
|
|
#
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: libnettle
|
|
Version: 2.7.1
|
|
Release: 0
|
|
%define soname 4
|
|
%define hogweed_soname 2
|
|
Summary: Cryptographic Library
|
|
License: LGPL-2.1+ and GPL-2.0+
|
|
Group: System/Libraries
|
|
Source0: http://www.lysator.liu.se/~nisse/archive/nettle-%{version}.tar.gz
|
|
Source1: http://www.lysator.liu.se/~nisse/archive/nettle-%{version}.tar.gz.sig
|
|
Source2: %name.keyring
|
|
Source3: baselibs.conf
|
|
BuildRequires: gmp-devel
|
|
BuildRequires: makeinfo
|
|
BuildRequires: pkgconfig
|
|
PreReq: %install_info_prereq
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
Nettle is a cryptographic library that is designed to fit easily in more or
|
|
less any context: In crypto toolkits for object-oriented languages (C++,
|
|
Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.
|
|
|
|
%package -n libnettle%{soname}
|
|
|
|
Summary: Cryptographic Library
|
|
License: LGPL-2.1+
|
|
Group: System/Libraries
|
|
|
|
%description -n libnettle%{soname}
|
|
Nettle is a cryptographic library that is designed to fit easily in more or
|
|
less any context: In crypto toolkits for object-oriented languages (C++,
|
|
Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.
|
|
|
|
%package -n libhogweed%{hogweed_soname}
|
|
|
|
Summary: Cryptographic Library for Public Key Algorithms
|
|
License: LGPL-2.1+
|
|
Group: System/Libraries
|
|
|
|
%description -n libhogweed%{hogweed_soname}
|
|
Nettle is a cryptographic library that is designed to fit easily in more or
|
|
less any context: In crypto toolkits for object-oriented languages (C++,
|
|
Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.
|
|
|
|
The libhogweed library contains public key algorithms to use with libnettle.
|
|
|
|
%package -n libnettle-devel
|
|
Summary: Cryptographic Library
|
|
License: LGPL-2.1+
|
|
Group: Development/Libraries/C and C++
|
|
Requires: glibc-devel
|
|
Requires: gmp-devel
|
|
Requires: libhogweed%{hogweed_soname} = %{version}
|
|
Requires: libnettle%{soname} = %{version}
|
|
|
|
%description -n libnettle-devel
|
|
Nettle is a cryptographic library that is designed to fit easily in more or
|
|
less any context: In crypto toolkits for object-oriented languages (C++,
|
|
Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.
|
|
|
|
%package -n nettle
|
|
|
|
Summary: Cryptographic Tools
|
|
License: LGPL-2.1+ and GPL-2.0+
|
|
Group: Productivity/Security
|
|
|
|
%description -n nettle
|
|
Nettle is a cryptographic library that is designed to fit easily in more or
|
|
less any context: In crypto toolkits for object-oriented languages (C++,
|
|
Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.
|
|
|
|
This package contains a few command-line tools to perform cryptographic
|
|
operations using the nettle library.
|
|
|
|
%prep
|
|
%setup -q -n "nettle-%{version}"
|
|
|
|
%build
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%makeinstall
|
|
rm -f %{buildroot}%{_libdir}/*.a
|
|
|
|
%post -n libnettle%{soname} -p /sbin/ldconfig
|
|
|
|
%postun -n libnettle%{soname} -p /sbin/ldconfig
|
|
|
|
%post -n libhogweed%{hogweed_soname} -p /sbin/ldconfig
|
|
|
|
%postun -n libhogweed%{hogweed_soname} -p /sbin/ldconfig
|
|
|
|
%post -n libnettle-devel
|
|
%install_info --info-dir="%{_infodir}" "%{_infodir}"/nettle.info%{ext_info}
|
|
|
|
%postun -n libnettle-devel
|
|
%install_info_delete --info-dir="%{_infodir}" "%{_infodir}"/nettle.info%{ext_info}
|
|
|
|
%check
|
|
make check
|
|
|
|
%files -n libnettle%{soname}
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS ChangeLog COPYING* NEWS README TODO
|
|
%{_libdir}/libnettle.so.%{soname}
|
|
%{_libdir}/libnettle.so.%{soname}.*
|
|
|
|
%files -n libhogweed%{hogweed_soname}
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libhogweed.so.%{hogweed_soname}
|
|
%{_libdir}/libhogweed.so.%{hogweed_soname}.*
|
|
|
|
%files -n libnettle-devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/nettle
|
|
%{_libdir}/libnettle.so
|
|
%{_libdir}/libhogweed.so
|
|
%{_infodir}/nettle.info%{ext_info}
|
|
%{_libdir}/pkgconfig/hogweed.pc
|
|
%{_libdir}/pkgconfig/nettle.pc
|
|
|
|
%files -n nettle
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS ChangeLog COPYING* NEWS README TODO
|
|
%{_bindir}/nettle-lfib-stream
|
|
%{_bindir}/pkcs1-conv
|
|
%{_bindir}/sexp-conv
|
|
%{_bindir}/nettle-hash
|
|
|
|
# Local Variables:
|
|
# mode: rpm-spec
|
|
# tab-width: 3
|
|
# End:
|
|
|
|
%changelog
|