summaryrefslogtreecommitdiff
path: root/build/spec.c
AgeCommit message (Expand)AuthorFilesLines
2000-02-23i18n lookaside.jbj1-15/+15
2000-01-24Documentation sugar.jbj1-0/+13
1999-12-12reload macros from cmd line when re-reading config files.jbj1-2/+2
1999-11-24lib/macro.c: Canonicalize paths in rpmGetPath().jbj1-3/+3
1999-11-19macros.in: Add buildsubdir and scriptlet template macros.jbj1-4/+4
1999-11-04Use Fopen almost everywhere.jbj1-1/+1
1999-10-31Spec: Add rootdir (as in chroot).jbj1-1/+1
1999-10-04lclint annotations from build.jbj1-2/+2
1999-09-21fix: command line install had header memory leak.jbj1-8/+8
1999-07-26fix: segfault on --rebuild (#4185).jbj1-0/+1
1999-07-19permit multiline macro expansions.jbj1-1/+3
1999-07-19Another dead strtok.jbj1-22/+37
1999-05-06Add argument to specedit to choose between specs and powertools packages.jbj1-3/+3
1999-04-14Make silly headerGetEntry consistent throughout.jbj1-2/+2
1999-04-01add per-target macrofiles to search path.jbj1-9/+1
1999-03-26autoReq/autoProv now per-package.jbj1-4/+3
1999-03-17fix: recursive strtok's is a no-no.jbj1-5/+0
1999-02-22permit substitution of I18N strings from PO meta-catalogues.jbj1-0/+57
1999-01-05Expand path macros with rpmGetPath(path, ...).jbj1-4/+2
1998-11-20Sanity.jbj1-51/+56
1998-11-18implement abstract fd type almost everywhere.jbj1-1/+1
1998-11-16LCLINT pass 0.jbj1-1/+1
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-1/+0
1998-10-06add generalized expression handler (Tom Dyas<tdyas@remus.rutgers.edu>)jbj1-4/+25
1998-09-27add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)jbj1-4/+5
1998-09-05More RPMVAR_* conversion to macros.jbj1-3/+0
1998-09-05Start converting variables into macro expansions.jbj1-1/+4
1998-08-08writeRPM can now copy cpio archive from fd.jbj1-11/+5
1998-08-02String substitution macro file.jbj1-2/+2
1998-08-02Special case of "/" in %files was broken.jbj1-0/+2
1998-07-31Macro handling in rpmlib -- rework include: tag with macro expansion.jbj1-4/+6
1998-07-30Consolidated includes for librpmbuild API.jbj1-7/+160
1998-07-25Aggregate system includes into system.h.jbj1-142/+144
1998-07-08Add {init,add,expand}Macro args everywhere (new macro.c compatibility).jbj1-5/+5
1998-06-29*** empty log message ***marc1-1/+3
1998-04-17Added AutoReq: and AutoProv:marc1-1/+2
1998-01-12merged in Marc's new build codeewt1-1659/+198
1997-10-14Allow License: instead of Copyright:marc1-0/+1
1997-09-30Sanity checkmarc1-0/+6
1997-09-16Move obsoletes to own tagmarc1-19/+11
1997-09-16Added Obsoletes: tagmarc1-0/+15
1997-08-31Had some wrong month length in date parsing codeewt1-1/+1
1997-08-29Do not allow version specification in PreReq:marc1-0/+5
1997-08-19Add BUILDARCHS tag to source packages.marc1-5/+7
1997-07-25Modify to allow BuildArchitectures:marc1-1/+79
1997-07-23rewrote rcfile parsingewt1-2/+2
1997-07-07Fix handling of %pre -p <prog> when it has no bodymarc1-9/+6
1997-07-07Add %pre/%post -p <prog> handlingmarc1-53/+59
1997-07-03Handle -p <prog> on pre/post scriptsmarc1-5/+73
1997-06-19PreReq handlingroot1-2/+15