aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* build macros: fix configure macro continuationJani Välimaa2020-01-161-1/+1
|
* build.macros: sync configure macro with rpm upstreamJani Välimaa2020-01-162-5/+7
|
* build.macros: replace configure2_5x with configure macroJani Välimaa2020-01-162-6/+4
|
* build.macros: drop legacy libtoolize calls from configure macrosJani Välimaa2020-01-162-9/+2
|
* build.macros: drop deprecated and unused __cputoolize macorJani Välimaa2020-01-162-1/+2
|
* build.macros: drop legacy --x-includes= and --x-libraries= from configure macrosJani Välimaa2020-01-162-3/+3
|
* Add .gitignoreJani Välimaa2020-01-031-0/+21
|
* 2.482.48Jani Välimaa2020-01-022-1/+2
|
* Clean build.macros.in a bitJani Välimaa2019-12-281-6/+4
|
* Update NEWSJani Välimaa2019-12-281-1/+1
|
* build.macros: add build_* flags and set_build_flags macro from upstream rpmJani Välimaa2019-12-282-6/+35
| | | | | | | %build_cflags %build_cxxflags %build_fflags %build_ldflags
* build.macros: add __global_* flags for compatibility with FedoraJani Välimaa2019-12-282-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_sessionJani Välimaa2019-12-282-6/+2
|
* build.macros: drop more unused macrosJani Välimaa2019-12-272-3/+3
|
* build.macros: drop unused _update_menus_bin macroJani Välimaa2019-12-272-3/+2
|
* build.macros: drop unused __chkconfig and __service macrosJani Välimaa2019-12-272-3/+2
|
* build.macros: drop deprecated and unused post_install_gconf_schemasJani Välimaa2019-12-272-3/+2
|
* build.macros: drop deprecated and unused macrosJani Välimaa2019-12-272-10/+9
|
* build.macros: use %{warn:...} macro for deprecation warningsJani Välimaa2019-12-272-3/+4
|
* Remove unused git-repository--after-tarball and git-repository--apply-patchJani Välimaa2019-12-264-230/+1
|
* build.macros: remove %_after_setup leftoversJani Välimaa2019-12-262-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 bitJani Välimaa2019-12-261-7/+4
|
* Restore RPMSYSCONFDIR variableJani Välimaa2019-12-261-0/+3
| | | | $$(RPMSYSCONFDIR) is still used at the moment when building.
* rpmrc: drop deprecated macrofiles lineJani Välimaa2019-12-262-2/+2
|
* 2.472.47Jani Välimaa2019-12-262-1/+2
|
* Replace setup_compile_flags rpm macro with upstream set_build_flags macroJani Välimaa2019-12-262-5/+6
| | | | Deprecation warning is output is %setup_compile_flags is used.
* 2.462.46Jani Välimaa2019-12-242-1/+3
|
* brp-mangle-shebangs: do not exit if read has a non-zero statusJani Välimaa2019-12-242-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.45Thierry Vignaud2019-12-232-1/+3
|
* Switch binary payload compression to Zstandard level 19Thierry Vignaud2019-12-232-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 needlesslyDenys Vlasenko2019-12-232-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>
* brp-mangle-shebangs: fix unsafe/incorrect command expansionDenys Vlasenko2019-12-231-14/+19
| | | | | | | | | | | | | | | | | | | | | | | | trim() { printf '%s' "$*" } ... read shebang_line < "$f" || : orig_shebang=$(trim $(echo "$shebang_line" | grep -Po "#!\K.*" || echo)) The "trimming", i.e. replacement of multiple spaces and removal of leading and trailing spaces, is achieved because "trim $(cmd)" construct has an unquoted $(), which is subject to word splitting. This works, yes. BUT. It is also subject to glob expansion - any ?s and *s will be attempted to be expanded as well - definitely NOT what we want! This change replaces this trick with code which avoids the expansion issue, and which does not spawn any subprocesses for string manipulations - this is ~3 times faster (fork+execs are expensive). Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* brp-mangle-shebangs: speed up finding of "text executables" (scripts)Denys Vlasenko2019-12-231-3/+12
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Make ambiguous python shebangs errorThierry Vignaud2019-12-231-0/+1
|