Practical Extraction and Report Language
When built for a flatpak in /app, we still need perl to use module packages built in /usr, both to help with bootstrapping, and also for using build-time only dependencies which should not need to be rebuilt. Similarly, /usr/bin/perl is provided so that the /app perl remains compatible with shebangs created for the /usr perl. The build of perl included in runtimes (KDE platform and all the SDKs), while built into /usr, also needs to find modules in /app, but (in the use case of SDKs used with flatpak-builder) also build modules there. The solution used here is to define vendorlib/vendorarch in /app, and add the /usr vendor directories as otherlibdirs for those perl modules which are also included in the runtimes/SDKs. manNdir always need to be defined regardless of groff, as they are relied upon later in the build. |
||
---|---|---|
.gitignore | ||
checkemptydirs | ||
checkpackageversion | ||
clean-manifest.pl | ||
diffrpms | ||
gendep.macros | ||
generatedependencies | ||
macros.perl | ||
perl-5.8.0-libdir64.patch | ||
perl-5.8.0-libnet.cfg | ||
perl-5.10.0-libresolv.patch | ||
perl-5.10.0-x86_64-io-test-failure.patch | ||
perl-5.14.1-offtest.patch | ||
perl-5.16.3-create_libperl_soname.patch | ||
perl-5.16.3-Link-XS-modules-to-libperl.so-with-EU-CBuilder-on-Li.patch | ||
perl-5.16.3-Link-XS-modules-to-libperl.so-with-EU-MM-on-Linux.patch | ||
perl-5.22.0-Install-libperl.so-to-shrpdir-on-Linux.patch | ||
perl-5.22.1-Provide-ExtUtils-MM-methods-as-standalone-ExtUtils-M.patch | ||
perl-5.22.1-Replace-EU-MM-dependnecy-with-EU-MM-Utils-in-IPC-Cmd.patch | ||
perl-5.27.8-hints-linux-Add-lphtread-to-lddlflags.patch | ||
perl-5.28.0-Pass-CFLAGS-to-dtrace.patch | ||
perl-5.34.0-Destroy-GDBM-NDBM-ODBM-SDBM-_File-objects-only-from-.patch | ||
perl-5.36.0-Add-definition-of-OPTIMIZE-to-.ph-files.patch | ||
perl-5.38.0-Revert-Do-uselocale-earlier-in-init-process.patch | ||
perl-example.stp | ||
perl-perlbug-tag.patch | ||
perl-USE_MM_LD_RUN_PATH.patch | ||
perl.rpmlintrc | ||
perl.spec | ||
perl.stp | ||
Pod-Html-license-clarification | ||
sources | ||
STAGE2-perl | ||
system-owned-directories |