Drop unused gnome-common build dependency

This commit is contained in:
zhangpan 2024-08-01 11:06:02 +00:00
parent ed02af76be
commit 600e4453f5

View File

@ -1,6 +1,6 @@
Name: keybinder3 Name: keybinder3
Version: 0.3.2 Version: 0.3.2
Release: 10 Release: 11
Summary: a library used for registering global keyboard shortcuts Summary: a library used for registering global keyboard shortcuts
License: MIT License: MIT
URL: https://github.com/kupferlauncher/keybinder URL: https://github.com/kupferlauncher/keybinder
@ -8,7 +8,7 @@ Source0: https://github.com/kupferlauncher/keybinder/releases/download/ke
Patch6000: backport-Fix-gtk-doc-1.31+-build-failure.patch Patch6000: backport-Fix-gtk-doc-1.31+-build-failure.patch
BuildRequires: pkgconfig(gtk+-3.0) gnome-common gtk-doc gobject-introspection-devel libxslt BuildRequires: pkgconfig(gtk+-3.0) gtk-doc gobject-introspection-devel libxslt
%description %description
Keybinder is a library for registering global keyboard shortcuts to be used by GTK-based Keybinder is a library for registering global keyboard shortcuts to be used by GTK-based
@ -64,6 +64,9 @@ rm -rf %{buildroot}/%{_libdir}/libkeybinder-3.0.la
%doc NEWS README ChangeLog %doc NEWS README ChangeLog
%changelog %changelog
* Thu Aug 01 2024 zhangpan <zhangpan103@h-partners.com> - 0.3.2-11
- Drop unused gnome-common build dependency
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 0.3.2-10 * Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 0.3.2-10
- Rebuild for next release - Rebuild for next release