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