forked from pool/xtables-addons
Remove autoreconf calling
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/xtables-addons?expand=0&rev=79
This commit is contained in:
parent
889faa9882
commit
9abe04f53b
@ -35,7 +35,6 @@ Url: http://xtables-addons.sf.net/
|
|||||||
#Freecode-URL: http://freecode.com/projects/xtables-addons/
|
#Freecode-URL: http://freecode.com/projects/xtables-addons/
|
||||||
#Git-Clone: git://xtables-addons.git.sf.net/gitroot/xtables-addons/xtables-addons
|
#Git-Clone: git://xtables-addons.git.sf.net/gitroot/xtables-addons/xtables-addons
|
||||||
#Git-Web: http://xtables-addons.git.sf.net/
|
#Git-Web: http://xtables-addons.git.sf.net/
|
||||||
%define git_snapshot 0
|
|
||||||
Source3: %name-preamble
|
Source3: %name-preamble
|
||||||
Source4: %name.keyring
|
Source4: %name.keyring
|
||||||
Source5: %name-1.47.1.tar.xz
|
Source5: %name-1.47.1.tar.xz
|
||||||
@ -50,11 +49,6 @@ BuildRequires: libtool
|
|||||||
%if 0%{?suse_version} >= 1230
|
%if 0%{?suse_version} >= 1230
|
||||||
BuildRequires: gpg-offline
|
BuildRequires: gpg-offline
|
||||||
%endif
|
%endif
|
||||||
%if %git_snapshot
|
|
||||||
BuildRequires: autoconf
|
|
||||||
BuildRequires: automake >= 1.10b
|
|
||||||
BuildRequires: libtool
|
|
||||||
%endif
|
|
||||||
BuildRequires: pkgconfig >= 0.21
|
BuildRequires: pkgconfig >= 0.21
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
|
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
|
||||||
@ -108,10 +102,6 @@ xz -dk "%_sourcedir/%name-%version.tar.xz"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
|
||||||
if [ ! -e configure ]; then
|
|
||||||
./autogen.sh;
|
|
||||||
fi;
|
|
||||||
pushd ../;
|
pushd ../;
|
||||||
for flavor in %flavors_to_build; do
|
for flavor in %flavors_to_build; do
|
||||||
cp -a "%name-%version" "%name-$flavor-%version";
|
cp -a "%name-%version" "%name-$flavor-%version";
|
||||||
|
Loading…
Reference in New Issue
Block a user