summaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Use mkdir -p for creating SPECPARTS dirHEADmasterFlorian Festi2023-05-171-1/+1
* Use CMake Lua moduleMichal Domonkos2023-04-251-1/+1
* Don't rely on pkg-config for libmagic just yetMichal Domonkos2023-04-111-1/+1
* Autogenerate requires for users and groups in packages from file dataPanu Matilainen2023-03-301-6/+33
* Make build parallelism memory and address-space aware (#804)Panu Matilainen2023-03-301-9/+0
* rpmdsSetIx() sanity in rpmfcPrint()Panu Matilainen2023-03-221-4/+2
* Populate user and group data in cpio payload againPanu Matilainen2023-03-211-2/+1
* add more libmagic exceptions for HTML, SVG and PNGMartin Liska2023-03-161-0/+3
* Fix ignoring exit code of child scripts in case of EINTRКоренберг Марк2023-03-081-1/+15
* Don't repeat %patchN deprecation warningMichal Domonkos2023-02-233-3/+9
* Disable debuginfod server lookups in build and dependency generator scriptsPanu Matilainen2023-02-161-0/+1
* Fix type mismatch in parseList() prototypePanu Matilainen2023-02-151-1/+1
* Use proper type for copyTagsFromMainDebugPanu Matilainen2023-02-101-1/+1
* Turn `%patch` without arguments and options into an errorPanu Matilainen2023-01-261-2/+2
* Issue deprecation warnings on %patchN syntaxPanu Matilainen2023-01-171-0/+3
* Unbreak %dev directives in %filesMichal Domonkos2023-01-131-6/+3
* Quote source file names in %setupwangpeng2023-01-111-1/+1
* Fix memleak when running %generate_buildrequiresxujing2022-12-141-1/+1
* Fix *sbp leak when running rpmbuild with --quietxujing2022-12-141-0/+3
* Fix elf leak in getElfColorxujing2022-12-141-1/+2
* Fix prog leak in parseScriptxujing2022-12-141-0/+3
* Fix BANames leak in handlePreambleTagxujing2022-12-141-0/+1
* Refactor processSpecialDir()Michal Domonkos2022-11-291-22/+17
* Glob special files only once, internallyMichal Domonkos2022-11-291-26/+29
* Avoid unnecessary variables for cmake target data, part 1Panu Matilainen2022-11-281-7/+6
* Use cmake imported targets to let it sort out the compiler flag detailsPanu Matilainen2022-11-281-9/+7
* Fix OpenMP enablement in librpmbuild (broken by cmake transition)Panu Matilainen2022-11-182-2/+3
* Add Dynamic Spec generationFlorian Festi2022-11-094-0/+49
* Allow starting new spec parts with PART_EMPTYFlorian Festi2022-11-091-7/+10
* Split actual parsing of spec into its own functionFlorian Festi2022-11-091-27/+50
* Calculate number of threads to use during build, not spec parsePanu Matilainen2022-11-092-24/+28
* Remember to set include directories from pkgconfig for LuaPanu Matilainen2022-11-031-0/+1
* Remove duplicated code in doSetupMacroFlorian Festi2022-10-251-9/+1
* Remove autotools buildPanu Matilainen2022-10-211-39/+0
* Preserve literal value of quoted paths in %filesMichal Domonkos2022-10-041-1/+11
* Check for missing quote in %filesMichal Domonkos2022-10-041-4/+16
* Add support for whitespace escaping in %filesMichal Domonkos2022-10-041-4/+18
* Refactor strtokWithQuotes()Michal Domonkos2022-10-041-9/+10
* Fix unrecognized bzlib regression in pack.cMichal Domonkos2022-09-301-1/+1
* Add support for %preuntrans and %postuntrans scriptletsPanu Matilainen2022-09-266-1/+39
* Refactor processBinaryFile()Michal Domonkos2022-09-201-19/+18
* Try globs literally when there are no matchesMichal Domonkos2022-09-201-13/+4
* Fix missing newline in debuginfo-related warningPanu Matilainen2022-08-251-1/+1
* Append to arglist in rpmGlob()Michal Domonkos2022-08-181-1/+1
* Add SourceLicense tag to spec syntaxFlorian Festi2022-07-141-0/+6
* Add an experimental CMake build systemPanu Matilainen2022-06-281-0/+36
* Add shell-like escape support to %filesMichal Domonkos2022-06-271-11/+10
* Fix rpmGlob() escape supportMichal Domonkos2022-06-271-4/+2
* Test for preprocessor definition rather than value consistently everywherePanu Matilainen2022-06-154-12/+12
* Drop unnecessary public header rpmpol.hPanu Matilainen2022-06-151-1/+8