forked from pool/libselinux
This commit is contained in:
215
libselinux.spec
Normal file
215
libselinux.spec
Normal file
@@ -0,0 +1,215 @@
|
||||
#
|
||||
# spec file for package libselinux (Version 2.0.67)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define libsepol_ver 2.0.32
|
||||
BuildRequires: python-devel ruby-devel swig
|
||||
BuildRequires: libsepol-devel >= %{libsepol_ver}
|
||||
|
||||
Name: libselinux
|
||||
Version: 2.0.67
|
||||
Release: 2
|
||||
Url: http://www.nsa.gov/selinux/
|
||||
License: GPL v2 only; Public Domain, Freeware
|
||||
Group: System/Libraries
|
||||
Summary: SELinux library and simple utilities
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch0: %{name}-%{version}-rhat.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%define debug_package_requires libselinux1 = %{version}
|
||||
|
||||
%description
|
||||
Security-enhanced Linux is a feature of the Linux<EFBFBD> kernel and a number
|
||||
of utilities with enhanced security functionality designed to add
|
||||
mandatory access controls to Linux. The Security-enhanced Linux kernel
|
||||
contains new architectural components originally developed to improve
|
||||
the security of the Flask operating system. These architectural
|
||||
components provide general support for the enforcement of many kinds of
|
||||
mandatory access control policies, including those based on the
|
||||
concepts of Type Enforcement<EFBFBD>, Role-based Access Control, and
|
||||
Multi-level Security.
|
||||
|
||||
libselinux provides an API for SELinux applications to get and set
|
||||
process and file security contexts and to obtain security policy
|
||||
decisions. Required for any applications that use the SELinux API.
|
||||
|
||||
|
||||
|
||||
%package -n libselinux1
|
||||
License: GPL v2 only; Public Domain, Freeware
|
||||
Group: System/Libraries
|
||||
Summary: SELinux library and simple utilities
|
||||
|
||||
%description -n libselinux1
|
||||
Security-enhanced Linux is a feature of the Linux<EFBFBD> kernel and a number
|
||||
of utilities with enhanced security functionality designed to add
|
||||
mandatory access controls to Linux. The Security-enhanced Linux kernel
|
||||
contains new architectural components originally developed to improve
|
||||
the security of the Flask operating system. These architectural
|
||||
components provide general support for the enforcement of many kinds of
|
||||
mandatory access control policies, including those based on the
|
||||
concepts of Type Enforcement<EFBFBD>, Role-based Access Control, and
|
||||
Multi-level Security.
|
||||
|
||||
libselinux provides an API for SELinux applications to get and set
|
||||
process and file security contexts and to obtain security policy
|
||||
decisions. Required for any applications that use the SELinux API.
|
||||
|
||||
|
||||
|
||||
%package devel
|
||||
License: GPL v2 only; Public Domain, Freeware
|
||||
Summary: Development Include Files and Libraries for SELinux
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libselinux1 = %{version}-%{release}
|
||||
Requires: libsepol-devel >= %{libsepol_ver}
|
||||
|
||||
%description devel
|
||||
Security-enhanced Linux is a patch of the Linux kernel and a number of
|
||||
utilities with enhanced security functionality designed to add
|
||||
mandatory access controls to Linux. The Security-enhanced Linux kernel
|
||||
contains new architectural components originally developed to improve
|
||||
the security of the Flask operating system. These architectural
|
||||
components provide general support for the enforcement of many kinds of
|
||||
mandatory access control policies, including those based on the
|
||||
concepts of Type Enforcement<EFBFBD>, Role-based Access Control, and
|
||||
Multi-level Security.
|
||||
|
||||
This package contains the header files and static libraries, which are
|
||||
necessary to develop your own software using libselinux.
|
||||
|
||||
|
||||
|
||||
%package -n python-selinux
|
||||
License: Public Domain, Freeware
|
||||
Summary: SELinux library and simple utilities
|
||||
Group: System/Libraries
|
||||
Requires: libselinux1 = %{version}-%{release}
|
||||
Requires: python
|
||||
|
||||
%description -n python-selinux
|
||||
Security-enhanced Linux is a feature of the Linux<EFBFBD> kernel and a number
|
||||
of utilities with enhanced security functionality designed to add
|
||||
mandatory access controls to Linux. The Security-enhanced Linux kernel
|
||||
contains new architectural components originally developed to improve
|
||||
the security of the Flask operating system. These architectural
|
||||
components provide general support for the enforcement of many kinds of
|
||||
mandatory access control policies, including those based on the
|
||||
concepts of Type Enforcement<EFBFBD>, Role-based Access Control, and
|
||||
Multi-level Security.
|
||||
|
||||
libselinux provides an API for SELinux applications to get and set
|
||||
process and file security contexts and to obtain security policy
|
||||
decisions. Required for any applications that use the SELinux API.
|
||||
|
||||
|
||||
|
||||
%package -n ruby-selinux
|
||||
License: Public Domain, Freeware
|
||||
Summary: SELinux library and simple utilities
|
||||
Group: System/Libraries
|
||||
Requires: libselinux1 = %{version}-%{release}
|
||||
Requires: ruby
|
||||
|
||||
%description -n ruby-selinux
|
||||
Security-enhanced Linux is a feature of the Linux<EFBFBD> kernel and a number
|
||||
of utilities with enhanced security functionality designed to add
|
||||
mandatory access controls to Linux. The Security-enhanced Linux kernel
|
||||
contains new architectural components originally developed to improve
|
||||
the security of the Flask operating system. These architectural
|
||||
components provide general support for the enforcement of many kinds of
|
||||
mandatory access control policies, including those based on the
|
||||
concepts of Type Enforcement<EFBFBD>, Role-based Access Control, and
|
||||
Multi-level Security.
|
||||
|
||||
libselinux provides an API for SELinux applications to get and set
|
||||
process and file security contexts and to obtain security policy
|
||||
decisions. Required for any applications that use the SELinux API.
|
||||
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
make %{?jobs:-j%jobs} LIBDIR="%{_libdir}" CFLAGS="$RPM_OPT_FLAGS" swigify
|
||||
make %{?jobs:-j%jobs} LIBDIR="%{_libdir}" CFLAGS="$RPM_OPT_FLAGS" all pywrap
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_lib}
|
||||
mkdir -p $RPM_BUILD_ROOT%{_libdir}
|
||||
mkdir -p $RPM_BUILD_ROOT%{_includedir}
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
|
||||
mkdir -p $RPM_BUILD_ROOT/var/run/setrans
|
||||
make DESTDIR="$RPM_BUILD_ROOT" LIBDIR="$RPM_BUILD_ROOT%{_libdir}" SHLIBDIR="$RPM_BUILD_ROOT/%{_lib}" BINDIR="$RPM_BUILD_ROOT%{_sbindir}" install install-pywrap
|
||||
rm -f $RPM_BUILD_ROOT%{_sbindir}/compute_*
|
||||
rm -f $RPM_BUILD_ROOT%{_sbindir}/deftype
|
||||
rm -f $RPM_BUILD_ROOT%{_sbindir}/execcon
|
||||
rm -f $RPM_BUILD_ROOT%{_sbindir}/getenforcemode
|
||||
rm -f $RPM_BUILD_ROOT%{_sbindir}/getfilecon
|
||||
rm -f $RPM_BUILD_ROOT%{_sbindir}/getpidcon
|
||||
rm -f $RPM_BUILD_ROOT%{_sbindir}/mkdircon
|
||||
rm -f $RPM_BUILD_ROOT%{_sbindir}/policyvers
|
||||
rm -f $RPM_BUILD_ROOT%{_sbindir}/setfilecon
|
||||
rm -f $RPM_BUILD_ROOT%{_sbindir}/selinuxconfig
|
||||
rm -f $RPM_BUILD_ROOT%{_sbindir}/selinuxdisable
|
||||
rm -f $RPM_BUILD_ROOT%{_sbindir}/getseuser
|
||||
rm -f $RPM_BUILD_ROOT%{_sbindir}/selinux_check_securetty_context
|
||||
mv $RPM_BUILD_ROOT%{_sbindir}/getdefaultcon $RPM_BUILD_ROOT%{_sbindir}/selinuxdefcon
|
||||
mv $RPM_BUILD_ROOT%{_sbindir}/getconlist $RPM_BUILD_ROOT%{_sbindir}/selinuxconlist
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -n libselinux1 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libselinux1 -p /sbin/ldconfig
|
||||
|
||||
%files -n libselinux1
|
||||
%defattr(-,root,root,-)
|
||||
/%{_lib}/libselinux.so.*
|
||||
%{_sbindir}/avcstat
|
||||
%{_sbindir}/getenforce
|
||||
%{_sbindir}/getsebool
|
||||
%{_sbindir}/matchpathcon
|
||||
%{_sbindir}/selinuxconlist
|
||||
%{_sbindir}/selinuxdefcon
|
||||
%{_sbindir}/selinuxenabled
|
||||
%{_sbindir}/setenforce
|
||||
%{_sbindir}/togglesebool
|
||||
%{_mandir}/man5/*
|
||||
%{_mandir}/man8/*
|
||||
/var/run/setrans
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libselinux.so
|
||||
%{_libdir}/libselinux.a
|
||||
%dir %{_includedir}/selinux
|
||||
%{_includedir}/selinux/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%files -n python-selinux
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{py_sitedir}/selinux
|
||||
%{py_sitedir}/selinux/*
|
||||
|
||||
%files -n ruby-selinux
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/ruby/site_ruby/%{rb_ver}/%{rb_arch}/selinux.so
|
||||
|
||||
%changelog
|
||||
* Fri Aug 01 2008 ro@suse.de
|
||||
- fix requires for debuginfo package
|
||||
* Tue Jul 15 2008 prusnak@suse.cz
|
||||
- initial version 2.0.67
|
||||
* based on Fedora package by Dan Walsh <dwalsh@redhat.com>
|
Reference in New Issue
Block a user