diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-03-18 09:28:05 -0700 |
---|---|---|
committer | Sabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org> | 2014-11-10 15:07:46 +0100 |
commit | 42c886e2323f2dd89a0ab4346147a1e00100d809 (patch) | |
tree | 70e811bec9ea22f64579c842b8ed0e773680ded6 | |
parent | 9125dc2b15f0516f1e9ab1331c880ac9b4fc4818 (diff) | |
download | libtasn1-42c886e2323f2dd89a0ab4346147a1e00100d809.tar.gz libtasn1-42c886e2323f2dd89a0ab4346147a1e00100d809.tar.bz2 libtasn1-42c886e2323f2dd89a0ab4346147a1e00100d809.zip |
Fixed package group
-rw-r--r-- | packaging/libtasn1.spec | 22 |
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 |