From 0e12ede4763b1f9ee84777a0ab5668949fec78e79d6bc3924afa92a77fa45c91 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Fri, 7 Feb 2014 17:37:16 +0000 Subject: [PATCH] - remove creation of libxf86config which was once used bu SaX2. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=497 --- xorg-x11-server.changes | 5 +++++ xorg-x11-server.spec | 10 ---------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/xorg-x11-server.changes b/xorg-x11-server.changes index 132bece..158b6b3 100644 --- a/xorg-x11-server.changes +++ b/xorg-x11-server.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 17:31:29 UTC 2014 - eich@suse.com + +- remove creation of libxf86config which was once used bu SaX2. + ------------------------------------------------------------------- Thu Jan 30 10:33:43 UTC 2014 - lbsousajr@gmail.com diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index cff6904..f851496 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -215,7 +215,6 @@ cp %{SOURCE90} . autoreconf -fi %configure CFLAGS="%{optflags} -fno-strict-aliasing" \ --sysconfdir=/etc \ - --enable-install-libxf86config \ --enable-xdmcp \ --enable-xdm-auth-1 \ --enable-dri \ @@ -295,13 +294,6 @@ install -m 644 hw/xfree86/parser/{xf86Parser.h,xf86Optrec.h} \ %{buildroot}%{_includedir}/xorg install -m 644 include/list.h \ %{buildroot}%{_includedir}/xorg -if [ -f hw/xfree86/parser/.libs/libxf86config.a ] ; then - install -m 644 hw/xfree86/parser/.libs/libxf86config.a \ - %{buildroot}//usr/%{_lib} -else - install -m 644 hw/xfree86/parser/libxf86config.a \ - %{buildroot}//usr/%{_lib} -fi %endif %ifnarch s390 s390x mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates @@ -392,9 +384,7 @@ exit 0 %files sdk %defattr(-,root,root) %{_includedir}/xorg/ -%{_libdir}/*.a %ifnarch s390 s390x -%exclude %{_libdir}/libxf86config.la %{_libdir}/pkgconfig/*.pc %{_datadir}/aclocal/*.m4 %endif