auto-import changelog data from rpm-4.0.4-0.3.src.rpm
Wed Dec 19 2001 Jeff Johnson <jbj@redhat.com> - look for PY_VERSION 2.2c1. - fix: typo in find-requires. Sun Dec 09 2001 Jeff Johnson <jbj@redhat.com> - solaris: translate i86pc to i386 (#57182). - fix: CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS; LDFLAGS="${LDFLAGS:-''}" ; export LDFLAGS; dirs="`find ${_mydir} -name configure.in -print`"; export dirs; for coin in `echo ${dirs}` do dr=`dirname ${coin}`; if test -f ${dr}/NO-AUTO-GEN; then : else macrodirs=`sed -n -e 's,AM_ACLOCAL_INCLUDE((.*)),1,gp' < ${coin}`; ( cd ${dr}; aclocalinclude="${ACLOCAL_FLAGS}"; for k in ${macrodirs}; do if test -d ${k}; then aclocalinclude="${aclocalinclude} -I ${k}"; fi done if grep "^AM_GNU_GETTEXT" configure.in >/dev/null; then if grep "sed.*POTFILES" configure.in >/dev/null; then : do nothing -- we still have an old unmodified configure.in else test -r ${dr}/aclocal.m4 || touch ${dr}/aclocal.m4; echo "no" | gettextize --force --copy; test -r ${dr}/aclocal.m4 && /bin/chmod u+w ${dr}/aclocal.m4; fi fi if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then libtoolize --force --copy; fi aclocal ${aclocalinclude}; if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then autoheader; fi echo "Running automake --gnu ${am_opt} ..."; automake --add-missing --gnu ${am_opt}; autoconf; ); fi done ./configure i386-redhat-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info breaks with single quotes (#57264). ;
This commit is contained in:
parent
dbb0db02af
commit
f92dc6d8e8
10
rpm.spec
10
rpm.spec
@ -19,7 +19,7 @@ Name: rpm
|
||||
%define version 4.0.4
|
||||
Version: %{version}
|
||||
%{expand: %%define rpm_version %{version}}
|
||||
Release: 0.2
|
||||
Release: 0.3
|
||||
Group: System Environment/Base
|
||||
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
|
||||
Copyright: GPL
|
||||
@ -512,6 +512,14 @@ fi
|
||||
%{__prefix}/include/popt.h
|
||||
|
||||
%changelog
|
||||
* Wed Dec 19 2001 Jeff Johnson <jbj@redhat.com>
|
||||
- look for PY_VERSION 2.2c1.
|
||||
- fix: typo in find-requires.
|
||||
|
||||
* Sun Dec 9 2001 Jeff Johnson <jbj@redhat.com>
|
||||
- solaris: translate i86pc to i386 (#57182).
|
||||
- fix: %GNUconfigure breaks with single quotes (#57264).
|
||||
|
||||
* Mon Dec 3 2001 Jeff Johnson <jbj@redhat.com>
|
||||
- rpm-4.0.4 started.
|
||||
- turn off rpm-perl until it's self-hosting.
|
||||
|
Loading…
Reference in New Issue
Block a user