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 Sat Feb 23 23:20:53 UTC 2013 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package posixovl # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -24,24 +24,17 @@ License: GPL-2.0+
Group: System/Filesystems Group: System/Filesystems
Url: http://posixovl.sf.net/ Url: http://posixovl.sf.net/
Source: %name-%version.tar.xz Source: http://downloads.sf.net/posixovl/%name-%version.tar.xz
Source2: %name-%version.tar.xz.asc 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. # Next version should be signed with a new key. Use "gpg-offline --package=posixovl --delete 844C4360" then.
Source3: %name.keyring Source3: %name.keyring
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf >= 2.61 BuildRequires: autoconf >= 2.61
BuildRequires: automake >= 1.9 BuildRequires: automake >= 1.9
%if 0%{?suse_version} >= 1230
BuildRequires: gpg-offline
%endif
BuildRequires: libattr-devel BuildRequires: libattr-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: xz BuildRequires: xz
%if 0%{?suse_version} >= 1130
BuildRequires: pkgconfig(fuse) >= 2.6.5 BuildRequires: pkgconfig(fuse) >= 2.6.5
%else
BuildRequires: fuse-devel >= 2.6.5
%endif
%description %description
A FUSE filesystem that provides POSIX functionality - UNIX-style A FUSE filesystem that provides POSIX functionality - UNIX-style
@ -53,11 +46,12 @@ Author:
Jan Engelhardt Jan Engelhardt
%prep %prep
%{?gpg_verify: %gpg_verify %{S:2}}
%setup -qn %name %setup -qn %name
%build %build
./autogen.sh; if [ ! -e configure ]; then
autoreconf -fiv
fi
%configure %configure
make %{?_smp_mflags}; make %{?_smp_mflags};