forked from pool/xtables-addons
Ship all sources
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/xtables-addons?expand=0&rev=67
This commit is contained in:
parent
5c8ca3b340
commit
591c2e3652
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 02:08:44 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Always ship all source tarballs to make osc validator happy
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 3 15:17:18 CET 2012 - sbrabec@suse.cz
|
||||
|
||||
|
@ -29,13 +29,16 @@ License: GPL-2.0 ; GPL-2.0+
|
||||
Group: Productivity/Networking/Security
|
||||
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
|
||||
Source: %name-%version.tar.xz
|
||||
Source2: %name-%version.tar.xz.asc
|
||||
Source3: %name-preamble
|
||||
Source4: %name.keyring
|
||||
Source5: %name-1.47.1.tar.xz
|
||||
Source6: %name-1.47.1.tar.xz.asc
|
||||
Source7: %name-2.0.tar.xz
|
||||
Source8: %name-2.0.tar.xz.asc
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} >= 1230
|
||||
@ -90,10 +93,14 @@ contains extensions that were not, or are not yet, accepted in the
|
||||
main kernel/iptables packages.
|
||||
|
||||
%prep
|
||||
%{?gpg_verify: %gpg_verify %{S:2}}
|
||||
%{?gpg_verify: %gpg_verify %_sourcedir/%name-%version.tar.xz.asc}
|
||||
echo "Version: %version"
|
||||
echo "Repository: %_repository"
|
||||
%setup -q
|
||||
%if "%_repository" == "Kernel_HEAD"
|
||||
%setup -Tqb7
|
||||
%else
|
||||
%setup -Tqb5
|
||||
%endif
|
||||
|
||||
%build
|
||||
if [ ! -e configure ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user