Проект flatpak-rpm-macros-32-3.el8_10
content_copy
Имя
flatpak-rpm-macros
Эпоха
0
Версия
32
Релиз
3.el8_10
Сайт
—
Лицензия
MIT
Время сборки
2025-06-04 21:53:08
Хост сборки
builder-x86-03.inferitos.ru
Краткое описание
Macros for building RPMS for flatpaks
Репозитории
PowerTools
Полное описание
The macros in this package set up the RPM build environment so built
applications install in /app rather than /usr. This package is meant
only for installation in buildroots for modules that will be packaged
as Flatpaks.
Эррата
—
×
* Wed Jun 04 2025 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 32-3
- Rebuilt for MSVSphere 8.10
* Mon Feb 01 2021 Owen Taylor <otaylor@redhat.com> - 32-3
- flatpak-rpm-macros :Don't set CFLAGS/CXXFLAGS/LDFLAGS globally in
RPM_SOURCE_DIR="/builddir/build/SOURCES"
RPM_BUILD_DIR="/builddir/build/BUILD"
RPM_OPT_FLAGS="-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=x86-64 -mtune=generic -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection"
RPM_LD_FLAGS="-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld"
RPM_ARCH="i386"
RPM_OS="linux"
RPM_BUILD_NCPUS="16"
export RPM_SOURCE_DIR RPM_BUILD_DIR RPM_OPT_FLAGS RPM_LD_FLAGS RPM_ARCH RPM_OS RPM_BUILD_NCPUS
RPM_DOC_DIR="/usr/share/doc"
export RPM_DOC_DIR
RPM_PACKAGE_NAME="flatpak-rpm-macros"
RPM_PACKAGE_VERSION="32"
RPM_PACKAGE_RELEASE="3.el8_10"
export RPM_PACKAGE_NAME RPM_PACKAGE_VERSION RPM_PACKAGE_RELEASE
LANG=C
export LANG
unset CDPATH DISPLAY ||:
RPM_BUILD_ROOT="/builddir/build/BUILDROOT/flatpak-rpm-macros-32-3.el8_10.i386"
export RPM_BUILD_ROOT
PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/usr/lib/pkgconfig:/usr/share/pkgconfig"
export PKG_CONFIG_PATH
CONFIG_SITE=${CONFIG_SITE:-NONE}
export CONFIG_SITE
PYTHON_DISALLOW_AMBIGUOUS_VERSION=warn
export PYTHON_DISALLOW_AMBIGUOUS_VERSION
set -x
umask 022
cd "/builddir/build/BUILD"
* Wed Oct 28 2020 Owen Taylor <otaylor@redhat.com> - 32-2
- Override RPM's fontconfig auto-provide to handle /app/share/fonts
* Thu Jun 04 2020 Owen Taylor <otaylor@redhat.com> - 32-1
- Merge in changes from latest Fedora flatpak-rpm-macros
* Thu Jun 04 2020 Owen Taylor <otaylor@redhat.com> - 29-7
- RHEL-8 has Python 3.6 not Python 3.7
* Wed Mar 18 2020 Stephan Bergmann <sbergman@redhat.com> - 32-1
- Let xmvn_install store artifacts under /app
* Thu Jun 20 2019 Kalev Lember <klember@redhat.com> - 29-9
- Use optflags, rather than __global_compiler_flags
* Thu Apr 04 2019 Stephan Bergmann <sbergman@redhat.com> - 29-8
- Add CFLAGS and CXXFLAGS to macros.flatpak, to match LDFLAGS
* Thu Sep 27 2018 Owen Taylor <otaylor@redhat.com> - 29-6
- Fix accidentally not installing the macro file
* Thu Sep 27 2018 Owen Taylor <otaylor@redhat.com> - 29-5
- Install a distutils.cfg to redirect installation of Python packages to /app
this makes the package no longer noarch because the file is in
/usr/lib or /usr/lib64.