From 6437d7dda91281cb62bba3bb587f90e1fe56d4f1c76ed24b2de16d672a28aa7f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 6 Oct 2014 09:25:49 +0000 Subject: [PATCH] Accepting request 253569 from home:elvigia:branches:X11:Utilities - Ensure all "la" files are deleted, not just those in libdir - Enable verbose build - Do not use xorg-x11-devel OBS-URL: https://build.opensuse.org/request/show/253569 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/libXaw3d?expand=0&rev=9 --- libXaw3d.changes | 7 +++++++ libXaw3d.spec | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/libXaw3d.changes b/libXaw3d.changes index 4cd80f3..1299ee5 100644 --- a/libXaw3d.changes +++ b/libXaw3d.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 1 21:16:33 UTC 2014 - crrodriguez@opensuse.org + +- Ensure all "la" files are deleted, not just those in libdir +- Enable verbose build +- Do not use xorg-x11-devel + ------------------------------------------------------------------- Wed Aug 27 15:15:00 UTC 2014 - fcrozat@suse.com diff --git a/libXaw3d.spec b/libXaw3d.spec index 38e9c31..db67a12 100644 --- a/libXaw3d.spec +++ b/libXaw3d.spec @@ -44,11 +44,11 @@ BuildRequires: bison BuildRequires: flex BuildRequires: libtool BuildRequires: pkgconfig -BuildRequires: xorg-x11-devel BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xmu) BuildRequires: pkgconfig(xorg-macros) >= 1.8 +BuildRequires: pkgconfig(xpm) BuildRequires: pkgconfig(xt) %description @@ -144,11 +144,11 @@ autoreconf -fi --with-pic \ --with-gnu-ld \ -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install make install DESTDIR=%buildroot -rm -vf %{buildroot}%{_libdir}/*.la +find %{buildroot} -type f -name "*.la" -print -delete # Copy README here and then gobble it up via %%doc mkdir -p %{buildroot}%_docdir/xaw3dd