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