tweak naming of trigger variables
[platform/upstream/rpm.git] / build / spec.c
1997-05-01 roottweak naming of trigger variables
1997-05-01 roothandle files in Requires/Provides/Conflicts
1997-04-28 ewt- changed LIBRPMRC_FILENAME, LIBRPMALIAS_FILENAME,...
1997-04-16 rootmake tags case sensisitve (lower case)
1997-04-14 rootadded SOURCEURLn and PATCHURLm pacros
1997-04-14 rootmoved %doc/script handling to files.c
1997-04-14 rootadd SOURCEn and PATCHn prefdefined macros
1997-04-10 rootdon't parse macro stuff inside non-reading conditionals
1997-04-08 rootallow %doc and %attr()on a single line
1997-03-31 root%macro handling
1997-03-11 ewtfixed changelog parsing
1997-03-04 ewtremoved seemingly extranous include of regex.h
1997-02-18 marcfix null dereference
1997-01-30 ewtset the time on changelogs to noon UTC
1997-01-28 rootfixed requires/conflicts
1997-01-25 rootadded %changelog processing
1997-01-22 ewtheaderDump() now needs tag table
1997-01-16 ewtuse "cp -pr" not "cp -ar"
1996-12-12 ewtadded include of sys/types.h
1996-11-18 rootThe Great Renaming
1996-11-14 rootverify script stuff
1996-11-14 rootadded trigger stuff
1996-11-06 ewtgot rid of a printf("%s", NULL)
1996-10-31 ewtfixed message() call to not print NULL %s
1996-08-29 marcadded AutoReqProv: logic
1996-08-22 rootonly rm -rf docdir if we've got a %doc
1996-07-20 marcfix exclusiveos to match on os, not arch. duh.
1996-07-18 rootfix stupid free().
1996-07-17 rootremove warning
1996-07-17 marcPut exclude/exclusive arch/os in header
1996-07-14 rootallow Prefix: (DEFAULTPREFIX) for sub packages
1996-07-14 rootbuildprefix -> buildroot
1996-07-10 rootwarn if they use Root:
1996-07-10 rootfix uninitialized buildprefix
1996-07-09 roothandle Build Prefix
1996-07-09 rootlogic for handling Prefix:
1996-07-08 rootfix Summary parsing
1996-07-02 rootadded support for %description
1996-07-02 rootfix %changelog handling
1996-06-27 rootparsing for conflicts:
1996-06-27 rootadded stuff for nosrc packages
1996-06-24 rootallow # comments in the %files section
1996-06-07 rootwrap up req/dep
1996-06-02 roothandle # comments in the preamble
1996-05-22 rootstrip all trailing whitespace in the spec file
1996-05-07 rootprelim Req / Prov stuff
1996-05-02 rootstarted provide/require stuff
1996-03-18 rootadded url
1996-02-23 rootadd a couple statics
1996-02-22 rootfix last ':' checking patch - source and patch lines...
1996-02-22 rootrequire ':' after preamble parts
1996-02-22 roottoss trailing spaces on name, version, release
1996-02-22 rootreset RPMVAR_ROOT in reset_spec()
1996-02-21 rootfix doc/docdir handling
1996-02-21 roothandle names properly! Can't figure 'em out until...
1996-02-21 rootfix extra %endif catching
1996-02-21 rootadd root dir to doc dir
1996-02-19 rootcatch unbalanced %endifs
1996-02-19 rootmake serial number an int32
1996-02-16 rootfix handling of NULL newname/subname in lookup_package()
1996-02-16 rootstrip trailing whitespace off %part args
1996-02-15 rootcopy specfile name
1996-01-30 ewtremoved reference to var.h (which disappeared)
1996-01-29 marcadded parsing for special %doc macros
1996-01-17 marccount sources and patches
1996-01-12 marcadd support for multi-line descriptions
1996-01-08 marcadded icon, exclude, exclusive handling
1996-01-06 marcreversed order of pre/preun post/postun checking
1996-01-06 marcfixed prein -> pre and postin->post
1995-12-27 marcadded source/patch line handling
1995-12-20 marcadded %changelog
1995-12-19 marcadd debug messages
1995-12-19 marcadded logic for empty %files section vs NO %files section
1995-12-18 marcfixed bug where every part was POSTUN
1995-12-18 marccleaned up error() for new error scheme
1995-12-14 marcadded all parsing into spec and package structs
1995-12-13 rootfleshed out parsing, incorporated stringbufs, cleaned up
1995-12-12 rootcomplete reorg of reading scheme
1995-12-11 rootstarted parsing
1995-11-27 rootInitial revision