2017-07-06 11:30:01 +00:00
|
|
|
#
|
|
|
|
# spec file for package disorderfs
|
|
|
|
#
|
2018-01-02 08:59:40 +00:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2017-07-06 11:30:01 +00: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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: disorderfs
|
2018-10-25 08:09:56 +00:00
|
|
|
Version: 0.5.5
|
2018-01-02 08:59:40 +00:00
|
|
|
Release: 0
|
2017-07-06 11:30:01 +00:00
|
|
|
Summary: FUSE filesystem that introduces non-determinism
|
|
|
|
License: GPL-3.0+
|
|
|
|
Group: Development/Tools/Building
|
2018-01-02 08:59:40 +00:00
|
|
|
Url: https://packages.debian.org/sid/disorderfs
|
2018-09-16 04:30:03 +00:00
|
|
|
Source0: https://reproducible-builds.org/_lfs/releases/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
Source1: https://reproducible-builds.org/_lfs/releases/%{name}/%{name}-%{version}.tar.bz2.asc
|
2018-01-02 08:59:40 +00:00
|
|
|
Source2: %{name}.keyring
|
2017-07-06 11:30:01 +00:00
|
|
|
BuildRequires: asciidoc
|
|
|
|
BuildRequires: gcc-c++
|
2018-01-02 08:59:40 +00:00
|
|
|
BuildRequires: pkgconfig
|
2017-07-10 10:52:56 +00:00
|
|
|
BuildRequires: xsltproc
|
2017-07-06 11:30:01 +00:00
|
|
|
BuildRequires: pkgconfig(fuse)
|
2018-01-02 08:59:40 +00:00
|
|
|
Requires: fuse
|
2017-07-06 11:30:01 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
disorderfs is an overlay FUSE filesystem that introduces non-determinism into
|
|
|
|
filesystem metadata. For example, it can randomize the order in which
|
|
|
|
directory entries are read. This is useful for detecting non-determinism
|
|
|
|
in the build process.
|
|
|
|
|
|
|
|
%prep
|
2017-07-10 10:52:56 +00:00
|
|
|
%setup -q
|
2017-07-06 11:30:01 +00:00
|
|
|
|
|
|
|
%build
|
2018-01-02 08:59:40 +00:00
|
|
|
make %{?_smp_mflags}
|
2017-07-06 11:30:01 +00:00
|
|
|
|
|
|
|
%install
|
2018-01-02 08:59:40 +00:00
|
|
|
%make_install PREFIX=%{_prefix}
|
2017-07-06 11:30:01 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%doc COPYING README NEWS
|
|
|
|
%{_bindir}/%{name}
|
2018-01-02 08:59:40 +00:00
|
|
|
%{_mandir}/man1/%{name}.1%{ext_man}
|
2017-07-06 11:30:01 +00:00
|
|
|
|
|
|
|
%changelog
|