From 9655cf025d0e92230a1215f92be46beca4a733bf7a7076ac2ff8153197c82063 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 11 Jun 2017 18:21:51 +0000 Subject: [PATCH] added autotools; run autoreconf OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libICE?expand=0&rev=15 --- libICE.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libICE.spec b/libICE.spec index c36127f..acf78f0 100644 --- a/libICE.spec +++ b/libICE.spec @@ -31,6 +31,9 @@ Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{ve Patch0: U_Use-getentropy-if-arc4random_buf-is-not-available.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) >= 1.12 BuildRequires: pkgconfig(xproto) @@ -77,8 +80,10 @@ in %lname. %prep %setup -q +%patch0 -p1 %build +autoreconf -fi %configure --docdir=%_docdir/%name --disable-static make %{?_smp_mflags}