auto-import changelog data from rpm-4.2.1-0.30.1.src.rpm
Fri Oct 10 2003 Elliot Lee <sopwith@redhat.com> 4.2.1-0.30.1 - Add rpm-4.2-psmworks.patch
This commit is contained in:
parent
103d4279af
commit
1f8e0d2aca
18
rpm.spec
18
rpm.spec
@ -20,9 +20,10 @@ Name: rpm
|
|||||||
%define version 4.2.1
|
%define version 4.2.1
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
%{expand: %%define rpm_version %{version}}
|
%{expand: %%define rpm_version %{version}}
|
||||||
Release: 0.30
|
Release: 0.30.1
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
|
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
|
||||||
|
Patch: rpm-4.2.1-0.30-psmworks.patch
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Conflicts: patch < 2.5
|
Conflicts: patch < 2.5
|
||||||
%ifos linux
|
%ifos linux
|
||||||
@ -31,6 +32,8 @@ Prereq: fileutils shadow-utils
|
|||||||
Requires: popt = 1.8.1
|
Requires: popt = 1.8.1
|
||||||
Obsoletes: rpm-perl < %{version}
|
Obsoletes: rpm-perl < %{version}
|
||||||
|
|
||||||
|
BuildRequires: libtool automake autoconf
|
||||||
|
|
||||||
# XXX necessary only to drag in /usr/lib/libelf.a, otherwise internal elfutils.
|
# XXX necessary only to drag in /usr/lib/libelf.a, otherwise internal elfutils.
|
||||||
BuildRequires: elfutils-libelf
|
BuildRequires: elfutils-libelf
|
||||||
|
|
||||||
@ -116,6 +119,9 @@ shell-like rules.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch -p1
|
||||||
|
cd db/dist
|
||||||
|
./s_config
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -134,12 +140,12 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS
|
|||||||
%else
|
%else
|
||||||
CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
|
CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
|
||||||
%endif
|
%endif
|
||||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{__prefix} --sysconfdir=/etc \
|
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%{__prefix} --sysconfdir=/etc \
|
||||||
--localstatedir=/var --infodir='${prefix}%{__share}/info' \
|
--localstatedir=/var --infodir='${prefix}%{__share}/info' \
|
||||||
--mandir='${prefix}%{__share}/man' \
|
--mandir='${prefix}%{__share}/man' \
|
||||||
$WITH_PYTHON --without-javaglue
|
$WITH_PYTHON --without-javaglue
|
||||||
%else
|
%else
|
||||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{__prefix} $WITH_PYTHON \
|
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%{__prefix} $WITH_PYTHON \
|
||||||
--without-javaglue
|
--without-javaglue
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -154,7 +160,7 @@ unset LD_ASSUME_KERNEL || :
|
|||||||
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
make DESTDIR="$RPM_BUILD_ROOT" install
|
make MKINSTALLDIRS=`pwd`/mkinstalldirs DESTDIR="$RPM_BUILD_ROOT" install
|
||||||
|
|
||||||
%ifos linux
|
%ifos linux
|
||||||
|
|
||||||
@ -191,6 +197,7 @@ gzip -9n apidocs/man/man*/* || :
|
|||||||
rm -f .%{__libdir}/libbeecrypt.{a,la,so.2.2.0}
|
rm -f .%{__libdir}/libbeecrypt.{a,la,so.2.2.0}
|
||||||
rm -f .%{__prefix}/lib/rpm/{Specfile.pm,cpanflute,cpanflute2,rpmdiff,rpmdiff.cgi,sql.prov,sql.req,tcl.req}
|
rm -f .%{__prefix}/lib/rpm/{Specfile.pm,cpanflute,cpanflute2,rpmdiff,rpmdiff.cgi,sql.prov,sql.req,tcl.req}
|
||||||
rm -rf .%{__mandir}/{fr,ko}
|
rm -rf .%{__mandir}/{fr,ko}
|
||||||
|
rm -rf .%{__libdir}/python*/site-packages/rpmmodule.*a
|
||||||
}
|
}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -476,6 +483,9 @@ exit 0
|
|||||||
%{__includedir}/popt.h
|
%{__includedir}/popt.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 10 2003 Elliot Lee <sopwith@redhat.com> 4.2.1-0.30.1
|
||||||
|
- Add rpm-4.2-psmworks.patch
|
||||||
|
|
||||||
* Wed Jul 16 2003 Jeff Johnson <jbj@redhat.com> 4.2.1-0.30
|
* Wed Jul 16 2003 Jeff Johnson <jbj@redhat.com> 4.2.1-0.30
|
||||||
- repair find-debuginfo.sh to avoid recursing in /usr/lib/debug.
|
- repair find-debuginfo.sh to avoid recursing in /usr/lib/debug.
|
||||||
- fix: ia64: don't attempt autorelocate on .src.rpm's.
|
- fix: ia64: don't attempt autorelocate on .src.rpm's.
|
||||||
|
Loading…
Reference in New Issue
Block a user