[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package flatpak-rpm-macros-32-3.el8_10.src download

Name flatpak-rpm-macros
Epoch 0
Version 32
Release 3.el8_10
Architecture src
Website/URL
License MIT
Build Time 2025-06-04 21:53:08
Build Host builder-x86-03.inferitos.ru
Summary Macros for building RPMS for flatpaks
Repositories PowerTools
Description 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.
Errata
Size 14 KiB
Source Project flatpak-rpm-macros-32-3.el8_10
SHA-256 checksum 0ee457a9f5b68d2e22746fac9b643d1815c139b34beacf2ebfb711f498d8a8c9
× Full screenshot
Changelog link
* 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.