- Add pkgconfig dependency for -devel package.
This commit is contained in:
parent
68447c2b13
commit
2288947c64
@ -1,7 +1,7 @@
|
|||||||
Summary: X.Org X11 libX11 runtime library
|
Summary: X.Org X11 libX11 runtime library
|
||||||
Name: libX11
|
Name: libX11
|
||||||
Version: 1.0.3
|
Version: 1.0.3
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -39,6 +39,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
# xproto >= 7.0.6 required
|
# xproto >= 7.0.6 required
|
||||||
Requires: xorg-x11-proto-devel >= 7.1-2
|
Requires: xorg-x11-proto-devel >= 7.1-2
|
||||||
Requires: libXau-devel, libXdmcp-devel
|
Requires: libXau-devel, libXdmcp-devel
|
||||||
|
Requires: pkgconfig
|
||||||
|
|
||||||
Obsoletes: XFree86-devel, xorg-x11-devel
|
Obsoletes: XFree86-devel, xorg-x11-devel
|
||||||
|
|
||||||
@ -246,6 +247,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*.3x*
|
%{_mandir}/man3/*.3x*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 13 2006 Kristian Høgsberg <krh@redhat.com> 1.0.3-5.fc7
|
||||||
|
- Add pkgconfig dependency for -devel package.
|
||||||
|
|
||||||
* Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> 1.0.3-4.fc6
|
* Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> 1.0.3-4.fc6
|
||||||
- Fix patch so it actually applies. (#208508)
|
- Fix patch so it actually applies. (#208508)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user