# HG changeset patch # User Michael Schloh von Bennewitz # Date 1304862442 -7200 # Node ID 50e3a83e4f0b55e2ca262a1a06de5ccb2b4aa770 # Parent 94a28e1a8def7fa7ac121b94639f81e5502d960b Reintroduce static library production in development package. diff -r 94a28e1a8def -r 50e3a83e4f0b xorg-x11-libXt/xorg-x11-libXt.spec --- a/xorg-x11-libXt/xorg-x11-libXt.spec Sun May 08 15:46:25 2011 +0200 +++ b/xorg-x11-libXt/xorg-x11-libXt.spec Sun May 08 15:47:22 2011 +0200 @@ -23,7 +23,7 @@ BuildRequires: fdupes pkgconfig xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-proto-devel xorg-x11-xtrans-devel Url: http://xorg.freedesktop.org/ Version: 7.6_%{dirsuffix} -Release: 4.1 +Release: 4.2 Vendor: Europalab Software Packager: Europalab Software License: MIT License (or similar) @@ -66,18 +66,13 @@ autoreconf -fi export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ %configure --disable-silent-rules \ -%if %suse_version > 1110 ---disable-static \ -%endif +--enable-static \ --with-pic %{__make} %{?jobs:-j%jobs} %install make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/share/X11/app-defaults -%if %suse_version > 1110 -%{__rm} -f %{buildroot}%{_libdir}/*.la -%endif %fdupes -s $RPM_BUILD_ROOT/%_mandir %clean @@ -102,12 +97,12 @@ %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_mandir}/man3/* -%if %suse_version <= 1110 %{_libdir}/*.a %{_libdir}/*.la -%endif %changelog +* Sun May 8 2011 michael@schloh.com +- Reintroduced static library in dev package. * Tue Dec 21 2010 sndirsch@novell.com - bumped version number to 7.6_1.0.9 * Wed Dec 1 2010 jslaby@suse.de