[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/xorg-x11-proto-devel/devel xorg-x11-proto-devel.spec, 1.21, 1.22
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/xorg-x11-proto-devel/devel xorg-x11-proto-devel.spec, 1.21, 1.22
- Date: Wed, 1 Mar 2006 01:30:05 -0500
Author: mharris
Update of /cvs/dist/rpms/xorg-x11-proto-devel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2837
Modified Files:
xorg-x11-proto-devel.spec
Log Message:
Minor spec cleanups
Index: xorg-x11-proto-devel.spec
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-proto-devel/devel/xorg-x11-proto-devel.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- xorg-x11-proto-devel.spec 23 Feb 2006 01:29:18 -0000 1.21
+++ xorg-x11-proto-devel.spec 1 Mar 2006 06:29:58 -0000 1.22
@@ -1,4 +1,8 @@
-# NOTE: This package contains only C header files and pkg-config *.pc files,
+# INFO: When doing a bootstrap build on a new architecture, set this to 1 to
+# avoid build loops.
+%define build_bootstrap 0
+
+# INFO: This package contains only C header files and pkg-config *.pc files,
# and does not contain any ELF binaries or DSOs, so we disable debuginfo
# generation.
%define debug_package %{nil}
@@ -63,7 +67,9 @@
# modular X.Org. Bug #173384.
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
+%if ! %{build_bootstrap}
Requires: mesa-libGL-devel
+%endif
%description
X.Org X11 Protocol headers
@@ -276,7 +282,7 @@
%{_libdir}/pkgconfig/xproxymngproto.pc
%changelog
-* Wed Feb 22 2006 Jeremy Katz <katzj redhat com> - 7.0-5
+* Wed Feb 22 2006 Jeremy Katz <katzj redhat com> 7.0-5
- require mesa-libGL-devel since it's needed by some of the headers
* Sun Feb 19 2006 Ray Strode <rstrode redhat com> 7.0-4
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]