summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2008-02-25Remove some ancient dead codePanu Matilainen1-12/+0
2008-02-25Add %{sources} and %{patches} macros to buildPanu Matilainen1-0/+30
2008-02-22Use %__tar instead of hardcoded tar in build prepPanu Matilainen1-4/+13
2008-02-22Don't use legacy gzipbin etc macros in buildPanu Matilainen1-5/+5
2008-02-22Make %patch use %__patch instead of hardcoded patch.. patchy huh?Panu Matilainen1-4/+7
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen10-42/+42
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen4-7/+7
2008-02-05Use rpm_flag_t for header generic bitfields (file flags etc)Panu Matilainen1-6/+6
2008-02-05rpm5.org: free 5 bits for rpmfc coloring expansionPanu Matilainen1-18/+26
2008-02-05More rpm-headerdata types: rpm_dev_t and rpm_ino_t, use where spottedPanu Matilainen1-4/+4
2008-02-05Add rpm_rdev_t type for rdev entriesPanu Matilainen1-2/+2
2008-02-05Add rpm_mode_t type, use where spottedPanu Matilainen3-6/+6
2008-02-05Add rpm_color_t type for rpm color bits, use where spottedPanu Matilainen1-4/+4
2008-02-04Add rpm_time_t type for time types (in headers), use where spottedPanu Matilainen4-7/+7
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen3-5/+5
2008-02-03Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen8-8/+8
2008-01-30Include spring-cleaningPanu Matilainen6-31/+27
2008-01-30Use rpmsenseFlags type for dependency flags everywhere (hopefully)Panu Matilainen2-7/+8
2008-01-30rpmlib.h mass evictionPanu Matilainen11-0/+12
2008-01-30Remove bunch of unnecessary rpmlib.h includesPanu Matilainen2-2/+1
2008-01-28Make rpmbuild -bs and -ts imply --nodeps (rhbz#235507)Panu Matilainen1-0/+2
2008-01-27Rename isCompressed() -> rpmFileIsCompressed() for namespacingPanu Matilainen1-2/+2
2008-01-27Use the suffix checker in rpmfc instead of inline defined versionPanu Matilainen1-6/+4
2008-01-25Print regular provides on build too (mdvbz#36672)Panu Matilainen1-1/+1
2008-01-10Define and use UGIDMAX instead of hardcoded 1024 all overPanu Matilainen1-10/+12
2008-01-09Implementation of triggerprein scriptlets.Panu Matilainen3-0/+13
2008-01-09Permit files with glob characters in *.rpm packages (#147383)Panu Matilainen1-1/+1
2008-01-02Signedness consistency in rpmfi interface vs internal structuresPanu Matilainen1-1/+1
2008-01-02Assorted int -> size_t string size fixes in build codePanu Matilainen4-8/+8
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen4-14/+14
2007-12-22Fix multi-line macro expansion in last line of spec (mdvbz#27417)Panu Matilainen1-18/+39
2007-12-18Remove bogus const from rpmGlob argv return typePanu Matilainen1-1/+1
2007-12-18Make fsm failedFile non-const like it really isPanu Matilainen1-1/+1
2007-12-18Drop bogus const from temp variablePanu Matilainen1-2/+2
2007-12-17Unbreak internal dep generatorPanu Matilainen1-3/+4
2007-12-16pgpReadPkts returns malloced memory, unconstifyPanu Matilainen1-1/+1
2007-12-16Bogus const in temporary variablesPanu Matilainen1-1/+1
2007-12-16More const removalsPanu Matilainen1-1/+1
2007-12-16More constfree for spec exposed stuff for nowPanu Matilainen1-2/+2
2007-12-16Much of spec internals is exposed, let them be const for nowPanu Matilainen3-16/+16
2007-12-16Remove couple of bogus const uses in temp variablesPanu Matilainen1-2/+4
2007-12-16Unconstify FileListRec and AttrRec contentsPanu Matilainen1-11/+11
2007-12-16Remove const from rpmMkTempFile file name parameterPanu Matilainen2-2/+2
2007-12-15Make bunch of build internal code take const parametersPanu Matilainen3-9/+9
2007-12-15Another bunch of bogus const removalsPanu Matilainen1-3/+3
2007-12-15Remove bogus const from rpmGenPath() temporary targetsPanu Matilainen4-10/+11
2007-12-15Remove bogus const from rpmGetPath() temporary targetsPanu Matilainen6-15/+16
2007-12-14Bogus const removal continued...Panu Matilainen7-20/+19
2007-12-14Bunch of const char* correctionsPanu Matilainen5-7/+9
2007-12-14More size_t type pedantryPanu Matilainen2-2/+2