auto-import changelog data from rpm-4.0.3-0.83.src.rpm

Fri Jul 27 2001 Jeff Johnson <jbj@redhat.com>
- fix: --noscripts is another multimode option.
- add tmpdir to configure db3 tmpdir into chroot tree.
- permit lazy db opens within chroot.
- fix: diddle dbenv path to accomodate backing store reopen in chroot.
Tue Jul 24 2001 Jeff Johnson <jbj@redhat.com>
- fix: don't segfault when presented with rpm-2.4.10 packaging (#49688).
Mon Jul 23 2001 Jeff Johnson <jbj@redhat.com>
- add pmac/ppciseries/ppcpseries varieties to ppc arch family.
- include tdigest.c tkey.c and trpmio.c to "make dist".
- re-enable dependency resolution source from package NVR.
- rename pmac to ppcmac.
- ia64: revert -O0 compilation.
- upgrade to db-3.3.11 final.
This commit is contained in:
cvsdist 2004-09-09 11:56:29 +00:00
parent a37c64e6eb
commit f923ad36ca
2 changed files with 29 additions and 15 deletions

View File

@ -19,7 +19,7 @@ Name: rpm
%define version 4.0.3 %define version 4.0.3
Version: %{version} Version: %{version}
%{expand: %%define rpm_version %{version}} %{expand: %%define rpm_version %{version}}
Release: 0.79 Release: 0.83
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
Copyright: GPL Copyright: GPL
@ -54,20 +54,20 @@ BuildRequires: perl >= 0:5.00503
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
%description %description
The RPM Package Manager (RPM) is a powerful command line driven The Red Hat Package Manager (RPM) is a powerful command line driven
package management system capable of installing, uninstalling, package management system capable of installing, uninstalling,
verifying, querying, and updating software packages. Each software verifying, querying, and updating software packages. Each software
package consists of an archive of files along with information about package consists of an archive of files along with information about
the package like its version, a description, etc. the package like its version, a description, etc.
%package devel %package devel
Summary: Development files for applications which will manipulate RPM packages. Summary: Development files for manipulating RPM packages.
Group: Development/Libraries Group: Development/Libraries
Requires: rpm = %{rpm_version}, popt = 1.6.3 Requires: rpm = %{rpm_version}, popt = 1.6.3
%description devel %description devel
This package contains the RPM C library and header files. These This package contains the RPM C library and header files. These
development files will simplify the process of writing programs which development files will simplify the process of writing programs that
manipulate RPM packages and databases. These files are intended to manipulate RPM packages and databases. These files are intended to
simplify the process of creating graphical package managers or any simplify the process of creating graphical package managers or any
other tools that need an intimate knowledge of RPM packages in order other tools that need an intimate knowledge of RPM packages in order
@ -82,8 +82,9 @@ Group: Development/Tools
Requires: rpm = %{rpm_version} Requires: rpm = %{rpm_version}
%description build %description build
This package contains scripts and executable programs that are used to The rpm-build package contains the scripts and executable programs
build packages using RPM. that are used to build packages using the Red Hat Package Manager
(RPM).
%if %{with_python_subpackage} %if %{with_python_subpackage}
%package python %package python
@ -94,14 +95,14 @@ Requires: python >= 1.5.2
Requires: popt = 1.6.3 Requires: popt = 1.6.3
%description python %description python
The rpm-python package contains a module which permits applications The rpm-python package contains a module that permits applications
written in the Python programming language to use the interface written in the Python programming language to use the interface
supplied by RPM (RPM Package Manager) libraries. supplied by RPM (Red Hat Package Manager) libraries.
This package should be installed if you want to develop Python This package should be installed if you want to develop Python
programs that will manipulate RPM packages and databases. programs that will manipulate RPM packages and databases.
%endif
%endif
%if %{with_perl_subpackage} %if %{with_perl_subpackage}
%package perl %package perl
Summary: Native bindings to the RPM API for Perl. Summary: Native bindings to the RPM API for Perl.
@ -131,7 +132,6 @@ constants, through RPM::Error and RPM::Constants, respectively, are
also available. also available.
%endif %endif
%package -n popt %package -n popt
Summary: A C library for parsing command line parameters. Summary: A C library for parsing command line parameters.
Group: Development/Libraries Group: Development/Libraries
@ -147,9 +147,6 @@ arguments to be aliased via configuration files and includes utility
functions for parsing arbitrary strings into argv[] arrays using functions for parsing arbitrary strings into argv[] arrays using
shell-like rules. shell-like rules.
Install popt if you're a C programmer and you'd like to use its
capabilities.
%prep %prep
%setup -q %setup -q
@ -158,7 +155,7 @@ capabilities.
# #
# XXX work around a (possible) compiler problem on ia64 # XXX work around a (possible) compiler problem on ia64
%ifarch ia64 %ifarch ia64
RPM_OPT_FLAGS="-O0" #RPM_OPT_FLAGS="-O0"
%endif %endif
%ifos linux %ifos linux
@ -502,6 +499,23 @@ fi
%{__prefix}/include/popt.h %{__prefix}/include/popt.h
%changelog %changelog
* Fri Jul 27 2001 Jeff Johnson <jbj@redhat.com>
- fix: --noscripts is another multimode option.
- add tmpdir to configure db3 tmpdir into chroot tree.
- permit lazy db opens within chroot.
- fix: diddle dbenv path to accomodate backing store reopen in chroot.
* Tue Jul 24 2001 Jeff Johnson <jbj@redhat.com>
- fix: don't segfault when presented with rpm-2.4.10 packaging (#49688).
* Mon Jul 23 2001 Jeff Johnson <jbj@redhat.com>
- add pmac/ppciseries/ppcpseries varieties to ppc arch family.
- include tdigest.c tkey.c and trpmio.c to "make dist".
- re-enable dependency resolution source from package NVR.
- rename pmac to ppcmac.
- ia64: revert -O0 compilation.
- upgrade to db-3.3.11 final.
* Sun Jul 22 2001 Jeff Johnson <jbj@redhat.com> * Sun Jul 22 2001 Jeff Johnson <jbj@redhat.com>
- use %%{rpm_version} to avoid other package versions. - use %%{rpm_version} to avoid other package versions.

View File

@ -1 +1 @@
c308ad5e7b5c9e0f1d6d618b5a2edc2a rpm-4.0.3.tar.gz 4916c03f01a3feee02e2b4f1410252ae rpm-4.0.3.tar.gz