Accepting request 103418 from filesystems

- add automake as buildrequire to avoid implicit dependency

OBS-URL: https://build.opensuse.org/request/show/103418
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/posixovl?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2012-02-10 16:18:42 +00:00 committed by Git OBS Bridge
commit 83ed824f05
2 changed files with 17 additions and 9 deletions

View File

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

View File

@ -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
@ -16,18 +16,23 @@
#
Name: posixovl
Version: 1.2
Release: 1
Group: System/Filesystems
Release: 0
Summary: POSIX overlay filesystem
License: GPL
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: fuse-devel >= 2.6.5 libattr-devel pkg-config xz
BuildRequires: autoconf >= 2.61
BuildRequires: automake >= 1.9
BuildRequires: libattr-devel
BuildRequires: pkgconfig
BuildRequires: xz
BuildRequires: pkgconfig(fuse) >= 2.6.5
%description
A FUSE filesystem that provides POSIX functionality - UNIX-style
@ -42,9 +47,7 @@ Author:
%setup -qn %name
%build
if [ ! -e configure ]; then
./autogen.sh;
fi;
./autogen.sh;
%configure
make %{?_smp_mflags};