summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2010-03-22Lose the useless rpmio refcounting debug junkPanu Matilainen1-6/+4
2010-03-22Lose the useless rpmfi refcounting etc debug messages + debug switchesPanu Matilainen1-3/+2
2010-03-19Bury FTS inside librpmbuild and eliminate from public ABIPanu Matilainen4-2/+1366
2010-03-15Avoid eating empty lines in spec %prep section (RhBug:573339)Panu Matilainen1-1/+1
2010-03-11More dumb thinko/typo/braindamage in scriptlet expansion patchesPanu Matilainen1-1/+1
2010-03-11Support run-time macro and queryformat expansion on scriptletsPanu Matilainen3-2/+45
2010-03-06Lose a couple of leftover variables from times before headerPutString()Panu Matilainen1-8/+4
2010-03-06Dont bother translators with internal error debug fooPanu Matilainen1-10/+0
2010-03-06rpmdsN() and rpmdsEVR() returning NULL here is a serious can't happenPanu Matilainen1-30/+4
2010-03-01Remove now unused inFtw from file listsPanu Matilainen1-6/+0
2010-03-01Lose ancient prefix remnants from build codePanu Matilainen1-23/+0
2010-03-01Fix rpmfcAttrDeps() for perl modules (was broken in c03be327).Ville Skyttä1-1/+1
2010-02-18Perform dependency extraction solely based on collected attributesPanu Matilainen1-105/+20
2010-02-18Classify .desktop files by just pathPanu Matilainen1-2/+4
2010-02-18fontconfig -> font dependency extractor renamePanu Matilainen1-1/+1
2010-02-18Add debug output for file attributesPanu Matilainen1-0/+8
2010-02-18Add path coloring for versioned python interpreter itselfPanu Matilainen1-0/+2
2010-02-18Replace python-specific path-coloring hack with a generic mechanismPanu Matilainen1-21/+45
2010-02-18Script/interpreter terminology renamingPanu Matilainen1-5/+5
2010-02-18Eliminate silly redundancyPanu Matilainen1-25/+9
2010-02-17Only run dependency extractors on files with attached attributesPanu Matilainen1-1/+3
2010-02-17Simplify rpmfcAddFileDep()Panu Matilainen1-15/+8
2010-02-17Use text token attributes instead of bitfield for file classificationPanu Matilainen2-134/+128
2010-02-17Plug a silly memleak in processPackageFiles()Panu Matilainen1-1/+2
2010-02-10Permit requires extraction too from fontconfig and desktop filesPanu Matilainen1-3/+1
2010-02-10Split elf dependency extraction out of librpmbuild to external helperPanu Matilainen2-307/+1
2010-02-10Separate helper for script interpreters, split out of librpmbuildPanu Matilainen1-60/+30
2010-02-10Make rpmfcSCRIPT() a bit easier on the eyes...Panu Matilainen1-34/+38
2010-02-01Clean up rpmfcClassify() a bit morePanu Matilainen1-15/+9
2010-02-01Single point of exit for rpmfcClassify()Panu Matilainen1-8/+8
2010-02-01Clean up rpmfcHelper() a bitPanu Matilainen1-18/+14
2010-02-01rpmfc script coloring tweaksPanu Matilainen1-11/+1
2010-02-01Revert spec tag-macro concatenation changesPanu Matilainen1-25/+2
2010-01-20Concatenate multiline tags in macros only in case ofJindrich Novy1-12/+20
2010-01-16Correctly expand %{obsoletes}, %{requires}, etc. in spec (RhBug:555926)Jindrich Novy1-2/+17
2010-01-05Move <ctype.h> include out of system.h to the places that need itPanu Matilainen3-0/+4
2010-01-05Move <errno.h> include out of system.h to the places that need itPanu Matilainen6-0/+9
2010-01-05Remove libcap stuff out of system.hPanu Matilainen1-0/+3
2010-01-05Unconditionally include <sys/wait.h> where neededPanu Matilainen2-0/+3
2010-01-05Unconditionally include <netdb.h> where needed instead of system.hPanu Matilainen1-0/+1
2010-01-04Clean up poll() vs select() testsPanu Matilainen1-0/+1
2009-12-23Dont include <pwd.h> from system.h, dont bother checking for it eitherPanu Matilainen1-0/+1
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