summaryrefslogtreecommitdiff
path: root/build/parsePreamble.c
AgeCommit message (Collapse)AuthorFilesLines
1999-01-05Expand path macros with rpmGetPath(path, ...).jbj1-16/+24
CVS patchset: 2652 CVS date: 1999/01/05 23:13:56
1998-11-23Sanity.jbj1-7/+9
CVS patchset: 2554 CVS date: 1998/11/23 21:47:55
1998-11-20Sanity.jbj1-2/+3
CVS patchset: 2551 CVS date: 1998/11/20 20:18:22
1998-11-20permit "rpm -q --specfile ... file.spec" queries.jbj1-3/+3
CVS patchset: 2547 CVS date: 1998/11/20 00:29:46
1998-11-18implement abstract fd type almost everywhere.jbj1-26/+5
CVS patchset: 2542 CVS date: 1998/11/18 21:41:05
1998-11-16LCLINT pass 0.jbj1-1/+1
CVS patchset: 2540 CVS date: 1998/11/16 21:40:28
1998-11-06add new Epoch: keyword just like Serial:.jbj1-3/+4
CVS patchset: 2520 CVS date: 1998/11/06 22:12:01
1998-11-06sub-packages inherit RPMTAG_EPOCH (just like RPMTAG_VERSION/RELEASE).jbj1-0/+1
CVS patchset: 2514 CVS date: 1998/11/06 18:30:35
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-1/+0
CVS patchset: 2425 CVS date: 1998/10/08 14:59:17
1998-10-07arch/os (and platform) should be case insensitive everywhere forever.jbj1-1/+6
CVS patchset: 2417 CVS date: 1998/10/07 17:06:10
1998-10-06fix check for trailing / in Prefix:jbj1-1/+1
CVS patchset: 2400 CVS date: 1998/10/06 14:21:06
1998-09-27add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)jbj1-22/+23
gettextify rpmMessage/rpmError/fprintf messages. CVS patchset: 2368 CVS date: 1998/09/27 22:03:52
1998-09-24skip arch checks if only packaging source rpm.jbj1-3/+4
CVS patchset: 2352 CVS date: 1998/09/24 20:36:54
1998-09-05More RPMVAR_* conversion to macros.jbj1-2/+2
CVS patchset: 2281 CVS date: 1998/09/05 21:54:05
1998-09-05Start converting variables into macro expansions.jbj1-1/+4
RPMVAR_SOURCEDIR -> %{_sourcedir} RPMVAR_BUILDDIR -> %{_builddir} CVS patchset: 2279 CVS date: 1998/09/05 20:02:08
1998-09-04Sync with 5.2 branch.jbj1-42/+42
CVS patchset: 2275 CVS date: 1998/09/04 16:17:46
1998-08-31copy changelog tags to sub-packages just before packaging.jbj1-13/+10
CVS patchset: 2269 CVS date: 1998/08/31 21:06:41
1998-08-11Sync with 2.5.2 branch patches.jbj1-1/+3
cpio_gzip: dup the fd before doing gzdopen (Thanks Erik!) add --noLang to skip non-default languages. CVS patchset: 2243 CVS date: 1998/08/11 18:24:48
1998-08-02String substitution macro file.jbj1-3/+3
CVS patchset: 2223 CVS date: 1998/08/02 15:14:38
1998-07-31Macro handling in rpmlib -- rework include: tag with macro expansion.jbj1-3/+3
CVS patchset: 2215 CVS date: 1998/07/31 20:11:49
1998-07-30Consolidated includes for librpmbuild API.jbj1-8/+2
CVS patchset: 2213 CVS date: 1998/07/30 22:09:42
1998-07-25Aggregate system includes into system.h.jbj1-130/+198
Rearrange functions to minimize exported routines in librpmbuild API. VS: ---------------------------------------------------------------------- CVS patchset: 2183 CVS date: 1998/07/25 21:00:26
1998-07-08Add {init,add,expand}Macro args everywhere (new macro.c compatibility).jbj1-3/+3
Create /usr/lib/rpm directory and move rpmrc et al there. CVS patchset: 2168 CVS date: 1998/07/08 17:30:37
1998-06-08Group: i18nmarc1-2/+2
CVS patchset: 2145 CVS date: 1998/06/08 00:12:17
1998-06-02follow symlinks in source packagesmarc1-0/+4
copy CHANGELOG* and URL stuff to all subpackages CVS patchset: 2140 CVS date: 1998/06/02 19:30:23
1998-05-20Actually catch errors from readLine()marc1-3/+10
CVS patchset: 2119 CVS date: 1998/05/20 17:05:26
1998-05-01Do not remove comments in scriptsmarc1-2/+2
CVS patchset: 2101 CVS date: 1998/05/01 01:54:27
1998-04-17Added AutoReq: and AutoProv:marc1-1/+10
CVS patchset: 2093 CVS date: 1998/04/17 04:25:27
1998-03-20Added trigger support to build codemarc1-1/+1
Got rid of myftw warning CVS patchset: 2041 CVS date: 1998/03/20 22:38:00
1998-03-041) include cleanups for portabilityewt1-1/+1
2) pulled popt structures and variables out of functions -- they need to be global due to stupid compilers 3) modified the Makefile to use relative dependencies, and make dependencies optional CVS patchset: 2020 CVS date: 1998/03/04 16:51:06
1998-03-03Clean up buildroot (remove suplicate slashes, trailing slashes)marc1-2/+3
CVS patchset: 2015 CVS date: 1998/03/03 17:07:39
1998-02-21Allow spaces in group names.marc1-1/+1
CVS patchset: 2009 CVS date: 1998/02/21 00:02:50
1998-02-10Make BuildArch: a synonym for BuildArchitectures:marc1-0/+1
CVS patchset: 2004 CVS date: 1998/02/10 16:33:04
1998-02-05Fix problem with bzip2/gzip.marc1-1/+4
Fix problem with prefix/prefixes. CVS patchset: 1990 CVS date: 1998/02/05 14:35:56
1998-02-03Added sanity check on Prefixes:marc1-1/+14
Added some support for bzip2. Still needs configure and lib-rpmrc.in stuff. CVS patchset: 1983 CVS date: 1998/02/03 15:11:23
1998-02-03New prefix handling (also take Prefixes:)marc1-10/+4
CVS patchset: 1982 CVS date: 1998/02/03 04:30:19
1998-01-26Fix bug where macros were being improperly set for Patch: and Source: lines.marc1-4/+5
CVS patchset: 1978 CVS date: 1998/01/26 15:52:56
1998-01-13Remove requirement of Distribution, Vendor, and Packager.marc1-3/+4
CVS patchset: 1959 CVS date: 1998/01/13 19:56:18
1998-01-12merged in Marc's new build codeewt1-0/+631
CVS patchset: 1956 CVS date: 1998/01/12 21:31:29