From 42c886e2323f2dd89a0ab4346147a1e00100d809 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 18 Mar 2013 09:28:05 -0700 Subject: Fixed package group --- packaging/libtasn1.spec | 22 ++++++++++++++++++---- 1 file 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 -- cgit v1.2.3