forked from pool/libICE
added autotools; run autoreconf
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libICE?expand=0&rev=15
This commit is contained in:
parent
892e4ad50b
commit
9655cf025d
@ -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
|
Patch0: U_Use-getentropy-if-arc4random_buf-is-not-available.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.12
|
BuildRequires: pkgconfig(xorg-macros) >= 1.12
|
||||||
BuildRequires: pkgconfig(xproto)
|
BuildRequires: pkgconfig(xproto)
|
||||||
@ -77,8 +80,10 @@ in %lname.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -fi
|
||||||
%configure --docdir=%_docdir/%name --disable-static
|
%configure --docdir=%_docdir/%name --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user