summaryrefslogtreecommitdiff
path: root/packaging/libtasn1.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/libtasn1.spec')
-rw-r--r--packaging/libtasn1.spec22
1 files changed, 18 insertions, 4 deletions
diff --git a/packaging/libtasn1.spec b/packaging/libtasn1.spec
index 7923040..8a7863b 100644
--- a/packaging/libtasn1.spec
+++ b/packaging/libtasn1.spec
@@ -4,7 +4,7 @@ Release: 0
License: LGPL-2.1+ and GPL-3.0
Summary: ASN
Url: http://ftp.gnu.org/gnu/libtasn1/
-Group: Productivity/Networking/Security
+Group: Security/Crypto Libraries
Source: %{name}-%{version}.tar.gz
Source99: baselibs.conf
BuildRequires: info
@@ -15,9 +15,19 @@ This is the ASN.1 library used in GNUTLS. More up to date information
can be found at http://www.gnu.org/software/gnutls and
http://www.gnutls.org
+%package tools
+Summary: ASN
+Group: Development/Libraries
+Requires: %{name} = %{version}
+
+%description tools
+This is the ASN.1 library used in GNUTLS. More up to date information
+can be found at http://www.gnu.org/software/gnutls and
+http://www.gnutls.org
+
%package devel
Summary: ASN
-Group: Productivity/Networking/Security
+Group: Development/Libraries
Requires: %{name} = %{version}
%description devel
@@ -35,7 +45,6 @@ make %{?_smp_mflags}
%install
%make_install
-
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@@ -43,9 +52,14 @@ make %{?_smp_mflags}
%docs_package
-%files
+
+%files tools
%defattr(-, root, root)
%{_bindir}/*
+
+%files
+%defattr(-, root, root)
+%license COPYING COPYING.LIB
%{_libdir}/*.so.*
%files devel