Fix typo that prevented macro expansion
This commit is contained in:
parent
92cbf7ed26
commit
1143c5923e
@ -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 <klember@redhat.com> - 1:3.30.1-2
|
||||
- Fix typo that prevented macro expansion
|
||||
|
||||
* Fri Oct 26 2018 Kalev Lember <klember@redhat.com> - 1:3.30.1-1
|
||||
- Update to 3.30.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user