Add dep on libunwind
This commit is contained in:
parent
1a0bc595ac
commit
9b92f37963
@ -1,11 +1,12 @@
|
|||||||
%global libhandy_version 1.5.0
|
%global libhandy_version 1.5.0
|
||||||
|
%global libunwind_version 1.6.2
|
||||||
|
|
||||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||||
|
|
||||||
Name: yelp
|
Name: yelp
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 42.1
|
Version: 42.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Help browser for the GNOME desktop
|
Summary: Help browser for the GNOME desktop
|
||||||
|
|
||||||
License: LGPLv2+ and ASL 2.0 and GPLv2+
|
License: LGPLv2+ and ASL 2.0 and GPLv2+
|
||||||
@ -32,6 +33,7 @@ BuildRequires: intltool
|
|||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
Requires: libhandy%{?_isa} >= %{libhandy_version}
|
Requires: libhandy%{?_isa} >= %{libhandy_version}
|
||||||
|
Requires: libunwind%{?_isa} >= %{libunwind_version}
|
||||||
Requires: yelp-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: yelp-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
Requires: yelp-xsl
|
Requires: yelp-xsl
|
||||||
|
|
||||||
@ -95,6 +97,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/yelp.desktop
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 08 2022 Kevin Fenzi <kevin@scrye.com> - 2:42.1-2
|
||||||
|
- Add dep on libunwind
|
||||||
|
|
||||||
* Sat Mar 26 2022 David King <amigadave@amigadave.com> - 2:42.1-1
|
* Sat Mar 26 2022 David King <amigadave@amigadave.com> - 2:42.1-1
|
||||||
- Update to 42.1
|
- Update to 42.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user