diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-03-22 11:01:38 -0700 |
---|---|---|
committer | Maciej Wereski <m.wereski@partner.samsung.com> | 2014-01-15 16:16:03 +0100 |
commit | 9937826f79e82f29056d31389f7f2a54c5aa989b (patch) | |
tree | 2d278146b688e8aa85fa2a39d30a5b752c366b6c /packaging/libcap.spec | |
parent | a093f8aa6256d8db2b63ed02abcfd73724aeb89b (diff) | |
download | libcap-9937826f79e82f29056d31389f7f2a54c5aa989b.tar.gz libcap-9937826f79e82f29056d31389f7f2a54c5aa989b.tar.bz2 libcap-9937826f79e82f29056d31389f7f2a54c5aa989b.zip |
Fixed package groups
Diffstat (limited to 'packaging/libcap.spec')
-rw-r--r-- | packaging/libcap.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/libcap.spec b/packaging/libcap.spec index f9a4af0..414aee6 100644 --- a/packaging/libcap.spec +++ b/packaging/libcap.spec @@ -4,12 +4,11 @@ Release: 1 License: BSD-3-Clause ; GPL-2.0 Summary: Library for Capabilities (linux-privs) Support Url: https://sites.google.com/site/fullycapable/ -Group: System/Libraries +Group: Base/Libraries Source: %{name}-%{version}.tar.bz2 Source2: baselibs.conf BuildRequires: fdupes BuildRequires: libattr-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires libcap2 = %{version}-%{release} %description @@ -23,7 +22,7 @@ done automatically by the kernel. %package devel License: BSD-3-Clause ; GPL-2.0 Summary: Development files for libcap -Group: Development/Libraries/C and C++ +Group: Development/Libraries Requires: glibc-devel Requires: libcap = %{version} @@ -40,7 +39,7 @@ using libcap. %package progs License: BSD-3-Clause ; GPL-2.0 Summary: Libcap utility programs -Group: System/Filesystems +Group: Base/File Systems %description progs This package contains utility programs handling capabilities via @@ -69,6 +68,7 @@ ln -s /%{_lib}/libcap.so.2 %{buildroot}%{_libdir}/libcap.so %files %defattr(-,root,root) +%license License %attr(755,root,root) /%{_lib}/libcap.so.* %files progs |