summaryrefslogtreecommitdiff
path: root/build/spec.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in build codePanu Matilainen1-1/+1
2009-08-17Avoid adding Lua sources and patches twice when recursing (ticket #82)Panu Matilainen1-10/+10
2009-06-23Teach %files to accept multiple filelists (ticket #70, rhbz#475359)Jindrich Novy1-1/+1
2008-09-02Avoid dumb castsPanu Matilainen1-1/+4
2008-08-08Add parenthesis to make gcc happyPanu Matilainen1-2/+2
2008-08-07Don't allow multiple definition of PatchX or SourceX (rhbz#458261, rhbz#458260)Jindrich Novy1-0/+10
2008-08-06Simplify spec buildroot hysteriaPanu Matilainen1-1/+0
2008-07-07Make Source0: equal to Source: againJindrich Novy1-1/+1
2008-07-07Kick out now unused printNewSpecfile()Panu Matilainen1-96/+0
2008-07-07Kick out ancient, useless and hidden --specedit optionPanu Matilainen1-37/+2
2008-07-04Don't treat Patch and Source as Patch0 and Source0Jindrich Novy1-1/+1
2008-07-01Update parseNoSource() and addSource() to accept only unsigned SourceXX numbersJindrich Novy1-5/+6
2008-07-01findSource() eats only unsigned SourceXX numbersJindrich Novy1-1/+1
2008-05-12Convert internal uses of headerSprintf() to headerFormat()Panu Matilainen1-1/+1
2008-05-06Eliminate nasty hackery with "special" doc + docdir formatPanu Matilainen1-0/+2
2008-04-25Simplify lookupPackage(), avoid alloca()Panu Matilainen1-9/+5
2008-04-16Kill queryHeader(), it is not used and buggyJindrich Novy1-1/+0
2008-04-09Yet more url ripping - buildroot is never an urlPanu Matilainen1-5/+5
2008-04-04Escape '%' in formatJindrich Novy1-1/+1
2008-04-04Simplify formattingJindrich Novy1-2/+2
2008-04-04Simplify package comparison and format creation.Jindrich Novy1-9/+7
2008-03-24Eliminate bogus const's from spec structurePanu Matilainen1-12/+12
2008-03-24Eliminate bogus const's from OFI_t and spectags structsPanu Matilainen1-2/+2
2008-03-23Use rasprintf() to prevent overflows and remove BUFSIZ buffer limit.Jindrich Novy1-10/+15
2008-03-18Minimal namespacing for locale-insensitive x*() string functionsPanu Matilainen1-3/+3
2008-02-25Remove some ancient dead codePanu Matilainen1-12/+0
2008-02-25Add %{sources} and %{patches} macros to buildPanu Matilainen1-0/+30
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-3/+3
2008-02-03Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen1-1/+1
2008-01-30Include spring-cleaningPanu Matilainen1-1/+2
2008-01-30rpmlib.h mass evictionPanu Matilainen1-0/+1
2007-12-16Much of spec internals is exposed, let them be const for nowPanu Matilainen1-14/+14
2007-12-15Remove bogus const from rpmGetPath() temporary targetsPanu Matilainen1-1/+1
2007-12-14Bogus const removal continued...Panu Matilainen1-1/+1
2007-12-14Bunch of const char* correctionsPanu Matilainen1-1/+1
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-2/+2
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-5/+5
2007-12-07Yet more rpmbuild fixups from rpmerr.h removal (partly from rpm5.org)Panu Matilainen1-6/+6
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-1/+1
2007-11-23Move rpmGetPath and rpmGenPath to rpmfileutil.hPanu Matilainen1-0/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-4/+4
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-8/+8
2007-10-29Add SKIPSPACE.Ralf Corsépius1-0/+1
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-0/+1
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-5/+5
2007-09-21Rename Spec -> rpmSpec for namespacingPanu Matilainen1-10/+10
2007-09-20Rename tagName/Value/Type() to rpmTagGet*()Panu Matilainen1-1/+1
2007-09-11Remove splint tags.Ralf Corsépius1-79/+15
2002-12-24- fix: remove rpmfi scareMem so that headers can be reloaded on ia64.jbj1-0/+3