- Added "Requires: xorg-x11-proto-devel" to devel package for xt.pc
This commit is contained in:
parent
8055f78dcf
commit
d8224a82fd
23
libXt.spec
23
libXt.spec
@ -1,13 +1,14 @@
|
||||
Summary: X.Org X11 libXt runtime library
|
||||
Name: libXt
|
||||
Version: 1.0.1
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: MIT/X11
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
Source0: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Source0: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xorg-x11-proto-devel
|
||||
BuildRequires: libX11-devel
|
||||
@ -21,9 +22,11 @@ X.Org X11 libXt runtime library
|
||||
%package devel
|
||||
Summary: X.Org X11 libXt development package
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
# needed by xt.pc
|
||||
Requires: xorg-x11-proto-devel
|
||||
Requires: libX11-devel
|
||||
Requires: libSM-devel
|
||||
|
||||
@ -122,7 +125,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libXt.a
|
||||
%endif
|
||||
%{_libdir}/libXt.so
|
||||
%dir %{_libdir}/pkgconfig
|
||||
%{_libdir}/pkgconfig/xt.pc
|
||||
#%dir %{_mandir}/man1x
|
||||
%{_mandir}/man1/makestrs.1x*
|
||||
@ -130,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*.3x*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
|
||||
- Added "Requires: xorg-x11-proto-devel" to devel package for xt.pc
|
||||
|
||||
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
|
||||
- Added "BuildRequires: pkgconfig" for (#193503)
|
||||
- Replace "makeinstall" with "make install DESTDIR=..."
|
||||
@ -138,10 +143,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-1
|
||||
- Update to 1.0.1
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-2.2
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.2
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-2.1
|
||||
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.1
|
||||
- rebuilt for new gcc4.1 snapshot and glibc changes
|
||||
|
||||
* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
|
||||
@ -160,7 +165,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Fri Dec 2 2005 Kristian Høgsberg <krh@redhat.com> 0.99.2-3
|
||||
* Fri Dec 02 2005 Kristian Høgsberg <krh@redhat.com> 0.99.2-3
|
||||
- Use the default value from configure.ac for --with-xfile-search-path
|
||||
except with %%{_datadir} instead of $(libdir), so Xt can search for
|
||||
app-default files as usual.
|
||||
@ -175,7 +180,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
|
||||
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
|
||||
|
||||
* Wed Nov 2 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
|
||||
* Wed Nov 02 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
|
||||
- Actually spell RPM_OPT_FLAGS correctly this time.
|
||||
|
||||
* Mon Oct 31 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
|
||||
@ -186,7 +191,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- Updated libXt to version 0.99.1 from X11R7 RC1
|
||||
- Updated file manifest to find manpages in 'man3x'
|
||||
|
||||
* Thu Oct 6 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-5
|
||||
* Thu Oct 06 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-5
|
||||
- Added Requires: libX11-devel to libXt-devel subpackage, as Xt headers
|
||||
include Xlib headers causing xterm and other things to fail to compile.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user