make %patch and %setup case sensitive
[platform/upstream/rpm.git] / build / build.c
1997-04-16 rootmake %patch and %setup case sensitive
1997-04-14 rootcall finish_filelists where apprpriate
1997-03-23 ewtrewrote %setup expanion to use popt and allow multiple...
1997-03-14 rootexec sh on the script, not the script directly
1997-01-16 ewtuse RPMVAR_FIXPERMS rather then static chmod args
1996-12-12 ewtuse _exit instead of exit in forks
1996-11-18 rootThe Great Renaming
1996-10-31 ewtuse RPMVAR_DEFAULTDOCDIR
1996-10-31 ewtuse separate chgrp/chown commands (slightly more portab...
1996-10-30 rootadd %patch -E
1996-09-25 ewtchanged index() calls to strchr()
1996-09-02 root--test for building
1996-08-20 ewtuses RPMVAR_TMPPATH
1996-08-18 rootspelling
1996-08-14 rootallow -R to %patch
1996-07-23 marcparse %prep even for list check
1996-07-23 marcimplement -bl
1996-07-14 marcremove DOCDIR
1996-07-14 rootbuildprefix -> buildroot
1996-07-09 roothandle Build Prefix
1996-07-01 rootpass RPM_ARCH and RPM_OS to scripts
1996-06-07 rootmove doRmSource() here
1996-05-07 rootmake build_subdir visible
1996-04-08 rootset umask on all script runs
1996-03-29 rootuse /var/tmp
1996-02-21 rootdon't sweep in build_subdir is "."
1996-02-21 rootfix ROOT_DIR setting (for NULL)
1996-02-21 rootadd root dir to doc dir
1996-02-20 rootpass around the passPhrase
1996-02-19 rootfix build shit
1996-02-19 marcpass a name to openScript() for display purposes
1996-02-15 rootremove a few stray statics
1996-02-14 rootfixed -c in %setup
1996-02-14 rootadded doRmSource()
1996-01-30 ewt1) removed reference to var.h (which disappeared)
1996-01-29 marcadd static to doSweep()
1996-01-29 marcadd RPMBUILD_CLEAN support
1996-01-29 marcadded RPM_PACKAGE_NAME var to all scripts
1996-01-08 marccheck for euid == 0 before doing chown -R on sources
1995-12-27 marcadd %setup and %patch handling
1995-12-20 marcmove RPMBUILD_* to build.h
1995-12-19 marcadded dispatch code
1995-12-18 marcunified script writing routines
1995-12-14 marcroutines for building packages from parsed spec structs
1995-12-13 rootmodified to test spec.c 1.4
1995-12-11 rootstarted parsing
1995-11-27 rootInitial revision