Accepting request 894917 from Base:System
OBS-URL: https://build.opensuse.org/request/show/894917 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fhs?expand=0&rev=16
This commit is contained in:
commit
2caba43b8e
12191
fhs-2.3.html
12191
fhs-2.3.html
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eb0d1b36cdb663fca4ba040ecf66283fad579afb401e42d1e5892a657e8246f5
|
|
||||||
size 510762
|
|
2711
fhs-2.3.txt
2711
fhs-2.3.txt
File diff suppressed because it is too large
Load Diff
1446
fhs-3.0.html
Normal file
1446
fhs-3.0.html
Normal file
File diff suppressed because one or more lines are too long
3
fhs-3.0.pdf
Normal file
3
fhs-3.0.pdf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:53d239e569a2d7b31a74fa09d585368c0f5a164e4624723fa2894660dd10fd23
|
||||||
|
size 248943
|
3052
fhs-3.0.txt
Normal file
3052
fhs-3.0.txt
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 22 10:19:44 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
- Update to FHS 3.0
|
||||||
|
- Update spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 11 08:18:46 UTC 2012 - cfarrell@suse.com
|
Fri May 11 08:18:46 UTC 2012 - cfarrell@suse.com
|
||||||
|
|
||||||
|
45
fhs.spec
45
fhs.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fhs (Version 2.3)
|
# spec file for package fhs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -12,34 +12,21 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
Url: http://www.pathname.com/fhs/
|
|
||||||
|
|
||||||
Name: fhs
|
Name: fhs
|
||||||
|
Version: 3.0
|
||||||
|
Release: 0
|
||||||
License: SUSE-FHS
|
License: SUSE-FHS
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
Summary: File System Hierarchy Standard
|
Summary: Filesystem Hierarchy Standard
|
||||||
Version: 2.3
|
Url: https://refspecs.linuxfoundation.org/fhs
|
||||||
Release: 178
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Source: fhs-2.3.txt
|
Source0: fhs-%{version}.txt
|
||||||
Source1: fhs-2.3.pdf
|
Source1: fhs-%{version}.pdf
|
||||||
Source2: fhs-2.3.html
|
Source2: fhs-%{version}.html
|
||||||
Source3: tip.gif
|
Source3: tip.gif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%prep
|
|
||||||
|
|
||||||
%install
|
|
||||||
rm -rf $RPM_BUILD_ROOT%{_docdir}/../FHS
|
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_docdir}/../FHS
|
|
||||||
install -m644 %SOURCE0 %SOURCE1 %SOURCE2 %SOURCE3 $RPM_BUILD_ROOT%{_docdir}/../FHS
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(644,root,root,755)
|
|
||||||
%doc %{_docdir}/../FHS
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This standard consists of a set of requirements and guidelines for file
|
This standard consists of a set of requirements and guidelines for file
|
||||||
@ -48,4 +35,16 @@ guidelines are intended to support application interoperability, system
|
|||||||
administration tools, development tools, and scripts as well as greater
|
administration tools, development tools, and scripts as well as greater
|
||||||
uniformity of documentation for these systems.
|
uniformity of documentation for these systems.
|
||||||
|
|
||||||
|
%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
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user