summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-03-18 09:45:58 -0700
committerJosé Bollo <jose.bollo@open.eurogiciel.org>2014-11-12 15:28:22 +0100
commit5ff5de572725d87f9f482dd677f03ee49825dfa1 (patch)
treef2c38776f488a73bb0a3cab7b3d9ca8cf6b5e0fe
parent00174edc4222051d3914553256a97d684a9fdba1 (diff)
downloadnettle-5ff5de572725d87f9f482dd677f03ee49825dfa1.tar.gz
nettle-5ff5de572725d87f9f482dd677f03ee49825dfa1.tar.bz2
nettle-5ff5de572725d87f9f482dd677f03ee49825dfa1.zip
Fixed package group and set license
-rw-r--r--packaging/nettle.spec16
1 files changed, 5 insertions, 11 deletions
diff --git a/packaging/nettle.spec b/packaging/nettle.spec
index b696fdb..3c4a761 100644
--- a/packaging/nettle.spec
+++ b/packaging/nettle.spec
@@ -3,7 +3,7 @@ Version: 2.4
Release: 0
Summary: Cryptographic Library
License: LGPL-2.1+ and GPL-2.0+
-Group: System/Libraries
+Group: Security/Crypto Libraries
Source0: ftp://ftp.lysator.liu.se/pub/security/lsh/nettle-%{version}.tar.gz
Source1: baselibs.conf
BuildRequires: gmp-devel
@@ -18,7 +18,7 @@ Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.
Summary: Cryptographic Library for Public Key Algorithms
License: LGPL-2.1+
-Group: System/Libraries
+Group: Security/Crypto Libraries
%description -n libhogweed
Nettle is a cryptographic library that is designed to fit easily in more or
@@ -30,7 +30,7 @@ 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++
+Group: Development/Libraries
Requires: glibc-devel
Requires: gmp-devel
Requires: libhogweed = %{version}
@@ -45,7 +45,7 @@ Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.
Summary: Cryptographic Tools
License: LGPL-2.1+ and GPL-2.0+
-Group: Productivity/Security
+Group: Security/Crypto Libraries
%description -n libnettle
Nettle is a cryptographic library that is designed to fit easily in more or
@@ -81,7 +81,7 @@ make check
%files -n libnettle
%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
%{_libdir}/libnettle.so.*
%files -n libhogweed
@@ -99,15 +99,9 @@ make check
%files -n nettle
%defattr(-,root,root)
-%doc COPYING*
%{_bindir}/nettle-lfib-stream
%{_bindir}/pkcs1-conv
%{_bindir}/sexp-conv
%{_bindir}/nettle-hash
-# Local Variables:
-# mode: rpm-spec
-# tab-width: 3
-# End:
-
%changelog