- 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
This commit is contained in:
Egbert Eich 2014-02-07 17:37:16 +00:00 committed by Git OBS Bridge
parent a2faaea1b9
commit 0e12ede476
2 changed files with 5 additions and 10 deletions

View File

@ -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

View File

@ -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