From c6d7281bb5be8cc6e259c2e9bcd3f2057683e6d9 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Jun 21 2009 22:56:31 +0000 Subject: * Mon Jun 22 2009 Peter Hutterer 1.6.99-4.20090618 - move libxf86config.so to devel package, libxf86config.so.* stays in the Xorg package. --- diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index bbbf89a..8e34638 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -19,7 +19,7 @@ Summary: X.Org X11 X server Name: xorg-x11-server Version: 1.6.99 -Release: 3.%{gitdate}%{?dist} +Release: 4.%{gitdate}%{?dist} URL: http://www.x.org License: MIT Group: User Interface/X @@ -458,7 +458,6 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/xorg/modules/libwfb.so %{_libdir}/xorg/modules/libxaa.so %{_libdir}/xorg/modules/libxf8_16bpp.so -%{_libdir}/libxf86config.so %{_libdir}/libxf86config.so.0 %{_libdir}/libxf86config.so.0.0.0 %{_mandir}/man1/gtf.1* @@ -512,6 +511,7 @@ rm -rf $RPM_BUILD_ROOT %if %{with_hw_servers} %files devel %defattr(-,root,root,-) +%{_libdir}/libxf86config.so %{_libdir}/pkgconfig/xorg-server.pc %dir %{_includedir}/xorg %{sdkdir}/*.h @@ -525,6 +525,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jun 22 2009 Peter Hutterer 1.6.99-4.20090618 +- move libxf86config.so to devel package, libxf86config.so.* stays in the + Xorg package. + * Sun Jun 21 2009 Peter Hutterer 1.6.99-3.20090618 - Move libxf86config files to package xorg-x11-server-Xorg, libxf86config is a shared lib now and required by the Xorg binary.