2007-01-15 23:12:18 +00:00
|
|
|
#
|
2021-05-22 10:51:43 +00:00
|
|
|
# spec file for package fhs
|
2007-01-15 23:12:18 +00:00
|
|
|
#
|
2021-05-22 10:51:43 +00:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2007-01-15 23:12:18 +00:00
|
|
|
#
|
2009-06-17 17:32:22 +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.
|
|
|
|
|
2021-05-22 10:51:43 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-01-15 23:12:18 +00:00
|
|
|
#
|
|
|
|
|
2009-06-17 17:32:22 +00:00
|
|
|
Name: fhs
|
2021-05-22 10:51:43 +00:00
|
|
|
Version: 3.0
|
|
|
|
Release: 0
|
2012-05-11 09:15:22 +00:00
|
|
|
License: SUSE-FHS
|
2009-06-17 17:32:22 +00:00
|
|
|
Group: Documentation/Other
|
2021-05-22 10:51:43 +00:00
|
|
|
Summary: Filesystem Hierarchy Standard
|
|
|
|
Url: https://refspecs.linuxfoundation.org/fhs
|
2009-06-17 17:32:22 +00:00
|
|
|
BuildArch: noarch
|
2021-05-22 10:51:43 +00:00
|
|
|
Source0: fhs-%{version}.txt
|
|
|
|
Source1: fhs-%{version}.pdf
|
|
|
|
Source2: fhs-%{version}.html
|
2009-06-17 17:32:22 +00:00
|
|
|
Source3: tip.gif
|
2007-01-15 23:12:18 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
This standard consists of a set of requirements and guidelines for file
|
|
|
|
and directory placement under UNIX-like operating systems. The
|
|
|
|
guidelines are intended to support application interoperability, system
|
|
|
|
administration tools, development tools, and scripts as well as greater
|
|
|
|
uniformity of documentation for these systems.
|
|
|
|
|
2021-05-22 10:51:43 +00:00
|
|
|
%prep
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/doc/FHS
|
|
|
|
install -m644 %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{buildroot}%{_datadir}/doc/FHS
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(644,root,root,755)
|
|
|
|
%doc %{_datadir}/doc/FHS
|
|
|
|
|
2009-06-17 17:32:22 +00:00
|
|
|
%changelog
|