summaryrefslogtreecommitdiff
path: root/macros.in
AgeCommit message (Collapse)AuthorFilesLines
2000-01-17add %_rebuilddbpath macro to permit rebuilding db in new location.jbj1-1/+2
CVS patchset: 3522 CVS date: 2000/01/17 18:12:32
2000-01-12fix: resurrect relative path's in fprint lookup queries.jbj1-1/+3
CVS patchset: 3518 CVS date: 2000/01/12 21:48:58
2000-01-11default value for %_install_langs is all.jbj1-2/+2
CVS patchset: 3517 CVS date: 2000/01/11 19:12:34
2000-01-11configurable compression type/level for package payloads.jbj1-1/+7
CVS patchset: 3516 CVS date: 2000/01/11 16:13:16
2000-01-11configurable PATH for install %pre/%post et al scriptlets.jbj1-9/+61
use only %_install_langs, not LINGUAS/LANG when deciding to install. CVS patchset: 3514 CVS date: 2000/01/11 15:22:35
2000-01-07add several BuildRoot FTW policies.jbj1-3/+3
CVS patchset: 3511 CVS date: 2000/01/07 17:32:27
1999-11-24lib/macro.c: Canonicalize paths in rpmGetPath().jbj1-2/+3
build.c: ditto. build/build.c: ditto. build/files.c: ditto. build/parsePreamble.c: ditto. build/parseSpec.c: ditto. build/myftw.c: Use Opendir/Readdir/Closedir wrappers. lib/cpio.c: Use Readlink/Stat/Lstat wrappers while building archive. lib/rpmio.c: functional ftpLstat, ftpStat and ftpReadlink. CVS patchset: 3432 CVS date: 1999/11/24 00:03:54
1999-11-19macros.in: Add buildsubdir and scriptlet template macros.jbj1-27/+183
build/build.c: Rewrite to use scriptlet templates. build/files.c: Rename variables to prepare for (possibly) URL's in %files. build/myftw.c: Use Lstat. build/parsePreamble.c: Permit URL's in BuildRoot tag if not from spec file. build/parseSpec.c: ditto build/parsePrep.c: Add buildsubdir macro. lib/macro.c: Add url2path (nickname u2p) and verbose macro primitives. lib/url.c: urlPath returns "" if url is NULL (rpmGenPath memory corruption). CVS patchset: 3430 CVS date: 1999/11/19 18:19:41
1999-09-29Check in time stamps again.jbj1-2/+1
CVS patchset: 3343 CVS date: 1999/09/29 23:29:57
1999-09-29Check in time stamps.jbj1-1/+2
CVS patchset: 3342 CVS date: 1999/09/29 23:26:08
1999-08-22add %_install_langs to configure languages to be installed.jbj1-1/+2
CVS patchset: 3245 CVS date: 1999/08/22 04:17:12
1999-08-18Typo.jbj1-2/+2
CVS patchset: 3236 CVS date: 1999/08/18 16:29:53
1999-07-27popt: heavy dose of const.jbj1-3/+3
CVS patchset: 3206 CVS date: 1999/07/27 22:05:43
1999-07-23add post install configurable dependency checking.jbj1-1/+7
CVS patchset: 3202 CVS date: 1999/07/23 19:19:15
1999-05-14Add nil macro.jbj1-1/+6
CVS patchset: 3062 CVS date: 1999/05/14 18:59:43
1999-05-10Fix requires_eq macro.jbj1-4/+2
CVS patchset: 3054 CVS date: 1999/05/10 22:58:35
1999-05-05Add perl macros (from Artur Frysiak <wiget@t17.ds.pwr.wroc.pl>)jbj1-1/+29
CVS patchset: 3050 CVS date: 1999/05/05 19:01:01
1999-05-04Another typo.jbj1-2/+2
CVS patchset: 3047 CVS date: 1999/05/04 15:11:23
1999-05-04Typo.jbj1-2/+2
CVS patchset: 3046 CVS date: 1999/05/04 14:26:56
1999-04-27Typo.jbj1-2/+2
CVS patchset: 3033 CVS date: 1999/04/27 19:46:45
1999-04-21Typo.jbj1-2/+2
CVS patchset: 3027 CVS date: 1999/04/21 16:20:20
1999-04-20Add -C dir and -M options to %GNUconfigure.jbj1-3/+7
CVS patchset: 3024 CVS date: 1999/04/20 22:45:52
1999-04-20Add core set of autoconf/automake variables.jbj1-2/+23
CVS patchset: 3022 CVS date: 1999/04/20 18:21:08
1999-04-16Add -f to combat new POSIX behavior chown/chgrp on dangling symlinks.jbj1-18/+21
Hard configure absolute paths (rather than using which). CVS patchset: 3002 CVS date: 1999/04/16 05:44:36
1999-04-01add per-target macrofiles to search path.jbj1-2/+2
take globalMacroContext out of macro api. fix: flush all macros between builds. CVS patchset: 2936 CVS date: 1999/04/01 22:26:44
1999-03-30Restore "chmod -R ." as default.jbj1-3/+3
CVS patchset: 2925 CVS date: 1999/03/30 19:34:01
1999-03-28fix: avoid segfault using --prefix until ewt fixes.jbj1-19/+41
add --define "%foo %bar" option. dump macros to same fd as --showrc uses. add %GNUconfigure for full-blown package regeneration. fix: RPM_ARCH/RPM_OS had wrong values. fix: create ppc directories correctly. CVS patchset: 2922 CVS date: 1999/03/28 00:47:40
1999-03-27%vendor contains Red Hatjbj1-3/+4
%_vendor contains redhat CVS patchset: 2921 CVS date: 1999/03/27 21:40:56
1999-03-21pgp5 support (Carlo Wood <carlo@runaway.xs4all.nl>).jbj1-1/+2
CVS patchset: 2906 CVS date: 1999/03/21 18:43:22
1999-03-20eliminate old rpmrc configuration syntax.jbj1-11/+47
CVS patchset: 2905 CVS date: 1999/03/20 21:09:47
1999-03-14change support@redhat.com to rpm-list@redhat.com.jbj1-2/+5
CVS patchset: 2891 CVS date: 1999/03/14 00:34:52
1999-03-13Typos.jbj1-1/+1
CVS patchset: 2890 CVS date: 1999/03/13 23:29:59
1999-03-13fix: with --target=i686, pass macro %_arch=i386.jbj1-6/+12
CVS patchset: 2889 CVS date: 1999/03/13 22:37:47
1999-03-12Typos -- curlys match curlys.jbj1-4/+4
CVS patchset: 2881 CVS date: 1999/03/12 05:57:01
1999-01-22Do only string replacement (w/o -C) in %configure for now.jbj1-4/+2
CVS patchset: 2747 CVS date: 1999/01/22 22:20:44
1999-01-21Eliminate Makefile.inc dependence in subdirs.jbj1-5/+7
Change "Bad header" to "Bad/unreadable header" for most common cpio failure. CVS patchset: 2728 CVS date: 1999/01/21 17:18:38
1999-01-19Create %configure macro.jbj1-0/+20
CVS patchset: 2722 CVS date: 1999/01/19 17:23:32
1999-01-15Use %optflags from rpmrc not macros.jbj1-1/+3
CVS patchset: 2706 CVS date: 1999/01/15 16:31:14
1999-01-08defaultdocdir should not have testdir prepended.jbj1-1/+1
CVS patchset: 2684 CVS date: 1999/01/08 19:53:34
1998-12-02Sanity.jbj1-10/+10
CVS patchset: 2577 CVS date: 1998/12/02 21:10:18
1998-12-01More build popts moved to build.cjbj1-3/+8
Fix access of freed memory. CVS patchset: 2571 CVS date: 1998/12/01 23:28:26
1998-10-20First attempt at "make check".jbj1-4/+18
CVS patchset: 2465 CVS date: 1998/10/20 11:54:13
1998-09-05Integrate shell and macro enviroments for scripts.jbj1-0/+22
CVS patchset: 2282 CVS date: 1998/09/05 23:13:35
1998-08-16sanity.jbj1-3/+0
CVS patchset: 2253 CVS date: 1998/08/16 14:26:04
1998-08-02Create.jbj1-0/+58
CVS patchset: 2222 CVS date: 1998/08/02 15:03:54