Ed is somehow required to change the sonames from libXaw7.so.7 to
libXaw.so.7.
This commit is contained in:
parent
effd24d644
commit
d77a19d78e
@ -1,7 +1,7 @@
|
|||||||
Summary: X.Org X11 libXaw runtime library
|
Summary: X.Org X11 libXaw runtime library
|
||||||
Name: libXaw
|
Name: libXaw
|
||||||
Version: 1.0.2
|
Version: 1.0.2
|
||||||
Release: 3
|
Release: 4
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
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
|
# configure doesn't complain about libXext missing, but the build fails
|
||||||
# without it.
|
# without it.
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
|
# Required by the configury.
|
||||||
|
BuildRequires: ed
|
||||||
|
|
||||||
Obsoletes: XFree86-libs, xorg-x11-libs
|
Obsoletes: XFree86-libs, xorg-x11-libs
|
||||||
|
|
||||||
@ -100,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*.3x*
|
%{_mandir}/man3/*.3x*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Added "Requires: xorg-x11-proto-devel" to devel package to try to fix
|
||||||
indirect bug (#192040)
|
indirect bug (#192040)
|
||||||
|
Loading…
Reference in New Issue
Block a user