Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 2.532.53 | Thierry Vignaud | 2020-02-12 | 2 | -1/+2 | |
| | ||||||
* | Revert "build.macros: remove '--without <section>' rpmbuild functionality" | Thierry Vignaud | 2020-02-12 | 2 | -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 Vignaud | 2020-02-12 | 2 | -2/+5 | |
| | | | | | | to RPM 4.4" This reverts commit c77511f05f13b1d568a6f04a1a9cf2625f40666e. | |||||
* | 2.522.52 | Jani Välimaa | 2020-02-04 | 2 | -1/+2 | |
| | ||||||
* | build.macros: add __spec_install_post | Jani Välimaa | 2020-02-04 | 2 | -0/+7 | |
| | ||||||
* | build.macros: remove '--without <section>' rpmbuild functionality | Jani Välimaa | 2020-02-04 | 2 | -25/+3 | |
| | | | | It was the only leftover using _with(). | |||||
* | 2.512.51 | Jani Välimaa | 2020-02-03 | 2 | -1/+2 | |
| | ||||||
* | build.macros: drop unused _with() and _without() macros originating to RPM 4.4 | Jani Välimaa | 2020-02-02 | 2 | -5/+2 | |
| | ||||||
* | build.macros: drop old perl compatibility macros | Jani Välimaa | 2020-02-01 | 2 | -4/+2 | |
| | | | | | | Nothing in SVN uses these macros anymore: %perl_sitearch %perl_archlib | |||||
* | Update NEWS | Jani Välimaa | 2020-02-01 | 1 | -0/+5 | |
| | ||||||
* | build.macros: drop old python py_* compatibility macros | Jani Välimaa | 2020-02-01 | 1 | -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älimaa | 2020-02-01 | 1 | -4/+0 | |
| | ||||||
* | rpmrc: use _ssp_cflags also with arm optflags | Jani Välimaa | 2020-01-24 | 2 | -11/+12 | |
| | | | | | $ rpm --eval %_ssp_cflags -fstack-protector --param=ssp-buffer-size=4 | |||||
* | rpmrc: reorder entries | Jani Välimaa | 2020-01-24 | 1 | -4/+3 | |
| | ||||||
* | build.macros: drop unused _package_i18n() macro | Jani Välimaa | 2020-01-22 | 2 | -13/+3 | |
| | ||||||
* | 2.502.50 | Jani Välimaa | 2020-01-16 | 2 | -1/+2 | |
| | ||||||
* | build.macros: add mistakenly removed --prefix= back to configure macro | Jani Välimaa | 2020-01-16 | 2 | -0/+3 | |
| | | | | --prefix was removed by a mistake in commit f8280d3cd69710d5f6e5bf80bb44900a8ebe46de | |||||
* | 2.492.49 | Jani Välimaa | 2020-01-16 | 2 | -1/+2 | |
| | ||||||
* | build.macros: fix tabs vs. spaces | Jani Välimaa | 2020-01-16 | 1 | -1/+1 | |
| | ||||||
* | build macros: fix configure macro continuation | Jani Välimaa | 2020-01-16 | 1 | -1/+1 | |
| | ||||||
* | build.macros: sync configure macro with rpm upstream | Jani Välimaa | 2020-01-16 | 2 | -5/+7 | |
| | ||||||
* | build.macros: replace configure2_5x with configure macro | Jani Välimaa | 2020-01-16 | 2 | -6/+4 | |
| | ||||||
* | build.macros: drop legacy libtoolize calls from configure macros | Jani Välimaa | 2020-01-16 | 2 | -9/+2 | |
| | ||||||
* | build.macros: drop deprecated and unused __cputoolize macor | Jani Välimaa | 2020-01-16 | 2 | -1/+2 | |
| | ||||||
* | build.macros: drop legacy --x-includes= and --x-libraries= from configure macros | Jani Välimaa | 2020-01-16 | 2 | -3/+3 | |
| | ||||||
* | Add .gitignore | Jani Välimaa | 2020-01-03 | 1 | -0/+21 | |
| | ||||||
* | 2.482.48 | Jani Välimaa | 2020-01-02 | 2 | -1/+2 | |
| | ||||||
* | Clean build.macros.in a bit | Jani Välimaa | 2019-12-28 | 1 | -6/+4 | |
| | ||||||
* | Update NEWS | Jani Välimaa | 2019-12-28 | 1 | -1/+1 | |
| | ||||||
* | build.macros: add build_* flags and set_build_flags macro from upstream rpm | Jani Välimaa | 2019-12-28 | 2 | -6/+35 | |
| | | | | | | | %build_cflags %build_cxxflags %build_fflags %build_ldflags | |||||
* | build.macros: add __global_* flags for compatibility with Fedora | Jani Välimaa | 2019-12-28 | 2 | -1/+8 | |
| | | | | | | | | %__global_cflags %{build_cflags} %__global_cxxflags %{build_cxxflags} %__global_fflags %{build_fflags} %__global_fcflags %{build_fflags} %__global_ldflags %{build_ldflags} | |||||
* | build.macros: drop unused make_session and make_dm_session | Jani Välimaa | 2019-12-28 | 2 | -6/+2 | |
| | ||||||
* | build.macros: drop more unused macros | Jani Välimaa | 2019-12-27 | 2 | -3/+3 | |
| | ||||||
* | build.macros: drop unused _update_menus_bin macro | Jani Välimaa | 2019-12-27 | 2 | -3/+2 | |
| | ||||||
* | build.macros: drop unused __chkconfig and __service macros | Jani Välimaa | 2019-12-27 | 2 | -3/+2 | |
| | ||||||
* | build.macros: drop deprecated and unused post_install_gconf_schemas | Jani Välimaa | 2019-12-27 | 2 | -3/+2 | |
| | ||||||
* | build.macros: drop deprecated and unused macros | Jani Välimaa | 2019-12-27 | 2 | -10/+9 | |
| | ||||||
* | build.macros: use %{warn:...} macro for deprecation warnings | Jani Välimaa | 2019-12-27 | 2 | -3/+4 | |
| | ||||||
* | Remove unused git-repository--after-tarball and git-repository--apply-patch | Jani Välimaa | 2019-12-26 | 4 | -230/+1 | |
| | ||||||
* | build.macros: remove %_after_setup leftovers | Jani Välimaa | 2019-12-26 | 2 | -8/+2 | |
| | | | | Support for it was dropped when introduce-_after_setup-which-is-called-after-setup.patch was removed from rpm | |||||
* | Simplify Makefile.am a bit | Jani Välimaa | 2019-12-26 | 1 | -7/+4 | |
| | ||||||
* | Restore RPMSYSCONFDIR variable | Jani Välimaa | 2019-12-26 | 1 | -0/+3 | |
| | | | | $$(RPMSYSCONFDIR) is still used at the moment when building. | |||||
* | rpmrc: drop deprecated macrofiles line | Jani Välimaa | 2019-12-26 | 2 | -2/+2 | |
| | ||||||
* | 2.472.47 | Jani Välimaa | 2019-12-26 | 2 | -1/+2 | |
| | ||||||
* | Replace setup_compile_flags rpm macro with upstream set_build_flags macro | Jani Välimaa | 2019-12-26 | 2 | -5/+6 | |
| | | | | Deprecation warning is output is %setup_compile_flags is used. | |||||
* | 2.462.46 | Jani Välimaa | 2019-12-24 | 2 | -1/+3 | |
| | ||||||
* | brp-mangle-shebangs: do not exit if read has a non-zero status | Jani Välimaa | 2019-12-24 | 2 | -1/+4 | |
| | | | | | | | | | At least building texlive-texmf fails without this because brp-mangle-shebangs has -e in its shebang. -e Exit immediately if a command exits with a non-zero status. $ read shebang_line < BUILD/texlive-20190410-texmf/texmf-dist/doc/generic/pst-mirror/createEPS/test.sh $ echo $? 1 | |||||
* | 2.452.45 | Thierry Vignaud | 2019-12-23 | 2 | -1/+3 | |
| | ||||||
* | Switch binary payload compression to Zstandard level 19 | Thierry Vignaud | 2019-12-23 | 2 | -2/+5 | |
| | | | | | for faster installations, as discussed with tmb See https://fedoraproject.org/wiki/Changes/Switch_RPMs_to_zstd_compression | |||||
* | brp-mangle-shebangs: do not stat / touch files needlessly | Denys Vlasenko | 2019-12-23 | 2 | -3/+11 | |
| | | | | | | | Run "stat" to get mtime, and "touch -d $saved_mtime" only if we indeed modify file's shebang. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> |