Sync from SUSE:SLFO:Main gnome-user-docs revision faace270b4d99b4294a2233870f20344
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
BIN
gnome-user-docs-47.5.tar.xz
(Stored with Git LFS)
Normal file
BIN
gnome-user-docs-47.5.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
1238
gnome-user-docs.changes
Normal file
1238
gnome-user-docs.changes
Normal file
File diff suppressed because it is too large
Load Diff
60
gnome-user-docs.spec
Normal file
60
gnome-user-docs.spec
Normal file
@@ -0,0 +1,60 @@
|
||||
#
|
||||
# spec file for package gnome-user-docs
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# 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 https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: gnome-user-docs
|
||||
Version: 47.5
|
||||
Release: 0
|
||||
Summary: GNOME Desktop Documentation
|
||||
License: CC-BY-3.0
|
||||
Group: Documentation/Other
|
||||
URL: https://www.gnome.org
|
||||
Source0: https://download.gnome.org/sources/gnome-user-docs/47/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: yelp-tools
|
||||
Requires: yelp
|
||||
Supplements: gnome-session
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
This package contains documents that are targeted for GNOME end-users.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%find_lang gnome-help %{?no_lang_C}
|
||||
%find_lang system-admin-guide %{?no_lang_C}
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc NEWS README.md
|
||||
%doc %{_datadir}/help/C/gnome-help/
|
||||
%doc %{_datadir}/help/C/system-admin-guide/
|
||||
|
||||
%files lang -f gnome-help.lang -f system-admin-guide.lang
|
||||
|
||||
%changelog
|
Reference in New Issue
Block a user