Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/gnome-devel-docs.git#5bde206ef6b66b068ba8013cfef87ebb2e1e1b69
This commit is contained in:
parent
78a8c83dfd
commit
1f740402bb
1
.gitignore
vendored
1
.gitignore
vendored
@ -64,3 +64,4 @@ gnome-devel-docs-2.30.1.tar.bz2
|
||||
/gnome-devel-docs-3.38.0.tar.xz
|
||||
/gnome-devel-docs-3.38.1.tar.xz
|
||||
/gnome-devel-docs-3.38.2.tar.xz
|
||||
/gnome-devel-docs-40.beta.tar.xz
|
||||
|
@ -1,20 +1,22 @@
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: gnome-devel-docs
|
||||
Version: 3.38.2
|
||||
Release: 2%{?dist}
|
||||
Version: 40~beta
|
||||
Release: 1%{?dist}
|
||||
Summary: GNOME developer documentation
|
||||
|
||||
# accessibility-devel-guide and optimization-guide are under the GFDL, other
|
||||
# documents are under CC-BY-SA.
|
||||
License: GFDL and CC-BY-SA
|
||||
URL: https://developer.gnome.org
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: docbook-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: itstool
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: make
|
||||
BuildRequires: yelp-tools
|
||||
|
||||
%description
|
||||
This package contains documents which are targeted for GNOME developers.
|
||||
@ -22,7 +24,7 @@ It contains, e.g., the Human Interface Guidelines, the Integration Guide
|
||||
and the Platform Overview.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1 -n %{name}-%{tarball_version}
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -39,6 +41,9 @@ make %{?_smp_mflags}
|
||||
%license COPYING COPYING.GFDL
|
||||
|
||||
%changelog
|
||||
* Thu Feb 18 2021 Kalev Lember <klember@redhat.com> - 40~beta-1
|
||||
- Update to 40.beta
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-devel-docs-3.38.2.tar.xz) = 9d16adb7922505b39cda8bc1d10e2d42acea2396a0136c752a13d4adccbaec17a304734c54516cdc25fc61c377f497e31c977b28e7a7353489cea4f365aa3c64
|
||||
SHA512 (gnome-devel-docs-40.beta.tar.xz) = cab13dd9f7bcb707d5e17479d86f95808b83b2356845b74fae6901caf4ef6f1ab5c046824ea66fddc3bab5fc9f9827c58bb76602e0e968355c4163848be7127b
|
||||
|
Loading…
Reference in New Issue
Block a user