JavaScript must be enabled to display the specfile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
Summary: RPM helper macros to rebuild firefox packages Name: rpm-build-firefox Version: 90.0 Release: alt1 License: MPL-2.0 Group: Development/Other Packager: Alexey Gladkov <legion@altlinux.ru> BuildArch: noarch Requires: mozilla-common-devel %description These helper macros provide possibility to rebuild firefox packages by some Alt Linux Team Policy compatible way. %install mkdir -p -- %buildroot/%_rpmmacrosdir cat > %buildroot/%_rpmmacrosdir/firefox <<EOF %%firefox_cid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\} %%firefox_name firefox %%firefox_prefix %%_libdir/%%firefox_name %%firefox_datadir %%_datadir/%%firefox_name %%firefox_arch_extensionsdir %%mozilla_arch_extdir/%%firefox_cid %%firefox_noarch_extensionsdir %%mozilla_noarch_extdir/%%firefox_cid EOF %files %_rpmmacrosdir/firefox %changelog * Tue Jul 13 2021 Alexey Gladkov <legion@altlinux.ru> 90.0-alt1 - Move rpm-build-firefox from firefox to separate package.