diff --git a/devhelp.spec b/devhelp.spec index 8f5fd45..bff389d 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -1,7 +1,7 @@ Name: devhelp Epoch: 1 Version: 3.30.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: API documentation browser License: GPLv2+ and LGPL2+ @@ -21,7 +21,7 @@ BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(webkit2gtk-4.0) BuildRequires: libappstream-glib -Requires: devhelp-libs{?_isa} = %{epoch}:%{version}-%{release} +Requires: devhelp-libs%{?_isa} = %{epoch}:%{version}-%{release} %description Devhelp is an API documentation browser for the GNOME desktop. @@ -38,7 +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} +Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} %description devel Devhelp is an API documentation browser for the GNOME desktop. @@ -99,6 +99,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Devhelp. %{_datadir}/gir-1.0/Devhelp-3.0.gir %changelog +* Wed Oct 31 2018 Kalev Lember - 1:3.30.1-2 +- Fix typo that prevented macro expansion + * Fri Oct 26 2018 Kalev Lember - 1:3.30.1-1 - Update to 3.30.1