Accepting request 254143 from X11:Utilities
1 OBS-URL: https://build.opensuse.org/request/show/254143 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXaw3d?expand=0&rev=5
This commit is contained in:
commit
f0119337ac
@ -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
|
Wed Aug 27 15:15:00 UTC 2014 - fcrozat@suse.com
|
||||||
|
|
||||||
|
@ -44,11 +44,11 @@ BuildRequires: bison
|
|||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xorg-x11-devel
|
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xext)
|
BuildRequires: pkgconfig(xext)
|
||||||
BuildRequires: pkgconfig(xmu)
|
BuildRequires: pkgconfig(xmu)
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||||
|
BuildRequires: pkgconfig(xpm)
|
||||||
BuildRequires: pkgconfig(xt)
|
BuildRequires: pkgconfig(xt)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -144,11 +144,11 @@ autoreconf -fi
|
|||||||
--with-pic \
|
--with-pic \
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%buildroot
|
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
|
# Copy README here and then gobble it up via %%doc
|
||||||
mkdir -p %{buildroot}%_docdir/xaw3dd
|
mkdir -p %{buildroot}%_docdir/xaw3dd
|
||||||
|
Loading…
Reference in New Issue
Block a user