From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/3] libsepol: Drop package
Date: Thu, 12 Oct 2017 11:28:09 +0200 [thread overview]
Message-ID: <20171012092810.18910-2-stefan.schantl@ipfire.org> (raw)
In-Reply-To: <20171012092810.18910-1-stefan.schantl@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 2204 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
libsepol/libsepol.nm | 71 ----------------------------------------------------
1 file changed, 71 deletions(-)
delete mode 100644 libsepol/libsepol.nm
diff --git a/libsepol/libsepol.nm b/libsepol/libsepol.nm
deleted file mode 100644
index 951f76e..0000000
--- a/libsepol/libsepol.nm
+++ /dev/null
@@ -1,71 +0,0 @@
-###############################################################################
-# IPFire.org - An Open Source Firewall Solution #
-# Copyright (C) - IPFire Development Team <info(a)ipfire.org> #
-###############################################################################
-
-name = libsepol
-version = 2.5
-release = 1
-
-groups = System/Libraries
-url = http://www.selinuxproject.org
-license = LGPLv2+
-summary = SELinux binary policy manipulation library.
-
-description
- libsepol provides an API for the manipulation of SELinux binary
- policies.
-end
-
-source_dl = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20160223/
-sources = %{thisapp}.tar.gz
-
-build
- # Keep static libsepol.a for some selinux tools, that needs to link
- # against it. We will put it into an own package.
- keep_libraries = %{libdir}/libsepol.a
-
- requires
- flex
- end
-
- build
- make clean
- make CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}" %{PARALLELISMFLAGS}
- end
-
- # Install libraries to correct place.
- make_install_targets += \
- LIBDIR="%{BUILDROOT}%{libdir}" \
- SHLIBDIR="%{BUILDROOT}%{libdir}"
-
- install_cmds
- # Remove binaries
- rm -rf %{BUILDROOT}/usr/bin
-
- # Remove manpages for binaries
- rm -rf %{BUILDROOT}/usr/share/man/man8
- end
-end
-
-packages
- package %{name}
-
- package %{name}-devel
- template DEVEL
- end
-
- package %{name}-debuginfo
- template DEBUGINFO
- end
-
- package %{name}-static
- summary = Static libraries used to build policy manipulation tools.
- description = %{summary}
- groups = Development/Libraries
-
- files
- %{libdir}/libsepol.a
- end
- end
-end
--
2.9.4
next prev parent reply other threads:[~2017-10-12 9:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-12 9:28 [PATCH 1/3] libsemanage: " Stefan Schantl
2017-10-12 9:28 ` Stefan Schantl [this message]
2017-10-12 9:28 ` [PATCH 3/3] libselinux: " Stefan Schantl
2017-10-12 9:50 ` [PATCH 1/3] libsemanage: " Michael Tremer
2017-10-12 10:22 ` Stefan Schantl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171012092810.18910-2-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox