Compare commits

...

10 Commits

Author SHA1 Message Date
David King 60c1966697 Ignore non-valid example XML documentation 2023-05-18 12:45:34 +00:00
Mohan Boddu 5e4537476c Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-09 20:13:18 +00:00
David King f358b592b6 Update to 40.3 (#1991429)
Resolves: #1991429
2021-08-09 08:45:03 +01:00
Tomas Pelka c91e24a26d enabling gating for el9 2021-06-16 13:22:06 +02:00
Mohan Boddu b7ee4ce1d4 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-15 23:50:30 +00:00
DistroBaker fcbfe7d573 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#15a3b26caca1369d78f3eb6da01d93a3fe79582d
2021-03-23 13:47:14 +00:00
DistroBaker 5ea6dbe8a4 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#3b0d9fbb73cc69a1fc32de1c99a931009fc2bca8
2021-03-19 21:13:44 +00:00
DistroBaker 1f740402bb 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
2021-02-18 20:09:42 +00:00
DistroBaker 78a8c83dfd 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#9db521fc1ac9c4c63faebea71d8b5abd961a4eaf
2021-02-03 20:59:31 +01:00
DistroBaker 0ff0e5e1bc 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#01e8cfe0e8e8e53cb8e60b1448dfb4343cafd733
2020-11-25 09:36:46 +00:00
6 changed files with 48 additions and 5 deletions

5
.gitignore vendored
View File

@ -63,3 +63,8 @@ gnome-devel-docs-2.30.1.tar.bz2
/gnome-devel-docs-3.37.92.tar.xz
/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
/gnome-devel-docs-40.rc.tar.xz
/gnome-devel-docs-40.0.tar.xz
/gnome-devel-docs-40.3.tar.xz

View File

@ -0,0 +1 @@
c8c2e263cd16e71864426a9533582893df75e31a gnome-devel-docs-40.3.tar.xz

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

View File

@ -1,18 +1,21 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: gnome-devel-docs
Version: 3.38.1
Release: 1%{?dist}
Version: 40.3
Release: 2%{?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: make
BuildRequires: yelp-tools
%description
@ -21,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
@ -38,6 +41,31 @@ make %{?_smp_mflags}
%license COPYING COPYING.GFDL
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.3-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Mon Aug 09 2021 David King <amigadave@amigadave.com> - 40.3-1
- Update to 40.3 (#1991429)
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 40.0-1
- Update to 40.0
* Mon Mar 15 2021 Kalev Lember <klember@redhat.com> - 40~rc-1
- Update to 40.rc
* 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
* Wed Nov 25 2020 Kalev Lember <klember@redhat.com> - 3.38.2-1
- Update to 3.38.2
* Mon Oct 5 2020 Kalev Lember <klember@redhat.com> - 3.38.1-1
- Update to 3.38.1

3
rpminspect.yaml Normal file
View File

@ -0,0 +1,3 @@
xml:
ignore:
- /usr/share/help/C/programming-guidelines/example-docs.xml

View File

@ -1 +1 @@
SHA512 (gnome-devel-docs-3.38.1.tar.xz) = 1f6d933a0e1739d2cce05dee29c3019a0aed798bedaedbe1581c949266ec1e9fd19fcf2f4cc22aff058a21f6ac868aa90d1b75938e927a92ced4c5beafd24687
SHA512 (gnome-devel-docs-40.3.tar.xz) = c80abbd6e8e06219e9bb4563ea7b42fc8edd03d51be1fa075d217f285e0eff8344bc411f26f7a68c338cf1ebcc1bc05ffc24c6b3dd7d6ad2bf98fa83e3b7ef20