jbj
582808bce3
link libbz2.a statically to avoid rpm->bzip2 dependence for now.
...
CVS patchset: 3264
CVS date: 1999/09/07 19:47:53
1999-09-07 19:47:53 +00:00
jbj
d753cdadf7
fix: don't successfully match with strncasecmp("sparc", "sparc64", 5)
...
CVS patchset: 3259
CVS date: 1999/09/06 20:59:39
1999-09-06 20:59:39 +00:00
jbj
aeeaed68f9
get the right default if no --prefix is given.
...
CVS patchset: 3255
CVS date: 1999/08/25 20:00:26
1999-08-25 20:00:26 +00:00
jbj
adb4f58147
Orphans.
...
CVS patchset: 3187
CVS date: 1999/07/19 22:28:41
1999-07-19 22:28:41 +00:00
jbj
46572592b4
add pl translation and man pages (Tomasz K?oczko et al).
...
CVS patchset: 3183
CVS date: 1999/07/19 22:13:12
1999-07-19 22:13:12 +00:00
jbj
5ad244b9d1
Change shared lib defaults.
...
CVS patchset: 3171
CVS date: 1999/07/15 22:26:15
1999-07-15 22:26:15 +00:00
jbj
c3f62fe632
Automake to create python bindings.
...
CVS patchset: 3164
CVS date: 1999/07/15 20:15:23
1999-07-15 20:15:23 +00:00
jbj
ab69afb6e3
Typos.
...
CVS patchset: 3137
CVS date: 1999/07/08 22:37:05
1999-07-08 22:37:05 +00:00
jbj
25e6b06959
add configure scaffolding to support rpm-4.0 packages.
...
CVS patchset: 3136
CVS date: 1999/07/08 22:10:33
1999-07-08 22:10:33 +00:00
jbj
d70b2a5496
Begin rpm-3.0.3.
...
CVS patchset: 3133
CVS date: 1999/07/07 19:25:34
1999-07-07 19:25:34 +00:00
jbj
bafb62fbb0
MiNT port (Guido Flohr <gufl0000@stud.uni-sb.de>).
...
CVS patchset: 3096
CVS date: 1999/06/17 21:35:34
1999-06-17 21:35:34 +00:00
jbj
984a6ad296
Propagate CONFIG_SITE to popt ( #3212 ).
...
CVS patchset: 3091
CVS date: 1999/06/16 20:02:17
1999-06-16 20:02:17 +00:00
jbj
00425624b6
don't clobber LDFLAGS in top-level Makefile (Tim Mooney).
...
move libtool version forward.
CVS patchset: 3086
CVS date: 1999/06/09 14:13:31
1999-06-09 14:13:31 +00:00
jbj
2ed98fa074
Begin 3.0.2.
...
CVS patchset: 3075
CVS date: 1999/05/24 20:37:52
1999-05-24 20:37:52 +00:00
jbj
4c10d8f232
Bump version/release.
...
CVS patchset: 3026
CVS date: 1999/04/21 15:35:06
1999-04-21 15:35:06 +00:00
jbj
0cf9b0bdfe
fix: % before non-alphabetic non-macro special now passed unscathed.
...
CVS patchset: 3023
CVS date: 1999/04/20 19:17:23
1999-04-20 19:17:23 +00:00
jbj
8d7018d847
Release rpm 3.0.
...
CVS patchset: 3016
CVS date: 1999/04/19 08:28:20
1999-04-19 08:28:20 +00:00
jbj
2320364c77
Use statvfs on solaris2.6+ (Eddie Bugg <ralp@terra.abcbs.com>)
...
CVS patchset: 3005
CVS date: 1999/04/16 23:05:00
1999-04-16 23:05:00 +00:00
jbj
59e22c8102
Add -f to combat new POSIX behavior chown/chgrp on dangling symlinks.
...
Hard configure absolute paths (rather than using which).
CVS patchset: 3002
CVS date: 1999/04/16 05:44:36
1999-04-16 05:44:36 +00:00
jbj
527e1bc4e0
fix: last update transaction set segfault bug in installer.
...
improved checks for statfs (Tim Mooney).
remove inconsistent use of __P((...)) throughout.
non-static inline functions caused IRIX cc pain.
CPIOERR_CHECK_ERRNO masking caused AIX cc warnings.
CVS patchset: 2993
CVS date: 1999/04/14 11:28:31
1999-04-14 11:28:31 +00:00
ewt
d590fe33e1
version 2.95
...
CVS patchset: 2984
CVS date: 1999/04/12 16:11:24
1999-04-12 16:11:24 +00:00
jbj
c5f831ad7e
Default to not build shared libraries.
...
CVS patchset: 2980
CVS date: 1999/04/11 22:15:26
1999-04-11 22:15:26 +00:00
jbj
200d512806
From Tim Mooney:
...
Make the statfs stuff work more reliably. Switch from using AC_EGREP_HEADER
to AC_TRY_COMPILE, which should be much more reliable.
Change all places where a previous patch I had sent in said "convertdb"
when it should have said "rpmconvert".
Change the LDFLAGS_STATIC for HP-UX so that static linking isn't done on
HP-UX with libtool. Everything could be linked statically *except* the shl_*
routines, which are in `libdld.1', but libtool doesn't know how to do
a "--prefer-static" type link, so we have to just avoid trying the static
link at all.
Fix a warning that happens over and over as `header.h' is included
on Digital Unix systems. Digital Unix defines `__alpha', not `__alpha__',
so I just added the additional check for __alpha.
Fix a number of places in the code where there is a spurious/extra
semi-colon. This gets rid of quite a few warnings.
CVS patchset: 2972
CVS date: 1999/04/08 20:09:48
1999-04-08 20:09:48 +00:00
jbj
0beb0f799d
Bump version.
...
CVS patchset: 2948
CVS date: 1999/04/05 19:01:33
1999-04-05 19:01:33 +00:00
jbj
3e38468d2d
Arm-linux fiddles: set RPMCANONARCH correctly and go back to -O2 ( #1985 ).
...
CVS patchset: 2942
CVS date: 1999/04/04 20:10:33
1999-04-04 20:10:33 +00:00
jbj
c2ace2da95
Portability fiddles (Tim Mooney).
...
CVS patchset: 2940
CVS date: 1999/04/03 17:13:35
1999-04-03 17:13:35 +00:00
jbj
5fbc0dd6c3
add explicit macrofiles path to rpmrc.
...
CVS patchset: 2933
CVS date: 1999/03/31 20:37:55
1999-03-31 20:37:55 +00:00
jbj
9b94f186e6
fix: avoid segfault using --prefix until ewt fixes.
...
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-28 00:47:40 +00:00
jbj
a1058e3d9e
more DU 4.0D fiddles (Shing-Gene Yung).
...
CVS patchset: 2910
CVS date: 1999/03/22 18:36:23
1999-03-22 18:36:23 +00:00
jbj
89e64b9785
pgp5 support (Carlo Wood <carlo@runaway.xs4all.nl>).
...
CVS patchset: 2906
CVS date: 1999/03/21 18:43:22
1999-03-21 18:43:22 +00:00
jbj
801b0c9b4b
Bump version.
...
CVS patchset: 2904
CVS date: 1999/03/20 15:11:03
1999-03-20 15:11:03 +00:00
jbj
52f3a21929
DU 4.0D fiddles (Shing-Gene Yung<shing@cz3.nus.edu.sg>)
...
CVS patchset: 2899
CVS date: 1999/03/19 16:39:15
1999-03-19 16:39:15 +00:00
jbj
fa3c0712e2
RE fiddle to get canonical arch correct.
...
CVS patchset: 2893
CVS date: 1999/03/16 20:47:27
1999-03-16 20:47:27 +00:00
jbj
ca9dc63de9
Fix newSpec in "rpm -q --specfile --specedit"
...
CVS patchset: 2892
CVS date: 1999/03/16 20:04:26
1999-03-16 20:04:26 +00:00
jbj
776dc9c258
change support@redhat.com to rpm-list@redhat.com.
...
CVS patchset: 2891
CVS date: 1999/03/14 00:34:52
1999-03-14 00:34:52 +00:00
jbj
a36b1b3871
fix: with --target=i686, pass macro %_arch=i386.
...
CVS patchset: 2889
CVS date: 1999/03/13 22:37:47
1999-03-13 22:37:47 +00:00
jbj
b2e49d841d
Bump version.
...
CVS patchset: 2845
CVS date: 1999/02/28 19:07:13
1999-02-28 19:07:13 +00:00
jbj
6d1bd5f75b
Restore RPMCONFIGDIR throughout.
...
CVS patchset: 2755
CVS date: 1999/01/26 18:29:40
1999-01-26 18:29:40 +00:00
jbj
5bb717be19
make '-' character illegal (again) in version/release.
...
Use auto-standard names for auto-package components.
CVS patchset: 2753
CVS date: 1999/01/26 18:08:14
1999-01-26 18:08:14 +00:00
jbj
2daecca27b
Eliminate generated files.
...
CVS patchset: 2750
CVS date: 1999/01/25 19:46:40
1999-01-25 19:46:40 +00:00
jbj
b3ff088a22
Use libtool to build libraries, but force --disable-shared for now.
...
CVS patchset: 2745
CVS date: 1999/01/22 18:42:31
1999-01-22 18:42:31 +00:00
jbj
398c9e0363
Change dependencies so that automake is not needed to build.
...
Update rpm POTFILES.
Popt too.
CVS patchset: 2741
CVS date: 1999/01/22 15:57:39
1999-01-22 15:57:39 +00:00
jbj
324f6639d7
After running libtoolize to update config.guess config.sub
...
CVS patchset: 2732
CVS date: 1999/01/21 22:30:50
1999-01-21 22:30:50 +00:00
jbj
903b747e02
Released rpm-2.90 -- version is now 2.91
...
Use automake 1.4 and autoconf 2.13.
CVS patchset: 2726
CVS date: 1999/01/19 23:54:30
1999-01-19 23:54:30 +00:00
jbj
e8d006c635
use "original db-1.85" if available (Raw Hide glibc 2.1).
...
CVS patchset: 2640
CVS date: 1998/12/31 22:09:43
1998-12-31 22:09:43 +00:00
jbj
0c25412902
ultrapenguin 1.1.9 sparc64 changes.
...
CVS patchset: 2605
CVS date: 1998/12/17 16:45:22
1998-12-17 16:45:22 +00:00
jbj
fb2fc01de4
Automake voodoo.
...
CVS patchset: 2590
CVS date: 1998/12/05 20:06:00
1998-12-05 20:06:00 +00:00
jbj
3fae42117d
display "..?....." rather than "..5....." for unreadable files.
...
run time (rather than compile time) host endian check.
CVS patchset: 2589
CVS date: 1998/12/05 19:38:29
1998-12-05 19:38:29 +00:00
jbj
5d69afce68
Use AC_CANONICAL_SYSTEM, not AC_CANONICAL_HOST.
...
CVS patchset: 2566
CVS date: 1998/11/30 22:39:11
1998-11-30 22:39:11 +00:00
jbj
eb0436b4b2
Start abstracting compressed I/O.
...
CVS patchset: 2552
CVS date: 1998/11/22 19:48:48
1998-11-22 19:48:48 +00:00