From 0e15675e99820fc9baabe7cfd26e2913af5e4f0d99037f54245d04e57db6ea3a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 2 Dec 2011 17:12:24 +0000 Subject: [PATCH 1/2] Accepting request 95161 from home:coolo:removeautomake add automake to buildrequires OBS-URL: https://build.opensuse.org/request/show/95161 OBS-URL: https://build.opensuse.org/package/show/filesystems/posixovl?expand=0&rev=4 --- posixovl.changes | 5 +++++ posixovl.spec | 13 ++++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/posixovl.changes b/posixovl.changes index 8e4cb97..62d8954 100644 --- a/posixovl.changes +++ b/posixovl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 2 16:51:47 UTC 2011 - coolo@suse.com + +- add automake as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Wed Jul 27 17:00:49 UTC 2011 - jengelh@medozas.de diff --git a/posixovl.spec b/posixovl.spec index 54fd631..75f5852 100644 --- a/posixovl.spec +++ b/posixovl.spec @@ -15,19 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: posixovl Version: 1.2 -Release: 1 +Release: 0 Group: System/Filesystems Summary: POSIX overlay filesystem -License: GPL +License: GPL-2.0+ Url: http://posixovl.sf.net/ Source: %name-%version.tar.xz +Source1: %name-%version.tar.xz.asc BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: fuse-devel >= 2.6.5 libattr-devel pkg-config xz +BuildRequires: automake +BuildRequires: fuse-devel >= 2.6.5 +BuildRequires: libattr-devel +BuildRequires: pkg-config +BuildRequires: xz %description A FUSE filesystem that provides POSIX functionality - UNIX-style From 2f63ec59db26a33aaf924aa45c2a3dbb72861a40f582fc252551c1ee247e7f89 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 8 Feb 2012 17:40:59 +0000 Subject: [PATCH 2/2] Update BuildRequires OBS-URL: https://build.opensuse.org/package/show/filesystems/posixovl?expand=0&rev=5 --- posixovl.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/posixovl.spec b/posixovl.spec index 75f5852..c222386 100644 --- a/posixovl.spec +++ b/posixovl.spec @@ -1,7 +1,7 @@ # # spec file for package posixovl # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,22 +15,24 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: posixovl Version: 1.2 Release: 0 -Group: System/Filesystems Summary: POSIX overlay filesystem License: GPL-2.0+ +Group: System/Filesystems Url: http://posixovl.sf.net/ Source: %name-%version.tar.xz Source1: %name-%version.tar.xz.asc BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: automake -BuildRequires: fuse-devel >= 2.6.5 +BuildRequires: autoconf >= 2.61 +BuildRequires: automake >= 1.9 BuildRequires: libattr-devel -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: xz +BuildRequires: pkgconfig(fuse) >= 2.6.5 %description A FUSE filesystem that provides POSIX functionality - UNIX-style @@ -45,9 +47,7 @@ Author: %setup -qn %name %build -if [ ! -e configure ]; then - ./autogen.sh; -fi; +./autogen.sh; %configure make %{?_smp_mflags};