Fix the requires
Found by rpmdiff
This commit is contained in:
parent
5a7f7bab19
commit
0948d5cff3
@ -21,6 +21,8 @@ BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
||||
BuildRequires: libappstream-glib
|
||||
|
||||
Requires: devhelp-libs{?_isa} = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description
|
||||
Devhelp is an API documentation browser for the GNOME desktop.
|
||||
It works natively with API documentation generated by gtk-doc.
|
||||
@ -36,6 +38,7 @@ into other applications such as IDEs.
|
||||
%package devel
|
||||
Summary: Library to embed Devhelp in other applications - Development files
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Requires: %{name}-libs{?_isa} = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Devhelp is an API documentation browser for the GNOME desktop.
|
||||
|
Loading…
Reference in New Issue
Block a user