summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2014-08-14Update autotools files on aarch64submit/tizen/20140825.050559accepted/tizen/ivi/20140902.210650accepted/tizen/common/20140826.160946Vyacheslav Barinov1-1/+18
2013-04-13Add VCS tag into .src.rpmAlexander Kanevskiy1-0/+1
2013-02-02Adding manifest support for rpmbuildElena Reshetova2-1/+14
2013-02-02Find supplementsAnas Nashif2-0/+48
2013-02-02Create a debuginfo package for each subpackage.Anas Nashif1-2/+234
2013-02-02short changelogAnas Nashif2-0/+63
2013-02-02Add support for weak dependencies:Anas Nashif4-0/+60
2013-01-29Make double-quoting work for special %doc (and %license) tooPanu Matilainen1-1/+4
2012-11-18Fix double-free on %caps in spec (RhBug:877512)Panu Matilainen1-1/+0
2012-11-08Erm, actually mark the special %license files as RPMFILE_LICENSEPanu Matilainen1-1/+2
2012-11-05Dont complain about non-colored arch-specific packagesPanu Matilainen1-1/+2
2012-11-05Update library current + age (ie libs are now 3.1.0)Panu Matilainen1-1/+1
2012-09-26Freeze the rpmfc string pools once all additions are donePanu Matilainen1-0/+4
2012-09-26Dont waste time with argi for rpmfc file class indexesPanu Matilainen1-9/+6
2012-09-26Dont waste time with argi for rpmfc file colorsPanu Matilainen1-15/+11
2012-09-26Dont waste time with argv for rpmfc file namesPanu Matilainen1-5/+8
2012-09-26Use a string pool for the build-time file dependency string storagePanu Matilainen1-9/+9
2012-09-26Use a string pool to build file class dictionary and indexesPanu Matilainen1-25/+17
2012-09-26Cosmetics: properly indent the rpmfc debug foobarPanu Matilainen1-6/+8
2012-08-08Fix bogus "unclosed %if" error when %include is used in conditionalsPanu Matilainen1-9/+6
2012-08-07Handle all dependency tags in spec via same switch-case fallthroughPanu Matilainen1-3/+1
2012-08-07"prereq" is not a valid qualifier to regular RequiresPanu Matilainen1-1/+0
2012-08-07Extra qualifiers like (postun) are not valid with legacy PreReqPanu Matilainen1-1/+1
2012-08-01Fix memleak in changelog parsing on error pathsPanu Matilainen1-10/+13
2012-08-01Turn the invalid date error to warning (related to RhBug:843525)Panu Matilainen1-1/+4
2012-08-01Refactor the struct stat hacking into a helper functionPanu Matilainen1-38/+46
2012-08-01Permit non-existent %ghost directories to be packaged (RhBug:839656)Panu Matilainen1-7/+7
2012-08-01Dont bother asking libmagic about directoriesPanu Matilainen1-1/+1
2012-07-31Report starting line for unclosed %if in specsPanu Matilainen2-1/+4
2012-07-31Dynamically grow spec line buffer on line continuationsPanu Matilainen1-5/+10
2012-07-31Minor cleanups: const pedantry and helper variable scopingPanu Matilainen1-8/+5
2012-07-31Allocate spec line buffer separately from spec structPanu Matilainen3-2/+6
2012-07-31Track spec parse buffer position by offset instead of pointerPanu Matilainen2-4/+4
2012-07-30Stricter validation of changelog date (RhBug:843525)Panu Matilainen1-2/+14
2012-07-12Always print out package dependencies on buildPanu Matilainen1-7/+7
2012-07-10Accept "owner" as an alias to "user" %verify attribute (RhBug:838657)Panu Matilainen1-0/+1
2012-07-02Also track large file presence for src.rpm's (RhBug:833427)Panu Matilainen1-0/+3
2012-07-02Push payload file size limit checking into cpio codePanu Matilainen1-13/+2
2012-07-02Report the actual failure reason on archive create failure (again)Panu Matilainen1-2/+5
2012-05-31Export our own version of glob_pattern_p() as rpmIsGlob()Panu Matilainen1-1/+1
2012-05-29Parametrize default vs current %verify and %attr parsingPanu Matilainen1-25/+17
2012-05-28Initial support for "special" %license, similar to %doc (ticket #116)Panu Matilainen2-23/+45
2012-05-28Generalize special doc attribute to "special dir"Panu Matilainen1-5/+5
2012-05-28Handle rpmfiNew() failure centrally in genCpioListAndHeader()Panu Matilainen1-6/+3
2012-05-28Fix spec parsing memleak from source header on buildarch recursionPanu Matilainen1-0/+3
2012-05-28Eliminate redundant helper variables from src.rpm generationPanu Matilainen1-9/+6
2012-05-28Move file list freeing to helper functionPanu Matilainen1-9/+11
2012-05-28Hardlink detection doesn't need entire filelist, just the actual recordsPanu Matilainen1-11/+11
2012-05-28isDoc() only needs the doc dirs, not the entire filelistPanu Matilainen1-5/+4
2012-05-28Clean up file records freeing a bitPanu Matilainen1-12/+9