Fix the requires

Found by rpmdiff
This commit is contained in:
Tomas Popela 2018-10-08 15:58:49 +02:00
parent 5a7f7bab19
commit 0948d5cff3

View File

@ -21,6 +21,8 @@ BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(webkit2gtk-4.0) BuildRequires: pkgconfig(webkit2gtk-4.0)
BuildRequires: libappstream-glib BuildRequires: libappstream-glib
Requires: devhelp-libs{?_isa} = %{epoch}:%{version}-%{release}
%description %description
Devhelp is an API documentation browser for the GNOME desktop. Devhelp is an API documentation browser for the GNOME desktop.
It works natively with API documentation generated by gtk-doc. It works natively with API documentation generated by gtk-doc.
@ -36,6 +38,7 @@ into other applications such as IDEs.
%package devel %package devel
Summary: Library to embed Devhelp in other applications - Development files Summary: Library to embed Devhelp in other applications - Development files
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
Requires: %{name}-libs{?_isa} = %{epoch}:%{version}-%{release}
%description devel %description devel
Devhelp is an API documentation browser for the GNOME desktop. Devhelp is an API documentation browser for the GNOME desktop.