SHA256
1
0
forked from pool/posixovl

Update BuildRequires

OBS-URL: https://build.opensuse.org/package/show/filesystems/posixovl?expand=0&rev=5
This commit is contained in:
Jan Engelhardt 2012-02-08 17:40:59 +00:00 committed by Git OBS Bridge
parent 0e15675e99
commit 2f63ec59db

View File

@ -1,7 +1,7 @@
# #
# spec file for package posixovl # 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 # 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
@ -15,22 +15,24 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: posixovl Name: posixovl
Version: 1.2 Version: 1.2
Release: 0 Release: 0
Group: System/Filesystems
Summary: POSIX overlay filesystem Summary: POSIX overlay filesystem
License: GPL-2.0+ License: GPL-2.0+
Group: System/Filesystems
Url: http://posixovl.sf.net/ Url: http://posixovl.sf.net/
Source: %name-%version.tar.xz Source: %name-%version.tar.xz
Source1: %name-%version.tar.xz.asc Source1: %name-%version.tar.xz.asc
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: automake BuildRequires: autoconf >= 2.61
BuildRequires: fuse-devel >= 2.6.5 BuildRequires: automake >= 1.9
BuildRequires: libattr-devel BuildRequires: libattr-devel
BuildRequires: pkg-config BuildRequires: pkgconfig
BuildRequires: xz BuildRequires: xz
BuildRequires: pkgconfig(fuse) >= 2.6.5
%description %description
A FUSE filesystem that provides POSIX functionality - UNIX-style A FUSE filesystem that provides POSIX functionality - UNIX-style
@ -45,9 +47,7 @@ Author:
%setup -qn %name %setup -qn %name
%build %build
if [ ! -e configure ]; then ./autogen.sh;
./autogen.sh;
fi;
%configure %configure
make %{?_smp_mflags}; make %{?_smp_mflags};