summaryrefslogtreecommitdiff
path: root/build/parsePrep.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add lrzip support.Ville Skyttä2011-04-291-0/+3
* Add lzip support.Ville Skyttä2011-04-291-0/+3
* Attempt to fetch sources/patches when they are missing from %_sourcedirJindrich Novy2011-04-191-20/+0
* Unify the user+group caching between librpm and librpmbuildPanu Matilainen2010-12-151-1/+2
* Plug a minor memory leak in librpmbuild doPatch()Panu Matilainen2010-11-171-1/+1
* Use ARGV_t for temporary line storage directlyPanu Matilainen2010-10-281-9/+3
* Const pedantry: taropts only ever points to string constantsPanu Matilainen2010-09-211-4/+2
* Combine spec parsing options into a common flag bitfieldPanu Matilainen2010-09-011-3/+3
* Mass eviction of remaining internal helpers in librpmbuild APIPanu Matilainen2010-08-251-1/+2
* Avoid eating empty lines in spec %prep section (RhBug:573339)Panu Matilainen2010-03-151-1/+1
* Move <errno.h> include out of system.h to the places that need itPanu Matilainen2010-01-051-0/+2
* Use %{__mkdir_p} macro in build instead of hardwired RPM_MKDIR_PPanu Matilainen2009-12-221-2/+2
* Decompress lzma files with xz.Ville Skyttä2009-10-061-2/+0
* Single point of exit for doSetupMacro() to clean up freeing allocationsPanu Matilainen2009-09-141-32/+23
* Single point of exit for doPatch() to clean up freeingPanu Matilainen2009-09-071-8/+6
* Eliminate uses of headerNVR() and friends in librpmbuild codePanu Matilainen2009-09-021-3/+3
* Replace equal/not equal uses of str[n]cmp() with rstreq[n] in build codePanu Matilainen2009-08-311-2/+2
* Add -d option to %patch.Ville Skyttä2009-08-141-6/+14
* Don't try to parse %patch on spec query (rhbz#487855)Panu Matilainen2009-03-181-5/+2
* LZMA -> XZ renamingPanu Matilainen2009-03-181-0/+3
* Move declarations of local variables for parsing functionsJindrich Novy2008-12-091-19/+13
* Allow setting custom parameters to patch (rhbz#471006)Jindrich Novy2008-11-141-1/+3
* Use safer xstrdup() instead of strdup() wherever possibleJindrich Novy2008-09-251-1/+1
* Don't treat %patch numberless if -P parameter is presentJindrich Novy2008-09-241-1/+4
* Fail hard if patch isn't found (rhbz#461347)Jindrich Novy2008-09-061-1/+1
* Fix regression in %patch handling (rhbz#455872)Panu Matilainen2008-07-191-3/+3
* Initialize optConJindrich Novy2008-07-081-1/+1
* Make the default fuzz for %patch is now configurable via macroJindrich Novy2008-07-081-1/+1
* Make Source0: equal to Source: againJindrich Novy2008-07-071-2/+2
* Use proper type in formatJindrich Novy2008-07-071-1/+1
* Remove useless argument to format, d'ohJindrich Novy2008-07-071-1/+1
* Kick out ftpStrerror() and related error code definesPanu Matilainen2008-07-071-1/+1
* Really make fuzz=0 default for patchesJindrich Novy2008-07-041-3/+2
* Don't treat Patch and Source as Patch0 and Source0Jindrich Novy2008-07-041-13/+21
* doPatchMacro() now uses parseUnsignedNum()Jindrich Novy2008-07-011-2/+2
* doSetupMacro() now uses parseUnsignedNum()Jindrich Novy2008-07-011-2/+2
* doUntar() accepts only unsigned SourceXX numbersJindrich Novy2008-07-011-2/+2
* Convert doPatch() to use parseUnsignedNum()Jindrich Novy2008-07-011-3/+3
* Fix printing of patch numbers, doh :)Panu Matilainen2008-05-221-1/+1
* Don't run fixowner and fixgroup at end of %prepPanu Matilainen2008-05-081-12/+6
* Oops, plug leak introduced by previous commitPanu Matilainen2008-05-071-1/+3
* Simplify doPatch()Panu Matilainen2008-05-071-31/+18
* Make parsePrep() return PART_ERROR on errorsPanu Matilainen2008-05-051-8/+10
* Avoid %patch0 getting applied twicePanu Matilainen2008-04-211-2/+3
* Allow setting fuzz factor to 0Jindrich Novy2008-04-211-4/+5
* Sanitize + simplify %patch "macro" parsingPanu Matilainen2008-04-201-92/+69
* Single exit point for doPatchMacro()Panu Matilainen2008-04-201-27/+17
* Eliminate splitString() and freeSplitString()Panu Matilainen2008-04-171-4/+5
* Yet more url ripping - buildroot is never an urlPanu Matilainen2008-04-091-1/+1
* %{_builddir} is not an url, everPanu Matilainen2008-04-041-4/+2