rpms/libxcb/devel libxcb.spec,1.25,1.26

Adam Jackson ajax at fedoraproject.org
Mon Jul 13 18:45:36 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/libxcb/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24134

Modified Files:
	libxcb.spec 
Log Message:
python me harder


Index: libxcb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libxcb/devel/libxcb.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- libxcb.spec	13 Jul 2009 17:53:08 -0000	1.25
+++ libxcb.spec	13 Jul 2009 18:45:05 -0000	1.26
@@ -78,6 +78,13 @@ Python bindings for %{name}.
 %patch1 -p1 -b .git
 %patch2 -p1 -b .no-nagle
 
+%if !0%{?bootstrap}
+pushd ../xpyb-%{xpyb_version}
+# XXX fix me upstream please
+sed -i 's@$(pythondir)@$(pyexecdir)@' src/Makefile.am
+popd
+%endif
+
 %build
 autoreconf -v --install
 %configure --disable-static --docdir=%{_datadir}/doc/%{name}-%{version} \
@@ -86,6 +93,7 @@ make %{?_smp_mflags}
 
 %if !0%{?bootstrap}
 pushd ../xpyb-%{xpyb_version}
+autoreconf -v --install
 %configure
 make %{?_smp_mflags}
 popd




More information about the fedora-extras-commits mailing list