diff --git a/xtables-addons.spec b/xtables-addons.spec index 759f249..31e02f1 100644 --- a/xtables-addons.spec +++ b/xtables-addons.spec @@ -35,7 +35,6 @@ Url: http://xtables-addons.sf.net/ #Freecode-URL: http://freecode.com/projects/xtables-addons/ #Git-Clone: git://xtables-addons.git.sf.net/gitroot/xtables-addons/xtables-addons #Git-Web: http://xtables-addons.git.sf.net/ -%define git_snapshot 0 Source3: %name-preamble Source4: %name.keyring Source5: %name-1.47.1.tar.xz @@ -50,11 +49,6 @@ BuildRequires: libtool %if 0%{?suse_version} >= 1230 BuildRequires: gpg-offline %endif -%if %git_snapshot -BuildRequires: autoconf -BuildRequires: automake >= 1.10b -BuildRequires: libtool -%endif BuildRequires: pkgconfig >= 0.21 BuildRequires: xz %if 0%{?suse_version} >= 1140 || 0%{?fedora_version} @@ -108,10 +102,6 @@ xz -dk "%_sourcedir/%name-%version.tar.xz" %endif %build -autoreconf -fi -if [ ! -e configure ]; then - ./autogen.sh; -fi; pushd ../; for flavor in %flavors_to_build; do cp -a "%name-%version" "%name-$flavor-%version";