forked from pool/libselinux
110 lines
4.0 KiB
RPMSpec
110 lines
4.0 KiB
RPMSpec
|
#
|
||
|
# spec file for package libselinux-bindings
|
||
|
#
|
||
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||
|
#
|
||
|
# All modifications and additions to the file contributed by third parties
|
||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||
|
# upon. The license for this file, and modifications and additions to the
|
||
|
# file, is the same license as for the pristine package itself (unless the
|
||
|
# license for the pristine package is not an Open Source License, in which
|
||
|
# case the license is the MIT License). An "Open Source License" is a
|
||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||
|
# published by the Open Source Initiative.
|
||
|
|
||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||
|
#
|
||
|
|
||
|
|
||
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||
|
|
||
|
%define libsepol_ver 2.6
|
||
|
|
||
|
Name: libselinux-bindings
|
||
|
Version: 2.6
|
||
|
Release: 0
|
||
|
Summary: SELinux runtime library and simple utilities
|
||
|
License: GPL-2.0 and SUSE-Public-Domain
|
||
|
Group: Development/Libraries/C and C++
|
||
|
Url: https://github.com/SELinuxProject/selinux/wiki/Releases
|
||
|
|
||
|
# embedded is the MD5
|
||
|
Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20161014/libselinux-%{version}.tar.gz
|
||
|
Source1: selinux-ready
|
||
|
Source2: baselibs.conf
|
||
|
# PATCH-FIX-UPSTREAM Include <sys/uio.h> for readv prototype
|
||
|
Patch4: readv-proto.patch
|
||
|
Patch5: python3.patch
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||
|
BuildRequires: libsepol-devel-static >= %{libsepol_ver}
|
||
|
BuildRequires: pcre-devel
|
||
|
BuildRequires: python-rpm-macros
|
||
|
BuildRequires: python3-devel
|
||
|
BuildRequires: ruby-devel
|
||
|
BuildRequires: swig
|
||
|
|
||
|
%description
|
||
|
libselinux provides an interface to get and set process and file
|
||
|
security contexts and to obtain security policy decisions.
|
||
|
|
||
|
%package -n python3-selinux
|
||
|
Summary: Python bindings for the SELinux runtime library
|
||
|
License: SUSE-Public-Domain
|
||
|
Group: Development/Libraries/Python
|
||
|
%define oldpython python
|
||
|
%ifpython2
|
||
|
Obsoletes: %{oldpython}-selinux < %{version}
|
||
|
Provides: %{oldpython}-selinux = %{version}
|
||
|
%endif
|
||
|
Requires: libselinux1 = %{version}
|
||
|
Requires: python3
|
||
|
|
||
|
%description -n python3-selinux
|
||
|
libselinux provides an interface to get and set process and file
|
||
|
security contexts and to obtain security policy decisions.
|
||
|
|
||
|
This subpackage contains Python extensions to use SELinux from that
|
||
|
language.
|
||
|
|
||
|
%package -n ruby-selinux
|
||
|
Summary: Ruby bindings for the SELinux runtime library
|
||
|
License: SUSE-Public-Domain
|
||
|
Group: Development/Languages/Ruby
|
||
|
Requires: libselinux1 = %{version}
|
||
|
Requires: ruby
|
||
|
|
||
|
%description -n ruby-selinux
|
||
|
libselinux provides an interface to get and set process and file
|
||
|
security contexts and to obtain security policy decisions.
|
||
|
|
||
|
This subpackage contains Ruby extensions to use SELinux from that
|
||
|
language.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n libselinux-%{version}
|
||
|
%patch4 -p1
|
||
|
%patch5 -p1
|
||
|
|
||
|
%build
|
||
|
make %{?_smp_mflags} LIBDIR="%{_libdir}" CFLAGS="$RPM_OPT_FLAGS" -C src
|
||
|
make %{?_smp_mflags} LIBDIR="%{_libdir}" CFLAGS="$RPM_OPT_FLAGS" -C src swigify
|
||
|
make %{?_smp_mflags} LIBDIR="%{_libdir}" CFLAGS="$RPM_OPT_FLAGS" PYTHON=/usr/bin/python3 -C src pywrap
|
||
|
make %{?_smp_mflags} LIBDIR="%{_libdir}" CFLAGS="$RPM_OPT_FLAGS" -C src rubywrap
|
||
|
|
||
|
%install
|
||
|
make DESTDIR="$RPM_BUILD_ROOT" LIBDIR="$RPM_BUILD_ROOT%{_libdir}" SHLIBDIR="$RPM_BUILD_ROOT/%{_lib}" -C src install
|
||
|
make DESTDIR="$RPM_BUILD_ROOT" LIBDIR="$RPM_BUILD_ROOT%{_libdir}" SHLIBDIR="$RPM_BUILD_ROOT/%{_lib}" -C src install-pywrap
|
||
|
make DESTDIR="$RPM_BUILD_ROOT" LIBDIR="$RPM_BUILD_ROOT%{_libdir}" SHLIBDIR="$RPM_BUILD_ROOT/%{_lib}" -C src install-rubywrap
|
||
|
rm -rf $RPM_BUILD_ROOT/%{_lib} $RPM_BUILD_ROOT%{_libdir}/libselinux.* $RPM_BUILD_ROOT%{_libdir}/pkgconfig
|
||
|
|
||
|
%files -n python3-selinux
|
||
|
%defattr(-,root,root,-)
|
||
|
%{python3_sitearch}/selinux/
|
||
|
%{python3_sitearch}/_selinux.so
|
||
|
|
||
|
%files -n ruby-selinux
|
||
|
%defattr(-,root,root,-)
|
||
|
%{_libdir}/ruby/vendor_ruby/%{rb_ver}/%{rb_arch}/selinux.so
|
||
|
|
||
|
%changelog
|