2011-08-04 10:48:04 +02:00
|
|
|
#
|
|
|
|
# spec file for package posixovl
|
|
|
|
#
|
2023-08-21 02:42:50 +02:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2011-08-04 10:48:04 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-09-20 11:17:58 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-08-04 10:48:04 +02:00
|
|
|
#
|
|
|
|
|
2012-02-08 18:40:59 +01:00
|
|
|
|
2011-08-04 10:48:04 +02:00
|
|
|
Name: posixovl
|
2023-08-21 02:42:50 +02:00
|
|
|
Version: 1.4
|
2011-12-02 18:12:24 +01:00
|
|
|
Release: 0
|
2011-08-04 10:48:04 +02:00
|
|
|
Summary: POSIX overlay filesystem
|
2018-09-20 11:17:58 +02:00
|
|
|
License: GPL-2.0-or-later
|
2012-02-08 18:40:59 +01:00
|
|
|
Group: System/Filesystems
|
2023-08-21 02:42:50 +02:00
|
|
|
URL: http://posixovl.sf.net/
|
2011-08-04 10:48:04 +02:00
|
|
|
|
2023-08-21 02:42:50 +02:00
|
|
|
Source: https://inai.de/files/posixovl/%name-%version.tar.xz
|
|
|
|
Source2: https://inai.de/files/posixovl/%name-%version.tar.asc
|
2012-12-09 23:37:49 +01:00
|
|
|
Source3: %name.keyring
|
2023-08-21 02:42:50 +02:00
|
|
|
BuildRequires: c_compiler
|
|
|
|
BuildRequires: make
|
2012-02-08 18:40:59 +01:00
|
|
|
BuildRequires: pkgconfig
|
2011-12-02 18:12:24 +01:00
|
|
|
BuildRequires: xz
|
2013-02-23 23:20:53 +01:00
|
|
|
BuildRequires: pkgconfig(fuse) >= 2.6.5
|
2011-06-01 21:12:56 +02:00
|
|
|
|
|
|
|
%description
|
2018-09-20 11:17:58 +02:00
|
|
|
A FUSE filesystem that provides POSIX functionality - UNIX-style permissions,
|
|
|
|
ownership, special files - for filesystems that do not have such, e.g. vfat. It
|
|
|
|
can be seen as a contemporary equivalent of the UMSDOS fs.
|
2011-06-01 21:12:56 +02:00
|
|
|
|
|
|
|
%prep
|
2023-08-21 02:42:50 +02:00
|
|
|
%autosetup
|
2011-06-01 21:12:56 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2023-08-21 02:42:50 +02:00
|
|
|
%make_build
|
2011-06-01 21:12:56 +02:00
|
|
|
|
|
|
|
%install
|
2018-09-20 11:17:58 +02:00
|
|
|
b="%buildroot"
|
|
|
|
%make_install
|
|
|
|
mkdir -p "$b/%_mandir/man8"
|
|
|
|
ln -s ../man1/posixovl.1 "$b/%_mandir/man8/mount.posixovl.8"
|
2011-06-01 21:12:56 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%_sbindir/*
|
|
|
|
%_mandir/man*/*
|
|
|
|
|
|
|
|
%changelog
|