Ed is somehow required to change the sonames from libXaw7.so.7 to

libXaw.so.7.
This commit is contained in:
Bill Nottingham 2006-06-06 20:52:59 +00:00
parent effd24d644
commit d77a19d78e

View File

@ -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 <notting@redhat.com> 1.0.2-4
- Add "BuildRequires: ed" to fix library sonames
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-3
- Added "Requires: xorg-x11-proto-devel" to devel package to try to fix
indirect bug (#192040)