From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 2/3] libsepol: Drop package Date: Thu, 12 Oct 2017 11:28:09 +0200 Message-ID: <20171012092810.18910-2-stefan.schantl@ipfire.org> In-Reply-To: <20171012092810.18910-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7333821362800944450==" List-Id: --===============7333821362800944450== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- 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 = # -############################################################################= ### - -name =3D libsepol -version =3D 2.5 -release =3D 1 - -groups =3D System/Libraries -url =3D http://www.selinuxproject.org -license =3D LGPLv2+ -summary =3D SELinux binary policy manipulation library. - -description - libsepol provides an API for the manipulation of SELinux binary - policies. -end - -source_dl =3D https://raw.githubusercontent.com/wiki/SELinuxProject/selinux= /files/releases/20160223/ -sources =3D %{thisapp}.tar.gz - -build - # Keep static libsepol.a for some selinux tools, that needs to link=20 - # against it. We will put it into an own package. - keep_libraries =3D %{libdir}/libsepol.a - - requires - flex - end - - build - make clean - make CFLAGS=3D"%{CFLAGS}" LDFLAGS=3D"%{LDFLAGS}" %{PARALLELISMFLAGS} - end - - # Install libraries to correct place. - make_install_targets +=3D \ - LIBDIR=3D"%{BUILDROOT}%{libdir}" \ - SHLIBDIR=3D"%{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} -=09 - package %{name}-devel - template DEVEL - end - - package %{name}-debuginfo - template DEBUGINFO - end - - package %{name}-static - summary =3D Static libraries used to build policy manipulation tools. - description =3D %{summary} - groups =3D Development/Libraries - - files - %{libdir}/libsepol.a - end - end -end --=20 2.9.4 --===============7333821362800944450==--