aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2.712.71distro/mga9Jani Välimaa2023-01-152-1/+2
|
* brp-mangle-shebangs: also mangle shebangs of JavaScript executables ↵Jani Välimaa2023-01-152-1/+2
| | | | (rhbz#1998924)
* macros: drop unused %_sys_macros_dir and %build_sysmacrospath()Jani Välimaa2023-01-152-3/+2
|
* 2.702.70Jani Välimaa2023-01-072-1/+2
|
* Macros: drop separate macros.buildJani Välimaa2023-01-074-477/+477
|
* 2.692.69Jani Välimaa2023-01-072-1/+2
|
* Rename build.macros as macros.buildJani Välimaa2023-01-073-1/+2
|
* macros.gnome: really add to distJani Välimaa2023-01-073-1/+4
|
* 2.682.68Jani Välimaa2023-01-072-1/+3
|
* Add macros.gnomeJani Välimaa2023-01-072-0/+23
| | | | Introduce %url_ver and %tarball_version macros
* Sync script and tag lists with rpm 4.12.90Ville Skyttä2022-09-131-4/+10
|
* Update NEWS for rpm-spec-mode.el updateJani Välimaa2022-09-131-0/+3
|
* Fix compatibility with Emacs 28.1Bhavin Gandhi2022-09-131-4/+4
| | | | | | | | | | Functions without WHEN were deprecated in 23.1 https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS.28#n3063 I wasn't able to find any history of rpm-spec-mode prior 0.12, so setting the WHEN to 0.12. Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
* 2.672.67Jani Välimaa2022-09-032-1/+2
|
* Replace obsolescent egrep with 'grep -E' in devel.prov and devel.reqJani Välimaa2022-09-033-3/+5
|
* 2.662.66Jani Välimaa2022-06-192-1/+2
|
* build.macros: use -Wl,--build-id=sha1 with %build_ldflagsJani Välimaa2022-06-192-1/+7
|
* 2.652.65Jani Välimaa2022-04-102-1/+2
|
* build.macros: remove macro definitions living in python-rpm-macrosJani Välimaa2022-04-102-12/+5
| | | | | | - py_auto_byte_compile - _python_bytecompile_errors_terminate_build - _python_bytecompile_extra
* 2.642.64Jani Välimaa2022-04-102-1/+2
|
* build.macros: use %__os_install_post_python in %__os_install_postJani Välimaa2022-04-102-1/+3
|
* 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
|