aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2.632.63Jani Välimaa2022-04-102-1/+2
|
* build.macros: remove %__brp_python_bytecompile as it lives now in ↵Jani Välimaa2022-04-102-1/+2
| | | | python-rpm-macros
* 2.622.62Jani Välimaa2021-10-172-1/+2
|
* build.macros: export LT_SYS_LIBRARY_PATH with %set_build_flagsJani Välimaa2021-10-172-1/+4
| | | | | Setting LT_SYS_LIBRARY_PATH prevents libtool from hardcoding %_libdir into the binaries' RPATH (originally from Fedora).
* configure.ac: update and modernize with autoconf 2.71Jani Välimaa2021-09-072-5/+7
|
* 2.612.61Jani Välimaa2021-09-072-1/+2
|
* build.macros: remove .la files before mangling shebangsJani Välimaa2021-09-071-1/+1
| | | | | | | Avoid warnings like: + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./usr/lib64/libfoo.la is executable but has no shebang, removing executable bit + /usr/lib/rpm/brp-remove-la-files
* Update NEWSJani Välimaa2021-09-071-0/+1
|
* Fix handling of files without newlines in brp-mangle-shebangLumir Balhar2021-09-071-1/+8
| | | | | | | | | | | If the file we are trying to mangle a shebang in has 0 lines (as reported by `wc`) `read` command fails to read the first line and the script fails silently. Text files without newlines should not be executable as there is no way for them to contain a shebang. Signed-off-by: Jani Välimaa <wally@mageia.org>
* build.macros: run /usr/lib/rpm/brp-remove-la-files after %installJani Välimaa2021-09-072-0/+3
| | | | | /usr/lib/rpm/brp-remove-la-files was added to RPM 4.17.0 https://github.com/rpm-software-management/rpm/commit/e0de325e1d13fb65066ad09d16cb08ba6e294901
* build.macros: run /usr/lib/rpm/check-rpaths after %installJani Välimaa2021-09-072-0/+4
|
* Add backup files ending with a tilde ~ to .gitignoreJani Välimaa2021-07-281-0/+1
|
* 2.602.60Thierry Vignaud2021-06-232-1/+2
|
* Drop __brp_python_hardlink for rpm-4.17beta1Thierry Vignaud2021-06-222-3/+3
|
* 2.592.59Thierry Vignaud2021-06-012-1/+2
|
* Drop __brp_strip_shared b/c of rpm-4.17Thierry Vignaud2021-06-012-2/+2
| | | | | It has been removed in rpm-4.17: https://github.com/rpm-software-management/rpm/commit/fd519223ae91f254a913c26f09c1289bf687e277
* 2.582.58Jani Välimaa2021-03-132-1/+2
|
* build.macros: Disable python byte compilation outside python dirs by default ↵Jani Välimaa2021-02-282-2/+3
| | | | (set _python_bytecompile_extra to 0)
* rpm-spec-mode.el: update to version 0.16Jani Välimaa2020-10-012-427/+533
|
* 2.572.57distro/mga8Thierry Vignaud2020-06-232-1/+2
|
* %rename: take a 2nd arg to set the VR to obsoleteThierry Vignaud2020-06-232-3/+5
| | | | See mga#26801 too
* %rename: don't obsolete what is provided (mga#26801)Thierry Vignaud2020-06-222-1/+3
| | | | | It was already done in commit 5172a8d2bcd354f2d0dcaf8d804ac5bdb0932dc9 but then got reversed in commit 73f9d115e69ab000a2fa4fadd3b4bf31f4c94534
* 2.562.56Jani Välimaa2020-06-012-2/+2
|
* Update NEWSJani Välimaa2020-06-011-1/+3
|
* build.macros: add _configure_gnuconfig_hack macro based on one from Fedora ↵Jani Välimaa2020-06-011-0/+8
| | | | | | to update config.{guess,sub} By default _configure_gnuconfig_hack is set to 1 and thus enabled.
* 2.552.55Jani Välimaa2020-05-212-1/+2
|
* build macros: add _legacy_common_support macro for adding -fcommon to ↵Jani Välimaa2020-05-212-2/+2
| | | | | | | | | | | | | | | compiler flags Since version 10, gcc defaults to '-fno-common': https://gcc.gnu.org/gcc-10/porting_to.html#common Builds may fail with 'multiple definition of ...' errors. As a short term workaround for such failure, it is possible to add '-fcommon' to the flags by defining '%_legacy_common_support'. %define _legacy_common_support 1 Properly fixing the failure is always preferred!
* build.macros: run /usr/lib/rpm/check-buildroot at end of %install scriptlet ↵Jani Välimaa2020-05-092-0/+6
| | | | via __arch_install_post
* drop info files from distributionThierry Vignaud2020-04-141-2/+0
|
* 2.542.54Thierry Vignaud2020-04-142-1/+2
|
* stop emiting requires(posttrans):on info-installThierry Vignaud2020-04-143-8/+2
| | | | | | rationale: - less container / minimal install bloat - one less patch in rpm
* 2.532.53Thierry Vignaud2020-02-122-1/+2
|
* Revert "build.macros: remove '--without <section>' rpmbuild functionality"Thierry Vignaud2020-02-122-1/+29
| | | | | | | This reverts commit 5057c7c260790cbe5dffeb823ff186282cdfd7f1. Rationale: it's very useful in order to work on huge packages before submiting them to BS
* Revert "build.macros: drop unused _with() and _without() macros originating ↵Thierry Vignaud2020-02-122-2/+5
| | | | | | to RPM 4.4" This reverts commit c77511f05f13b1d568a6f04a1a9cf2625f40666e.
* 2.522.52Jani Välimaa2020-02-042-1/+2
|
* build.macros: add __spec_install_postJani Välimaa2020-02-042-0/+7
|
* build.macros: remove '--without <section>' rpmbuild functionalityJani Välimaa2020-02-042-25/+3
| | | | It was the only leftover using _with().
* 2.512.51Jani Välimaa2020-02-032-1/+2
|
* build.macros: drop unused _with() and _without() macros originating to RPM 4.4Jani Välimaa2020-02-022-5/+2
|
* build.macros: drop old perl compatibility macrosJani Välimaa2020-02-012-4/+2
| | | | | | Nothing in SVN uses these macros anymore: %perl_sitearch %perl_archlib
* Update NEWSJani Välimaa2020-02-011-0/+5
|
* build.macros: drop old python py_* compatibility macrosJani Välimaa2020-02-011-11/+0
| | | | | | | | All .specs in SVN were cleaned from usage of: %py_platlibdir %py_purelibdir %py_platsitedir %py_puresitedir
* build.macros: remove old pyver macro (to be added to python-rpm-macros pkg)Jani Välimaa2020-02-011-4/+0
|
* rpmrc: use _ssp_cflags also with arm optflagsJani Välimaa2020-01-242-11/+12
| | | | | $ rpm --eval %_ssp_cflags -fstack-protector --param=ssp-buffer-size=4
* rpmrc: reorder entriesJani Välimaa2020-01-241-4/+3
|
* build.macros: drop unused _package_i18n() macroJani Välimaa2020-01-222-13/+3
|
* 2.502.50Jani Välimaa2020-01-162-1/+2
|
* build.macros: add mistakenly removed --prefix= back to configure macroJani Välimaa2020-01-162-0/+3
| | | | --prefix was removed by a mistake in commit f8280d3cd69710d5f6e5bf80bb44900a8ebe46de
* 2.492.49Jani Välimaa2020-01-162-1/+2
|
* build.macros: fix tabs vs. spacesJani Välimaa2020-01-161-1/+1
|