summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-06-26 08:43:02 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-06-26 08:43:02 -0400
commit632305a2dc3e7f400b599db44067a8c52f62c0fa (patch)
tree066305ec65293c0da68febe767830c9e3b612959
parent877d24193ce196e487d47965718ea83e39d99033 (diff)
downloadlibksba-632305a2dc3e7f400b599db44067a8c52f62c0fa.tar.gz
libksba-632305a2dc3e7f400b599db44067a8c52f62c0fa.tar.bz2
libksba-632305a2dc3e7f400b599db44067a8c52f62c0fa.zip
-rw-r--r--packaging/libksba.changes3
-rw-r--r--packaging/libksba.spec8
2 files changed, 6 insertions, 5 deletions
diff --git a/packaging/libksba.changes b/packaging/libksba.changes
index d1470fb..cd3d329 100644
--- a/packaging/libksba.changes
+++ b/packaging/libksba.changes
@@ -1,3 +1,6 @@
+* Wed Jun 26 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130509.181128@877d241
+- Fixed licenses and groups
+
* Tue Dec 11 2012 Anas Nashif <anas.nashif@intel.com> upstream/1.3.0@9c344bc
- fixed summary
- Imported Upstream version 1.3.0
diff --git a/packaging/libksba.spec b/packaging/libksba.spec
index 9f0e578..3271fbc 100644
--- a/packaging/libksba.spec
+++ b/packaging/libksba.spec
@@ -1,10 +1,10 @@
Name: libksba
Version: 1.3.0
Release: 1
-License: GPL-3.0+
+License: GPL-3.0+ and LGPL-3.0+
Summary: KSBA Library
Url: http://www.gnupg.org/aegypten/
-Group: Development/Libraries/C and C++
+Group: Security/Libraries
Source: libksba-%{version}.tar.bz2
BuildRequires: libgpg-error-devel >= 1.8
BuildRequires: libtool
@@ -14,9 +14,7 @@ KSBA is a library to simplify the task of working with X.509
certificates, CMS data, and related data.
%package devel
-License: GPL-2.0+ ; MIT
Summary: A X
-Group: Development/Libraries/C and C++
Requires: libgpg-error-devel
Requires: libksba = %{version}
Provides: libksba:/usr/include/ksba.h
@@ -48,7 +46,7 @@ make check
%files
%defattr(-,root,root)
-%license COPYING
+%license COPYING*
%{_libdir}/libksba*.so.*