From 19a1f46f56563a0c4fd34921210d533fcbd6072f Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 18 Feb 2021 20:07:17 +0000 Subject: [PATCH] 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/yelp-xsl.git#5340bb21e4959afed7f736811a455060e154297a --- sources | 2 +- yelp-xsl.spec | 21 ++++++++++++--------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/sources b/sources index 60b6b3e..e05b5a2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yelp-xsl-3.38.2.tar.xz) = ec346211060991e06b70d5a0fe9abdc8d309e0748665f1fbcf2725d5e9847c944a89f8349c1d35606d089b2a9085f7534fdc05955643db3b0fc9dac6e8384da7 +SHA512 (yelp-xsl-40.beta.tar.xz) = 2f1a9fe3b862fe02436adc305498c667af5a3ca0ae48c28bf555456f2c79e2809be1de9a0a33c7ae3d5aa6f6e5b37adccb7724c67016e68288b4dc601ab0a6b8 diff --git a/yelp-xsl.spec b/yelp-xsl.spec index 271972c..8624217 100644 --- a/yelp-xsl.spec +++ b/yelp-xsl.spec @@ -1,21 +1,22 @@ +%global tarball_version %%(echo %{version} | tr '~' '.') + Name: yelp-xsl -Version: 3.38.2 -Release: 2%{?dist} +Version: 40~beta +Release: 1%{?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.38/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz BuildArch: noarch -BuildRequires: make +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. @@ -31,7 +32,7 @@ XSL stylesheets in yelp-xsl. %prep -%setup -q +%autosetup -p1 -n %{name}-%{tarball_version} %build @@ -48,12 +49,14 @@ XSL stylesheets in yelp-xsl. %license COPYING COPYING.GPL COPYING.LGPL %{_datadir}/yelp-xsl - %files devel %{_datadir}/pkgconfig/yelp-xsl.pc %changelog +* Thu Feb 18 2021 Kalev Lember - 40~beta-1 +- Update to 40.beta + * Thu Jan 28 2021 Fedora Release Engineering - 3.38.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild