Jan Engelhardt 2014-09-23 17:00:22 +00:00 committed by Git OBS Bridge
parent a185cd2d93
commit 15666fdc85
2 changed files with 12 additions and 12 deletions

View File

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

View File

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