From 6fcdac4ffb646c4e71a68ff31950f7135fec51d9 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 22 Mar 2013 11:04:09 -0700 Subject: [PATCH] Fixed package groups --- packaging/p11-kit.changes | 3 +++ packaging/p11-kit.spec | 11 +++++------ 2 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 packaging/p11-kit.changes diff --git a/packaging/p11-kit.changes b/packaging/p11-kit.changes new file mode 100644 index 0000000..58bc5ab --- /dev/null +++ b/packaging/p11-kit.changes @@ -0,0 +1,3 @@ +* Fri Mar 22 2013 Anas Nashif upstream/0.12@615a0e5 +- Fixed package groups + diff --git a/packaging/p11-kit.spec b/packaging/p11-kit.spec index dc97dbb..b88ca3e 100644 --- a/packaging/p11-kit.spec +++ b/packaging/p11-kit.spec @@ -4,11 +4,10 @@ Release: 0 License: BSD-3-Clause Summary: Library to work with PKCS#11 modules Url: http://p11-glue.freedesktop.org/p11-kit.html -Group: Development/Libraries/C and C++ +Group: Security/Crypto Libraries Source0: http://p11-glue.freedesktop.org/releases/%{name}-%{version}.tar.gz Source99: baselibs.conf BuildRequires: pkg-config -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description p11-kit provides a way to load and enumerate PKCS#11 modules, as well @@ -17,7 +16,7 @@ such a way that they're discoverable. %package -n libp11-kit Summary: Library to work with PKCS#11 modules -Group: System/Libraries +Group: Security/Crypto Libraries %description -n libp11-kit p11-kit provides a way to load and enumerate PKCS#11 modules, as well @@ -26,7 +25,7 @@ such a way that they're discoverable. %package tools Summary: Library to work with PKCS#11 modules -- Tools -Group: Development/Libraries/C and C++ +Group: Security/Crypto Libraries %description tools p11-kit provides a way to load and enumerate PKCS#11 modules, as well @@ -35,7 +34,7 @@ such a way that they're discoverable. %package devel Summary: Library to work with PKCS#11 modules -- Development Files -Group: Development/Libraries/C and C++ +Group: Development/Libraries Requires: libp11-kit = %{version} %description devel @@ -70,7 +69,7 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print # Package the example conf file as documentation. Like this we're sure that we will # not introduce conflicts with this version of the library and future ones. %doc p11-kit/pkcs11.conf.example -%doc COPYING +%license COPYING %dir %{_sysconfdir}/pkcs11 %dir %{_sysconfdir}/pkcs11/modules/ %{_libdir}/libp11-kit.so.* -- 2.7.4