rpm/build
Lubos Kardos 68bddc353a Function writeRPM was modified to one pass implemntation to improve performance. Now data aren't written into temporary file and then copied into final file but they are directy written into final file.
Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
2014-05-05 11:23:10 +03:00
..
Makefile.am Update library current + age (ie libs are now 3.1.0) 2012-11-05 10:22:50 +02:00
build.c If we need a FILE stream then get one... 2011-07-08 10:15:58 +03:00
expression.c Eliminate bunch of obvious dead NULL-assingments from misc build parts 2011-05-27 16:46:23 +03:00
files.c Warn on empty %files -f manifest files 2014-02-18 12:49:39 +02:00
misc.c Eliminate unused truncStringBuf() function 2010-10-29 10:21:45 +03:00
pack.c Function writeRPM was modified to one pass implemntation to improve performance. Now data aren't written into temporary file and then copied into final file but they are directy written into final file. 2014-05-05 11:23:10 +03:00
parseBuildInstallClean.c Fix the remaining enum abuse over rpmParseState in librpmbuild 2010-10-28 12:01:42 +03:00
parseChangelog.c Detect and fail build on more than one %changelog section in spec 2014-01-29 14:02:48 +02:00
parseDescription.c Check for duplicate %description sections too 2014-01-29 15:19:31 +02:00
parseFiles.c Relax multiple %files sections for a package into a warning 2014-02-28 17:11:53 +02:00
parsePolicies.c Eliminate dead NULL-assignments on parsePolicies() exit 2011-05-27 16:21:12 +03:00
parsePreamble.c Relax duplicate i18n tag check into a warning as well 2014-02-28 17:22:44 +02:00
parsePrep.c Add support for 7zip compressed tarballs 2012-05-22 13:48:01 +03:00
parseReqs.c Add support for Recommends:, Suggests:, Supplements: and Enhances: 2014-02-19 12:11:27 +01:00
parseScript.c Pass the entire package struct to addReqProv() 2013-04-15 15:23:37 +03:00
parseSpec.c Add return code to handleComments() 2014-02-18 12:38:41 +02:00
policies.c Make base64 encoding/decoding part of rpmio public API 2011-11-09 15:16:28 +02:00
reqprov.c Add support for Recommends:, Suggests:, Supplements: and Enhances: 2014-02-19 12:11:27 +01:00
rpmbuild.h Brute-force s/rpmTag/rpmTagVal/ in entire librpmbuild 2010-10-22 13:50:05 +03:00
rpmbuild_internal.h Add support for Recommends:, Suggests:, Supplements: and Enhances: 2014-02-19 12:11:27 +01:00
rpmbuild_misc.h Add return code to handleComments() 2014-02-18 12:38:41 +02:00
rpmfc.c Fix creation of file manifest in rpmfcGenerateDependsHelper() 2014-03-24 10:39:47 +02:00
rpmfc.h Remember buildroot directory in rpmfc struct 2010-12-01 11:09:02 +02:00
rpmspec.h Support retrieving the spec contents in parsed format 2011-06-17 13:52:27 +03:00
spec.c Add support for Recommends:, Suggests:, Supplements: and Enhances: 2014-02-19 12:11:27 +01:00