rpms/rhgb/devel rhgb.spec,1.41,1.42

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 9 09:13:40 UTC 2006


Author: rstrode

Update of /cvs/dist/rpms/rhgb/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9432

Modified Files:
	rhgb.spec 
Log Message:
- rebuild against modular X



Index: rhgb.spec
===================================================================
RCS file: /cvs/dist/rpms/rhgb/devel/rhgb.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- rhgb.spec	23 Dec 2005 04:49:21 -0000	1.41
+++ rhgb.spec	9 Jan 2006 09:13:37 -0000	1.42
@@ -3,7 +3,7 @@
 Summary: Red Hat Graphical Boot
 Name: rhgb
 Version: 0.16.2
-Release: 17
+Release: 18
 URL: http://www.redhat.com/
 Source0: %{name}-%{version}.tar.gz
 License: GPL
@@ -40,11 +40,15 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+
+# FIXME: need to drop the CPPFLAGS junk and fix this upstream 
+# (as well as upstream all the patches that have built up)
+make %{?_smp_mflags} \
+     CPPFLAGS="-I$(pkg-config --variable sdkdir xorg-server)"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT \
 
 %find_lang %{gettext_package}
 
@@ -61,6 +65,9 @@
 %doc doc/HOW_IT_WORKS
 
 %changelog
+* Sun Jan 8 2006 Ray Strode <rstrode at redhat.com> 0.16.2-18
+- rebuild against modular X
+
 * Thu Dec 22 2005 Jesse Keating <jkeating at redhat.com> 0.16.2-16
 - versioned BuildRequires of libxf86config-devel
 




More information about the fedora-cvs-commits mailing list