rpms/libxcb/devel libxcb.spec,1.13,1.14

Adam Jackson ajax at fedoraproject.org
Thu Dec 18 22:29:34 UTC 2008


Author: ajax

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

Modified Files:
	libxcb.spec 
Log Message:
* Thu Dec 18 2008 Adam Jackson <ajax at redhat.com> 1.1.93-2
- Egregious hack to make the next libX11 build work.  Hands... won't come
  clean...



Index: libxcb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libxcb/devel/libxcb.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libxcb.spec	18 Dec 2008 21:20:16 -0000	1.13
+++ libxcb.spec	18 Dec 2008 22:29:04 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           libxcb
 Version:        1.1.93
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A C binding to the X11 protocol
 
 Group:          System Environment/Libraries
@@ -58,12 +58,17 @@
 	   --enable-xselinux
 make %{?_smp_mflags}
 
+# OH MY GOD MAKE THE HURTING STOP
+touch libxcb-xlib.c
+gcc -shared -Wl,-soname,libxcb-xlib.so.0 -o libxcb-xlib.so.0 libxcb-xlib.c
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' | xargs rm -f
 install -m 644 COPYING NEWS README $RPM_BUILD_ROOT/%{_datadir}/doc/%{name}-%{version}
 sed 's, at libdir@,%{_libdir},;s, at prefix@,%{_prefix},;s, at exec_prefix@,%{_exec_prefix},' %{SOURCE1} > $RPM_BUILD_ROOT%{_libdir}/pkgconfig/pthread-stubs.pc
+install libxcb-xlib.so.0 $RPM_BUILD_ROOT%{_libdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -86,6 +91,10 @@
 %{_datadir}/doc/%{name}-%{version}
 
 %changelog
+* Thu Dec 18 2008 Adam Jackson <ajax at redhat.com> 1.1.93-2
+- Egregious hack to make the next libX11 build work.  Hands... won't come
+  clean...
+
 * Wed Dec 17 2008 Adam Jackson <ajax at redhat.com> 1.1.93-1
 - libxcb 1.1.93
 




More information about the fedora-extras-commits mailing list