1
0
Jan Engelhardt 2013-06-18 06:33:19 +00:00 committed by Git OBS Bridge
parent 889faa9882
commit 9abe04f53b

View File

@ -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";