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
This commit is contained in:
parent
9114d16e2f
commit
6437d7dda9
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user