summaryrefslogtreecommitdiff
path: root/build/parsePrep.c
Commit message (Expand)AuthorAgeFilesLines
* Use mkdir -p for creating SPECPARTS dirHEADmasterFlorian Festi2023-05-171-1/+1
* Don't repeat %patchN deprecation warningMichal Domonkos2023-02-231-3/+6
* 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
* Quote source file names in %setupwangpeng2023-01-111-1/+1
* Add Dynamic Spec generationFlorian Festi2022-11-091-0/+9
* Remove duplicated code in doSetupMacroFlorian Festi2022-10-251-9/+1
* Fix %setup and %patch not getting expanded in rpmspec --parse outputPanu Matilainen2022-05-051-12/+19
* Fix a typo in doUntar that breaks verbose uncompressionMikolaj Izdebski2022-04-271-1/+1
* Move %patch uncompress logic from spec parse to build time, sort ofPanu Matilainen2022-04-041-17/+11
* Move source uncompress logic from spec parse to build timePanu Matilainen2022-04-041-83/+8
* Issue warning on implicit "%patch zero" variants, sanitize semanticsPanu Matilainen2022-04-011-11/+8
* Make %{buildsubdir} more independent of %setupPeter Jones2022-02-211-7/+9
* Couple of trivial and obvious const-correctness fixes to build codePanu Matilainen2020-09-091-1/+2
* Stop untranslatable format strings from being translatedPanu Matilainen2020-08-271-1/+1
* Use RPMMACRO_LITERAL/ME_LITERAL when defining some macrosMichael Schroeder2020-02-101-1/+1
* Fix POPT_ARG_STRING memleaks in librpmbuildPanu Matilainen2020-02-031-1/+5
* Fix ancient memleak on %setup argumentsPanu Matilainen2019-11-081-2/+2
* Fix ancient memleak on %patch -P from unused popt arg pointerPanu Matilainen2019-11-081-2/+2
* Cleanup + fix --build-in-place handling in %setupPanu Matilainen2019-10-151-10/+5
* Add support for 'patch -Z'Pavlina Moravcova Varekova2019-07-221-6/+9
* Stop immediately if there is a problem with SourceIgor Gnatenko2019-06-031-6/+7
* Store source/patch/icon on-disk path in the source structPanu Matilainen2019-04-251-9/+3
* Port parsePrep() to use parseLines(), no functional changesPanu Matilainen2019-04-171-19/+3
* We already have a function for finding sources and patches, use itPanu Matilainen2019-02-251-12/+2
* Cleanup another leftover from patch/source autonumbering changesPanu Matilainen2019-02-251-5/+1
* Handle %setup archive unpack exit code centrally and consistentlyAndreas Scherer2018-11-271-16/+9
* Handle whitespace in uncompressed tar archive names, duhPanu Matilainen2018-11-271-1/+1
* Drop support for patch < 2.1Panu Matilainen2018-10-251-5/+1
* Unbreak numberless %patch from the autonumering changesPanu Matilainen2018-06-131-14/+5
* Call checkOwners() first to get useful error message on broken sourcesFlorian Festi2018-03-131-2/+2
* Add support for zstd compressed payloadJeff Johnson2017-08-091-0/+3
* Rename addMacro() and delMacro() to rpmPushMacro() and rpmPopMacro()Panu Matilainen2016-10-241-1/+1
* Add missing header filesPeter Eisentraut2016-02-111-0/+1
* Fix %setup logic in presence of '-[cbaT]' options.Andreas Scherer2015-11-261-2/+2
* Fix comment for doPatchMacro.Andreas Scherer2015-11-121-2/+2
* Fix broken -q on %setup.Andreas Scherer2015-11-121-1/+2
* Add support for 'patch -o outfile'.Andreas Scherer2015-11-121-5/+14
* Add RubyGems support.Vít Ondruch2015-11-121-0/+22
* Fix compressed patchesFlorian Festi2015-07-271-1/+1
* rpmbuild: Support --build-in-place to run build and install from CWDDavid Greaves2015-07-231-0/+10
* Use user and group of the rpmbuild process or root for sourcesFlorian Festi2015-04-231-4/+0
* Diagnose corrupt/empty compressed patchesPádraig Brady2015-03-181-1/+2
* Fix doxygen warningsFlorian Festi2015-02-171-2/+2
* Read uncompressed patches from stdinJean Delvare2015-01-261-2/+8
* Dont preserve ownership from tar when root (RhBug:1133946)Panu Matilainen2014-09-301-1/+1
* Add support for 7zip compressed tarballsChristophe Fergeau2012-05-221-0/+4
* Minor cleanup to doUntar() to eliminate dead assignments on free()Panu Matilainen2011-05-271-8/+8
* Fix %prep parse error to abort buildPanu Matilainen2011-05-241-8/+6
* Fix segfault on build with empty %prep sectionMichael Schroeder2011-05-161-1/+1