diff --git a/rpm.spec b/rpm.spec index 434687f..cf0377a 100644 --- a/rpm.spec +++ b/rpm.spec @@ -20,7 +20,7 @@ Name: rpm %define version 4.3.2 Version: %{version} %{expand: %%define rpm_version %{version}} -Release: 0.6 +Release: 0.7 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz License: GPL @@ -57,10 +57,18 @@ verifying, querying, and updating software packages. Each software package consists of an archive of files along with information about the package like its version, a description, etc. +%package libs +Summary: Libraries for manipulating RPM packages. +Group: Development/Libraries +Requires: rpm = %{rpm_version}-%{release} + +%description libs +This package contains the RPM shared libraries. + %package devel Summary: Development files for manipulating RPM packages. Group: Development/Libraries -Requires: rpm = %{rpm_version} +Requires: rpm = %{rpm_version}-%{release} %description devel This package contains the RPM C library and header files. These @@ -76,7 +84,7 @@ will manipulate RPM packages and databases. %package build Summary: Scripts and executable programs used to build packages. Group: Development/Tools -Requires: rpm = %{rpm_version}, patch >= 2.5, file +Requires: rpm = %{rpm_version}-%{release}, patch >= 2.5, file Provides: rpmbuild(VendorConfig) = 4.1-1 %description build @@ -87,7 +95,7 @@ that are used to build packages using the RPM Package Manager. %package python Summary: Python bindings for apps which will manipulate RPM packages. Group: Development/Libraries -Requires: rpm = %{rpm_version} +Requires: rpm = %{rpm_version}-%{release} Requires: python >= %{with_python_version} Requires: elfutils >= 0.55 @@ -280,11 +288,6 @@ exit 0 %rpmattr %{__bindir}/rpmquery %rpmattr %{__bindir}/rpmverify -%{__libdir}/librpm-4.3.so -%{__libdir}/librpmdb-4.3.so -%{__libdir}/librpmio-4.3.so -%{__libdir}/librpmbuild-4.3.so - %attr(0755, rpm, rpm) %dir %{__prefix}/lib/rpm %rpmattr %{__prefix}/lib/rpm/config.guess %rpmattr %{__prefix}/lib/rpm/config.sub @@ -366,6 +369,12 @@ exit 0 %lang(ru) %{__mandir}/ru/man[18]/*.[18]* %lang(sk) %{__mandir}/sk/man[18]/*.[18]* +%files libs +%{__libdir}/librpm-4.3.so +%{__libdir}/librpmdb-4.3.so +%{__libdir}/librpmio-4.3.so +%{__libdir}/librpmbuild-4.3.so + %files build %defattr(-,root,root) %dir %{__prefix}/src/redhat @@ -485,6 +494,12 @@ exit 0 %{__includedir}/popt.h %changelog +* Thu Aug 19 2004 Jeff Johnson 4.3.2-0.7 +- shared libraries in separate rpm-libs package. +- avoid "can't happen" recursion while retrieving pubkeys. +- add ppc32dy4 arch. +- make peace with automake 1.9.1. + * Fri Jul 9 2004 Jeff Johnson 4.3.2-0.6 - fix: evaluate rather than default file_contexts path. (#127501). diff --git a/sources b/sources index 8e828a6..1c19ab8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0527d01b389cb7b35505b3d1127aedc3 rpm-4.3.2.tar.gz +e7c81f6825c5ae404732ca1418daca67 rpm-4.3.2.tar.gz