From 15666fdc854c8ad9bec33cd00b258d0473be3f44735146a4651f2defcde28814 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 23 Sep 2014 17:00:22 +0000 Subject: [PATCH] Drop gpg-offline OBS-URL: https://build.opensuse.org/package/show/filesystems/posixovl?expand=0&rev=15 --- posixovl.changes | 6 ++++++ posixovl.spec | 18 ++++++------------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/posixovl.changes b/posixovl.changes index 55c1a94..1788c9c 100644 --- a/posixovl.changes +++ b/posixovl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 23 16:58:20 UTC 2014 - jengelh@inai.de + +- Drop gpg-offline build-time requirement; this is now handled by + the local source validator + ------------------------------------------------------------------- Sat Feb 23 23:20:53 UTC 2013 - jengelh@inai.de diff --git a/posixovl.spec b/posixovl.spec index c398abe..7dc8f64 100644 --- a/posixovl.spec +++ b/posixovl.spec @@ -1,7 +1,7 @@ # # spec file for package posixovl # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,24 +24,17 @@ License: GPL-2.0+ Group: System/Filesystems Url: http://posixovl.sf.net/ -Source: %name-%version.tar.xz -Source2: %name-%version.tar.xz.asc +Source: http://downloads.sf.net/posixovl/%name-%version.tar.xz +Source2: http://downloads.sf.net/posixovl/%name-%version.tar.xz.asc # Next version should be signed with a new key. Use "gpg-offline --package=posixovl --delete 844C4360" then. Source3: %name.keyring BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf >= 2.61 BuildRequires: automake >= 1.9 -%if 0%{?suse_version} >= 1230 -BuildRequires: gpg-offline -%endif BuildRequires: libattr-devel BuildRequires: pkgconfig BuildRequires: xz -%if 0%{?suse_version} >= 1130 BuildRequires: pkgconfig(fuse) >= 2.6.5 -%else -BuildRequires: fuse-devel >= 2.6.5 -%endif %description A FUSE filesystem that provides POSIX functionality - UNIX-style @@ -53,11 +46,12 @@ Author: Jan Engelhardt %prep -%{?gpg_verify: %gpg_verify %{S:2}} %setup -qn %name %build -./autogen.sh; +if [ ! -e configure ]; then + autoreconf -fiv +fi %configure make %{?_smp_mflags};