summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-03-18 09:28:05 -0700
committerAnas Nashif <anas.nashif@intel.com>2013-03-18 09:28:05 -0700
commit2de8b50bce6a0ec2298ef0b294b05c61845c939c (patch)
tree87a081d89532a56a29b964b6830819f2d960ee3d
parentbce293ba56e9ca3eedf462a3e357ac8328b0a0cd (diff)
downloadlibtasn1-2de8b50bce6a0ec2298ef0b294b05c61845c939c.tar.gz
libtasn1-2de8b50bce6a0ec2298ef0b294b05c61845c939c.tar.bz2
libtasn1-2de8b50bce6a0ec2298ef0b294b05c61845c939c.zip
Fixed package group
-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