diff --git a/yelp-tools-3.38.0.tar.xz b/yelp-tools-3.38.0.tar.xz deleted file mode 100644 index 12d89ca..0000000 Binary files a/yelp-tools-3.38.0.tar.xz and /dev/null differ diff --git a/yelp-tools-42.0.tar.xz b/yelp-tools-42.0.tar.xz new file mode 100644 index 0000000..2c985cf Binary files /dev/null and b/yelp-tools-42.0.tar.xz differ diff --git a/yelp-tools.spec b/yelp-tools.spec index 24ba4a0..ad93ffc 100644 --- a/yelp-tools.spec +++ b/yelp-tools.spec @@ -1,18 +1,17 @@ Name: yelp-tools -Version: 3.38.0 +Version: 42.0 Release: 1 Summary: Create, manage, and publish documentation for Yelp License: GPLv2+ URL: https://wiki.gnome.org/Apps/Yelp/Tools -Source0: https://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{version}.tar.xz BuildArch: noarch BuildRequires: pkgconfig(yelp-xsl) -BuildRequires: itstool libxslt +BuildRequires: meson itstool libxslt python3-lxml -Requires: /usr/bin/itstool -Requires: /usr/bin/xmllint +Requires: itstool libxml2 libxslt python3-lxml Requires: mallard-rng yelp-xsl %description @@ -21,14 +20,14 @@ manage, and publish documentation for Yelp and the web. Most of the heavy lifting is done by packages like yelp-xsl and itstool. %prep -%autosetup -p1 +%autosetup -p1 -n %{name}-%{version} %build -%configure -%make_build +%meson +%meson_build %install -%make_install +%meson_install %files %doc AUTHORS README @@ -40,6 +39,9 @@ lifting is done by packages like yelp-xsl and itstool. %{_datadir}/aclocal/yelp.m4 %changelog +* Wed Apr 20 2022 dillon chen - 42.0-1 +- Update to 42.0 + * Wed May 19 2021 weijin deng - 3.38.0-1 - Upgrade to 3.38.0 - Update Version, Release and Source0