!4 Add %{epoch} to Requires of devhelp-devel, to resolve installing problem
From: @chengzihan2 Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
822c466c51
@ -1,7 +1,7 @@
|
|||||||
Name: devhelp
|
Name: devhelp
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.30.1
|
Version: 3.30.1
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: GTK API documentation browser
|
Summary: GTK API documentation browser
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -19,7 +19,7 @@ A browser to show API documentation generated by gtk-doc.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Include development library when using devhelp
|
Summary: Include development library when using devhelp
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
%description devel
|
%description devel
|
||||||
Development packages contains header files and library that can be used
|
Development packages contains header files and library that can be used
|
||||||
for embedding devhelp into other applications.
|
for embedding devhelp into other applications.
|
||||||
@ -73,6 +73,9 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/gedit/plugins/__pycache__
|
|||||||
%{_mandir}/man1/devhelp.1*
|
%{_mandir}/man1/devhelp.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 17 2020 chengzihan <chengzihan2@huawei.com> - 1:3.30.1-4
|
||||||
|
- Add %{epoch} to Requires of devhelp-devel, to resolve installing problem.
|
||||||
|
|
||||||
* Tue Dec 31 2019 yanzhihua <yanzhihua4@huawei.com> - 1:3.30.1-3
|
* Tue Dec 31 2019 yanzhihua <yanzhihua4@huawei.com> - 1:3.30.1-3
|
||||||
- Modify spec
|
- Modify spec
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user