75 lines
2.1 KiB
RPMSpec
75 lines
2.1 KiB
RPMSpec
#
|
|
# spec file for package checkpolicy (Version 2.0.16)
|
|
#
|
|
# 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: bison flex
|
|
BuildRequires: libsepol-devel >= %{libsepol_ver}
|
|
BuildRequires: libselinux-devel
|
|
|
|
Name: checkpolicy
|
|
Version: 2.0.16
|
|
Release: 1
|
|
Url: http://www.nsa.gov/selinux/
|
|
License: GPL v2 or later
|
|
Group: Productivity/Security
|
|
Summary: SELinux policy compiler
|
|
Source: %{name}-%{version}.tar.bz2
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
Security-enhanced Linux is a feature 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®, Role-based Access Control, and
|
|
Multi-level Security.
|
|
|
|
This package contains checkpolicy, the SELinux policy compiler. Only
|
|
required for building policies.
|
|
|
|
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
make LIBDIR="%{_libdir}" CFLAGS="$RPM_OPT_FLAGS"
|
|
cd test
|
|
make LIBDIR="%{_libdir}" CFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
%install
|
|
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
|
make LIBDIR="%{_libdir}" DESTDIR="$RPM_BUILD_ROOT" install
|
|
install test/dismod $RPM_BUILD_ROOT%{_bindir}/sedismod
|
|
install test/dispol $RPM_BUILD_ROOT%{_bindir}/sedispol
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc COPYING ChangeLog
|
|
%{_bindir}/checkpolicy
|
|
%{_bindir}/checkmodule
|
|
%{_mandir}/man8/checkpolicy.*
|
|
%{_mandir}/man8/checkmodule.*
|
|
%{_bindir}/sedismod
|
|
%{_bindir}/sedispol
|
|
|
|
%changelog
|
|
* Tue Jul 15 2008 prusnak@suse.cz
|
|
- initial version 2.0.16
|
|
* based on Fedora package by Dan Walsh <dwalsh@redhat.com>
|