Update to 42.beta

This commit is contained in:
David King 2022-02-14 09:29:38 +00:00
parent 3c55768837
commit ee179fcbf1

View File

@ -1,21 +1,22 @@
%global libhandy_version 1.5.0
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: yelp
Epoch: 2
Version: 41.2
Release: 2%{?dist}
Version: 42~beta
Release: 1%{?dist}
Summary: Help browser for the GNOME desktop
License: LGPLv2+ and ASL 2.0 and GPLv2+
URL: https://wiki.gnome.org/Apps/Yelp
Source: https://download.gnome.org/sources/%{name}/41/%{name}-%{tarball_version}.tar.xz
Source: https://download.gnome.org/sources/%{name}/42/%{name}-%{tarball_version}.tar.xz
# https://bugzilla.gnome.org/show_bug.cgi?id=687960
Patch1: 0001-Center-new-windows.patch
BuildRequires: gcc
BuildRequires: make
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libhandy-1) >= %{libhandy_version}
BuildRequires: pkgconfig(liblzma)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(libexslt)
@ -25,9 +26,12 @@ BuildRequires: pkgconfig(webkit2gtk-4.0)
BuildRequires: pkgconfig(yelp-xsl)
BuildRequires: desktop-file-utils
BuildRequires: bzip2-devel
BuildRequires: gcc
BuildRequires: gettext-devel
BuildRequires: intltool
BuildRequires: itstool
BuildRequires: make
Requires: libhandy%{?_isa} >= %{libhandy_version}
Requires: yelp-libs%{?_isa} = %{epoch}:%{version}-%{release}
Requires: yelp-xsl
@ -48,8 +52,7 @@ Summary: Development files for yelp-libs
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
%description devel
This package contains header files and documentation for
the libraries in the yelp-libs package.
This package contains header files for the libraries in the yelp-libs package.
%prep
%autosetup -p1 -n %{name}-%{tarball_version}
@ -89,10 +92,12 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/yelp.desktop
%files devel
%{_libdir}/libyelp.so
%{_includedir}/libyelp
%{_datadir}/gtk-doc
%changelog
* Mon Feb 14 2022 David King <amigadave@amigadave.com> - 2:42~beta-1
- Update to 42.beta
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:41.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild