Skip to content

Commit

Permalink
Upgrade: yelp-xsl vesion to 42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
archana25-ms committed Jan 22, 2025
1 parent 99410cc commit f8bcdcc
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 15 deletions.
3 changes: 2 additions & 1 deletion SPECS-EXTENDED/yelp-xsl/yelp-xsl.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"Signatures": {
"yelp-xsl-3.36.0.tar.xz": "4fe51c0233b79a4c204c68498d45f09b342c30ed02c4e418506c0e35f0904ec3"
"yelp-xsl-42.1.tar.xz": "238be150b1653080ce139971330fd36d3a26595e0d6a040a2c030bf3d2005bcd"
}
}

95 changes: 83 additions & 12 deletions SPECS-EXTENDED/yelp-xsl/yelp-xsl.spec
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
%global tarball_version %%(echo %{version} | tr '~' '.')

Vendor: Microsoft Corporation
Distribution: Azure Linux
Name: yelp-xsl
Version: 3.36.0
Release: 2%{?dist}
Version: 42.1
Release: 6%{?dist}
Summary: XSL stylesheets for the yelp help browser

License: LGPLv2+ and GPLv2+
URL: https://download.gnome.org/sources/yelp-xsl
Source0: https://download.gnome.org/sources/%{name}/3.36/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{tarball_version}.tar.xz
BuildArch: noarch

BuildRequires: gcc
BuildRequires: itstool
BuildRequires: make
BuildRequires: python3-libxml2
BuildRequires: /usr/bin/ducktype
BuildRequires: /usr/bin/xmllint
BuildRequires: /usr/bin/xsltproc
BuildRequires: gcc
BuildRequires: itstool


%description
This package contains XSL stylesheets that are used by the yelp help browser.
Expand All @@ -32,31 +34,100 @@ XSL stylesheets in yelp-xsl.


%prep
%setup -q
%autosetup -p1 -n %{name}-%{tarball_version}


%build
%configure --enable-doc
make %{?_smp_mflags}
%make_build


%install
%make_install


%files
%doc README AUTHORS
%doc AUTHORS README.md
%license COPYING COPYING.GPL COPYING.LGPL
%{_datadir}/yelp-xsl


%files devel
%{_datadir}/pkgconfig/yelp-xsl.pc


%changelog
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 3.36.0-2
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
* Thu Jan 16 2025 Archana Shettigar <[email protected]> - 42.1-6
- Initial Azure Linux import from Fedora 41 (license: MIT).
- License Verified

* Sat Jul 20 2024 Fedora Release Engineering <[email protected]> - 42.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Sat Jan 27 2024 Fedora Release Engineering <[email protected]> - 42.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Sat Jul 22 2023 Fedora Release Engineering <[email protected]> - 42.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Sat Jan 21 2023 Fedora Release Engineering <[email protected]> - 42.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Mon Sep 19 2022 Kalev Lember <[email protected]> - 42.1-1
- Update to 42.1

* Sat Jul 23 2022 Fedora Release Engineering <[email protected]> - 42.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Sat Mar 19 2022 David King <[email protected]> - 42.0-1
- Update to 42.0

* Sat Jan 22 2022 Fedora Release Engineering <[email protected]> - 41.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Tue Dec 07 2021 Kalev Lember <[email protected]> - 41.1-1
- Update to 41.1

* Sat Sep 18 2021 Kalev Lember <[email protected]> - 41.0-1
- Update to 41.0

* Thu Aug 19 2021 Kalev Lember <[email protected]> - 41~beta-1
- Update to 41.beta

* Fri Jul 23 2021 Fedora Release Engineering <[email protected]> - 40.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Mon Jun 21 2021 Kalev Lember <[email protected]> - 40.2-1
- Update to 40.2

* Mon Mar 22 2021 Kalev Lember <[email protected]> - 40.0-1
- Update to 40.0

* Mon Mar 15 2021 Kalev Lember <[email protected]> - 40~rc-1
- Update to 40.rc

* Thu Feb 18 2021 Kalev Lember <[email protected]> - 40~beta-1
- Update to 40.beta

* Thu Jan 28 2021 Fedora Release Engineering <[email protected]> - 3.38.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Wed Nov 25 2020 Kalev Lember <[email protected]> - 3.38.2-1
- Update to 3.38.2

* Mon Oct 5 2020 Kalev Lember <[email protected]> - 3.38.1-1
- Update to 3.38.1

* Sat Sep 12 2020 Kalev Lember <[email protected]> - 3.38.0-1
- Update to 3.38.0

* Tue Aug 18 2020 David King <[email protected]> - 3.37.90-2
- Use make_build macro

* Mon Aug 17 2020 Kalev Lember <[email protected]> - 3.37.90-1
- Update to 3.37.90

* Wed Jul 29 2020 Fedora Release Engineering <[email protected]> - 3.36.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Sat Mar 07 2020 Kalev Lember <[email protected]> - 3.36.0-1
- Update to 3.36.0
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -30939,8 +30939,8 @@
"type": "other",
"other": {
"name": "yelp-xsl",
"version": "3.36.0",
"downloadUrl": "https://download.gnome.org/sources/yelp-xsl/3.36/yelp-xsl-3.36.0.tar.xz"
"version": "42.1",
"downloadUrl": "https://download.gnome.org/sources/yelp-xsl/42.1/yelp-xsl-42.1.tar.xz"
}
}
},
Expand Down

0 comments on commit f8bcdcc

Please sign in to comment.