Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15
libsemanage
python-semanage.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-semanage.spec of Package libsemanage
# # spec file for package python-semanage # # Copyright (c) 2017 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-%{**}} Name: python-semanage Version: 2.6 Release: 0 Summary: Python bindings for SELinux's policy management library License: LGPL-2.1 Group: Development/Languages/Python Url: https://github.com/SELinuxProject/selinux Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20161014/libsemanage-%{version}.tar.gz Source1: baselibs.conf Patch0: suse_path.patch BuildRequires: %{python_module devel} BuildRequires: audit-devel BuildRequires: bison BuildRequires: flex BuildRequires: libbz2-devel BuildRequires: libselinux-devel BuildRequires: libsepol-devel BuildRequires: libustr-devel BuildRequires: python-rpm-macros BuildRequires: swig # Ensure same version Requires: libsemanage1 = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages %description This package contains the Python bindings for developing SELinux policy management applications. %prep %setup -q -n libsemanage-%{version} %patch0 %build make %{?_smp_mflags} clean %{python_expand # loop over possible pythons make -j1 PYTHON=$python CFLAGS="%{optflags}" swigify make -j1 PYTHON=$python CFLAGS="%{optflags}" \ LIBDIR="%{_libdir}" \ LIBEXECDIR="%{_libexecdir}" \ SHLIBDIR="%{_lib}" \ all pywrap } %install mkdir -p %{buildroot}/%{_lib} mkdir -p %{buildroot}%{_libdir} mkdir -p %{buildroot}%{_includedir} %{python_expand # loop over possible pythons make PYTHON=$python DESTDIR=%{buildroot} \ LIBDIR="%{buildroot}%{_libdir}" \ LIBEXECDIR="%{buildroot}%{_libexecdir}" \ SHLIBDIR="%{buildroot}/%{_lib}" \ install install-pywrap } # remove files contained in other packages rm -rf %{buildroot}%{_sysconfdir} %if "%{_lib}" == "lib64" rm -rf %{buildroot}%{_libexecdir} %else rm -rf %{buildroot}%{_libexecdir}/selinux %endif rm -rf %{buildroot}%{_includedir} rm -f %{buildroot}%{_libdir}/libsemanage.* rm -rf %{buildroot}%{_libdir}/pkgconfig rm -rf %{buildroot}%{_mandir} %files %{python_files} %defattr(-,root,root) %{python_sitearch}/* %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor