summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2009-12-23Dont include grp.h from system.h, dont bother checking in configure eitherPanu Matilainen1-1/+1
2009-12-22Use %{__mkdir_p} macro in build instead of hardwired RPM_MKDIR_PPanu Matilainen2-3/+5
2009-12-17Permit unexpanded macros to slip through spec tag sanity checks (RhBug:547997)Panu Matilainen2-3/+3
2009-12-08Avoid exposing libmagic dependency in public headersPanu Matilainen2-2/+2
2009-12-07Bump soname for all our librariesPanu Matilainen1-1/+1
2009-12-02Back out overly strict file type check on %ghost filesPanu Matilainen1-6/+0
2009-11-26Dont fail build on unrecognized non-executable files (ticket #105)Panu Matilainen1-3/+9
2009-10-21Ensure rpmlib() dependency sanity on buildPanu Matilainen2-1/+7
2009-10-21Fix memory leaks on error exit from parseRCPOT()Panu Matilainen1-7/+17
2009-10-16Since we really want a FILE* then get one in the first placePanu Matilainen3-10/+9
2009-10-07Support passing extra options to dep generator scriptsPanu Matilainen1-2/+5
2009-10-06Lose unused python/perl/java stringbuffers from rpmfcPanu Matilainen1-10/+0
2009-10-06Teach the internal dep generator about OCamlPanu Matilainen2-2/+9
2009-10-06Decompress lzma files with xz.Ville Skyttä1-2/+0
2009-09-15Allow absolute paths in file lists again (SuseBug:535594, RhBug:521760)Panu Matilainen1-3/+7
2009-09-14Single point of exit for doSetupMacro() to clean up freeing allocationsPanu Matilainen1-32/+23
2009-09-10Oops, accessing the wrong header in processBinaryFiles()Panu Matilainen1-2/+2
2009-09-07Minor rpmfcGenerateDependsHelper() cleanupsPanu Matilainen1-12/+5
2009-09-07Move rl to the scope where its needed, dont bother assigning NULLPanu Matilainen1-3/+2
2009-09-07Single point of exit for doPatch() to clean up freeingPanu Matilainen1-8/+6
2009-09-07Avoid theoretical NULL pointer dereferencePanu Matilainen1-0/+2
2009-09-07Eliminate unused counter variablePanu Matilainen1-3/+2
2009-09-02Fix dumb thinko from commit 4177fdffd6e7414123062e8716afb22596608531Panu Matilainen1-1/+1
2009-09-02Eliminate headerGetColor() uses everywherePanu Matilainen1-1/+1
2009-09-02Take advantage of new header string gettersPanu Matilainen1-6/+2
2009-09-02Take advantage of new header string gettersPanu Matilainen1-5/+2
2009-09-02Take advantage of new header string gettersPanu Matilainen1-6/+1
2009-09-02Eliminate uses of headerNVR() and friends in librpmbuild codePanu Matilainen6-29/+26
2009-09-01Group tag inheritance doesn't need special treatment, just copy with othersPanu Matilainen1-8/+1
2009-09-01Add provide-extractors for fonts and desktop filesPanu Matilainen1-0/+26
2009-09-01Further file-classifier tweaksPanu Matilainen1-7/+3
2009-09-01Make internal file classifier look into compressed filesPanu Matilainen1-1/+1
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in build codePanu Matilainen14-59/+57
2009-08-20We always add EVR and Flags to dependencies, remove bogus conditionPanu Matilainen1-4/+2
2009-08-20Fix duplicate dependency checking on buildPanu Matilainen1-20/+42
2009-08-18Copy BUGURL to source rpm's tooPanu Matilainen1-0/+1
2009-08-17Avoid adding Lua sources and patches twice when recursing (ticket #82)Panu Matilainen1-10/+10
2009-08-17Add default %clean section unless overridden in spec (ticket #81)Panu Matilainen1-0/+7
2009-08-14Add -d option to %patch.Ville Skyttä1-6/+14
2009-08-13Add an option bug reporting URL tag to packages (RhBug:512774)Panu Matilainen1-0/+4
2009-08-12rpmbuild won't segfault when %including spec with zero sizeJindrich Novy1-1/+1
2009-08-06Correctly inherit default %attr(-,-,-) attributes from %defattr (rhbz#515685)Jindrich Novy1-6/+10
2009-07-23Kill off lclint remnants everywherePanu Matilainen4-8/+0
2009-07-09Fix compiler warning on const freePanu Matilainen1-3/+2
2009-06-26Base64-encode %policy files to ensure it can be presented as stringsPanu Matilainen1-7/+9
2009-06-23Teach %files to accept multiple filelists (ticket #70, rhbz#475359)Jindrich Novy4-32/+28
2009-06-23Allow ':' character in EVR, it's needed for Epoch separationJindrich Novy1-1/+1
2009-06-16Don't check Provides/Requires for bad characters, they could be UTF-8Jindrich Novy3-11/+6
2009-06-15Check for valid chars in Requires/Provides as wellJindrich Novy3-6/+29
2009-06-10Add new function to check valid characters in NVR (ticket #59)Jindrich Novy1-18/+32