Start rpm-3.0.4.

CVS patchset: 3381
CVS date: 1999/10/11 16:37:55
This commit is contained in:
jbj 1999-10-11 16:37:55 +00:00
parent 87c7c2f8d7
commit 00ba060900
3 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,5 @@
3.0.3 -> 3.0.4
3.0.2 -> 3.0.3 3.0.2 -> 3.0.3
- add --eval to find result of macro expansion. - add --eval to find result of macro expansion.
- add configure scaffolding to support rpm-4.0 packages. - add configure scaffolding to support rpm-4.0 packages.

View File

@ -7,7 +7,7 @@ dnl it, why check it?
AC_INIT(rpm.c) AC_INIT(rpm.c)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(rpm, 3.0.3) AM_INIT_AUTOMAKE(rpm, 3.0.4)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AC_PREREQ(2.12) dnl Minimum Autoconf version required. AC_PREREQ(2.12) dnl Minimum Autoconf version required.
@ -23,7 +23,7 @@ dnl Checks for programs.
AC_ARG_PROGRAM AC_ARG_PROGRAM
AC_PROG_CC AC_PROG_CC
if test "$ac_cv_prog_gcc" = yes; then if test "$ac_cv_prog_gcc" = yes; then
CFLAGS="$CFLAGS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts" CFLAGS="$CFLAGS -D_GNU_SOURCE -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts"
fi fi
AC_PROG_CPP AC_PROG_CPP

View File

@ -1,8 +1,8 @@
Summary: The Red Hat package management system. Summary: The Red Hat package management system.
Name: rpm Name: rpm
%define version 3.0.3 %define version 3.0.4
Version: %{version} Version: %{version}
Release: 6 Release: 0.1
Group: System Environment/Base Group: System Environment/Base
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/rpm-%{version}.tar.gz Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/rpm-%{version}.tar.gz
Copyright: GPL Copyright: GPL