summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2008-09-02Avoid dumb castsPanu Matilainen2-2/+7
2008-08-26Allow noarch subpackagesJindrich Novy1-6/+19
2008-08-14Fix segfault on zero-length %policy filePanu Matilainen1-1/+1
2008-08-14Accept numerical characters in macro expansion (related to rhbz#456103)Jindrich Novy1-1/+1
2008-08-14Don't fail build on too large but excluded filesPanu Matilainen1-12/+13
2008-08-13Unbreak payload size tag generation on ppc (rhbz#458817)Panu Matilainen1-3/+6
2008-08-08Add parenthesis to make gcc happyPanu Matilainen1-2/+2
2008-08-07Don't allow multiple definition of PatchX or SourceX (rhbz#458261, rhbz#458260)Jindrich Novy1-0/+10
2008-08-06Simplify spec buildroot hysteriaPanu Matilainen4-64/+15
2008-07-26Revert "plug memory leak in spec parsing code"Panu Matilainen1-1/+0
2008-07-25plug memory leak in spec parsing codeFlorian Festi1-0/+1
2008-07-25fix parsing of empty doublequoted strings in spec file (rhbz#456103)Florian Festi1-1/+1
2008-07-19Fix regression in %patch handling (rhbz#455872)Panu Matilainen1-3/+3
2008-07-16Make sure there's room for \0 (packages with no files)Panu Matilainen1-1/+1
2008-07-14Fix mono dependency extractionPanu Matilainen1-1/+1
2008-07-08Initialize optConJindrich Novy1-1/+1
2008-07-08Make the default fuzz for %patch is now configurable via macroJindrich Novy1-1/+1
2008-07-07Missing const in parseUnsignedNum()Panu Matilainen2-2/+2
2008-07-07Make Source0: equal to Source: againJindrich Novy2-3/+3
2008-07-07Use proper type in formatJindrich Novy1-1/+1
2008-07-07Remove useless argument to format, d'ohJindrich Novy1-1/+1
2008-07-07Make verifyAttrs and virtualFileAttributes staticPanu Matilainen1-2/+2
2008-07-07Kick out ftpStrerror() and related error code definesPanu Matilainen1-1/+1
2008-07-07Kick out now unused printNewSpecfile()Panu Matilainen1-96/+0
2008-07-07Kick out ancient, useless and hidden --specedit optionPanu Matilainen1-37/+2
2008-07-04Really make fuzz=0 default for patchesJindrich Novy1-3/+2
2008-07-04Don't treat Patch and Source as Patch0 and Source0Jindrich Novy2-14/+22
2008-07-04Couple of type correctionsPanu Matilainen1-3/+3
2008-07-01Update parseNoSource() and addSource() to accept only unsigned SourceXX numbersJindrich Novy1-5/+6
2008-07-01findSource() eats only unsigned SourceXX numbersJindrich Novy1-1/+1
2008-07-01doPatchMacro() now uses parseUnsignedNum()Jindrich Novy1-2/+2
2008-07-01doSetupMacro() now uses parseUnsignedNum()Jindrich Novy1-2/+2
2008-07-01doUntar() accepts only unsigned SourceXX numbersJindrich Novy1-2/+2
2008-07-01Convert doPatch() to use parseUnsignedNum()Jindrich Novy1-3/+3
2008-07-01Use the same number types for SourceXX tags as returned by parseUnsignedNum()Jindrich Novy1-1/+1
2008-07-01Convert Epoch parsing to use parseUnsignedNum()Jindrich Novy1-3/+3
2008-07-01Avoid reading negative constants from SourceXX, PatchXX tagsJindrich Novy2-6/+17
2008-06-26Teach build about 64bit payload etc size tagsPanu Matilainen2-13/+33
2008-06-26Only insert 64bit filesizes on build if requiredPanu Matilainen1-8/+22
2008-06-26Add a bit of protection against oversized filesPanu Matilainen1-1/+7
2008-06-26Type correctionsPanu Matilainen1-1/+2
2008-06-23Simplify requires and provides addition in rpmfcGenerateDepends()Panu Matilainen1-43/+17
2008-06-23Oops, provideflags were being inserted as requireflagsPanu Matilainen1-1/+1
2008-06-19Use type-specific headerPut() where makes sense in build/parseScriptPanu Matilainen1-2/+1
2008-06-19Use type-specific headerPut() where makes sense in build/rpmfc.cPanu Matilainen1-18/+6
2008-06-19use type-specific headerPut() on all of build/reqprov.cPanu Matilainen1-13/+4
2008-06-19Use type-specific headerPut() on all of build/parseSpec.cPanu Matilainen1-12/+3
2008-06-19Use type-specific headerPut() for all of build/parsePreamble.cPanu Matilainen1-27/+10
2008-06-19Use type-specific headerPut() for all of build/parseChangelog.cPanu Matilainen1-12/+3
2008-06-19Use type specific headerPut() for all of build/pack.cPanu Matilainen1-92/+27