- Remove aforementioned egregious hack. Now I can sleep easier.
This commit is contained in:
parent
b6f593b47f
commit
453872d143
@ -1,6 +1,6 @@
|
||||
Name: libxcb
|
||||
Version: 1.1.93
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A C binding to the X11 protocol
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -58,10 +58,6 @@ autoreconf -v --install
|
||||
--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
|
||||
@ -91,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/doc/%{name}-%{version}
|
||||
|
||||
%changelog
|
||||
* Sun Feb 08 2009 Adam Jackson <ajax@redhat.com> 1.1.93-3
|
||||
- Remove aforementioned egregious hack. Now I can sleep easier.
|
||||
|
||||
* Thu Dec 18 2008 Adam Jackson <ajax@redhat.com> 1.1.93-2
|
||||
- Egregious hack to make the next libX11 build work. Hands... won't come
|
||||
clean...
|
||||
|
Loading…
Reference in New Issue
Block a user