diff --git a/libXaw.spec b/libXaw.spec index 6f7f7f9..b1fe1f1 100644 --- a/libXaw.spec +++ b/libXaw.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXaw runtime library Name: libXaw Version: 1.0.2 -Release: 3 +Release: 4 License: MIT/X11 Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -18,6 +18,8 @@ BuildRequires: libXpm-devel # configure doesn't complain about libXext missing, but the build fails # without it. BuildRequires: libXext-devel +# Required by the configury. +BuildRequires: ed Obsoletes: XFree86-libs, xorg-x11-libs @@ -100,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3x* %changelog +* Tue Jun 06 2006 Bill Nottingham 1.0.2-4 +- Add "BuildRequires: ed" to fix library sonames + * Mon Jun 05 2006 Mike A. Harris 1.0.2-3 - Added "Requires: xorg-x11-proto-devel" to devel package to try to fix indirect bug (#192040)