summaryrefslogtreecommitdiff
path: root/build/parseSpec.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-13The death of rpmdbFindBy{Group,TriggeredBy,Header}.jbj1-2/+2
2000-01-24Documentation sugar.jbj1-0/+9
1999-12-19Initialize values behind pointers before calling rpmGet{Arch,Os}Info.jbj1-2/+6
1999-12-16fix: missing strdup when overriding buildroot from command linejbj1-2/+2
1999-11-24lib/macro.c: Canonicalize paths in rpmGetPath().jbj1-23/+26
1999-11-19macros.in: Add buildsubdir and scriptlet template macros.jbj1-9/+12
1999-11-18The death of lib/ftp.c, merged into lib/rpmio.c.jbj1-2/+3
1999-11-14lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop.jbj1-3/+3
1999-11-04Use Fopen almost everywhere.jbj1-5/+5
1999-10-31Spec: Add rootdir (as in chroot).jbj1-8/+8
1999-10-29fix: resurrect multiple target platform builds.jbj1-1/+2
1999-10-27use compressed filenames on install side.jbj1-6/+9
1999-09-21fix: command line install had header memory leak.jbj1-12/+12
1999-09-07Use sizeof("...")-1 throughout.jbj1-8/+8
1999-09-06fix: don't successfully match with strncasecmp("sparc", "sparc64", 5)jbj1-1/+2
1999-07-26fix: segfault on --rebuild (#4185).jbj1-1/+1
1999-07-20Save and restore 1st char of next line in multiline expansion correctly.jbj1-2/+7
1999-07-19debug multiline macro expansion.jbj1-8/+15
1999-07-19permit multiline macro expansions.jbj1-37/+53
1999-07-19fix: %if parsing skipped 3 chars too many.jbj1-2/+6
1999-06-15build root from cmd line did not set macro %buildroot.jbj1-0/+1
1999-05-14another strtok bites the dust.jbj1-27/+36
1999-04-01add per-target macrofiles to search path.jbj1-5/+1
1999-03-20eliminate old rpmrc configuration syntax.jbj1-8/+12
1999-03-16Fix newSpec in "rpm -q --specfile --specedit"jbj1-5/+6
1999-03-12fix: rpm -q --specfile --specedit now works even with BuildArch:.jbj1-3/+17
1999-02-22permit substitution of I18N strings from PO meta-catalogues.jbj1-0/+9
1999-01-06propagate "const char *" into rpmlib prototypes.jbj1-2/+2
1998-11-20permit "rpm -q --specfile ... file.spec" queries.jbj1-2/+5
1998-11-16LCLINT pass 0.jbj1-3/+3
1998-11-15strncasecmp on spec file separators (KDE has %Description).jbj1-1/+1
1998-11-08permit --rmsource --force even if sources/patches are missing.jbj1-3/+3
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-1/+0
1998-10-07arch/os (and platform) should be case insensitive everywhere forever.jbj1-13/+26
1998-10-06Move forceIncludeFile to eliminate warning.jbj1-10/+10
1998-10-06Initialize fileStack.jbj1-0/+3
1998-10-06add generalized expression handler (Tom Dyas<tdyas@remus.rutgers.edu>)jbj1-22/+79
1998-09-27add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)jbj1-3/+4
1998-09-24skip arch checks if only packaging source rpm.jbj1-3/+4
1998-09-05More RPMVAR_* conversion to macros.jbj1-1/+1
1998-09-05Start converting variables into macro expansions.jbj1-33/+0
1998-08-11Sync with 2.5.2 branch patches.jbj1-0/+2
1998-08-02String substitution macro file.jbj1-7/+7
1998-08-01Preliminary macro invironment as side effect of rpmrc parse.jbj1-0/+4
1998-07-31Macro handling in rpmlib -- rework include: tag with macro expansion.jbj1-8/+8
1998-07-30Consolidated includes for librpmbuild API.jbj1-34/+239
1998-07-25Aggregate system includes into system.h.jbj1-5/+1
1998-07-08Add {init,add,expand}Macro args everywhere (new macro.c compatibility).jbj1-7/+7
1998-06-02follow symlinks in source packagesmarc1-43/+0
1998-05-18fail if sources are not regular filesmarc1-0/+45