1 Star 0 Fork 10

qiaoyujie/keybinder3

forked from src-openEuler/keybinder3 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
keybinder3.spec 2.24 KB
一键复制 编辑 原始数据 按行查看 历史
qiaoyujie 提交于 2022-06-08 07:03 . Change bogus date
Name: keybinder3
Version: 0.3.2
Release: 9
Summary: a library used for registering global keyboard shortcuts
License: MIT
URL: https://github.com/kupferlauncher/keybinder
Source0: https://github.com/kupferlauncher/keybinder/releases/download/keybinder-3.0-v%{version}/keybinder-3.0-%{version}.tar.gz
Patch6000: backport-Fix-gtk-doc-1.31+-build-failure.patch
BuildRequires: pkgconfig(gtk+-3.0) gnome-common gtk-doc gobject-introspection-devel libxslt
%description
Keybinder is a library for registering global keyboard shortcuts to be used by GTK-based
applications under the X Window System.When a combination of key is pressed, keybinder
notifies it to the registering application, which can execute one or more operations based
on the event previously registered.
%package devel
Summary: Provide development files for %{name}
Requires: %{name} = %{version}-%{release}
Obsoletes: keybinder3-doc
Provides: keybinder3-doc
%description devel
This package provides development files for %{name}.
%package_help
%description help
Man pages and other related documents for %{name}.
%prep
%autosetup -n keybinder-3.0-%{version} -p1
%build
%configure --enable-gtk-doc
%make_build
%install
%make_install
rm -rf %{buildroot}/%{_libdir}/libkeybinder-3.0.la
%ldconfig_scriptlets
%files
%defattr(-,root,root)
%doc AUTHORS
%license COPYING
%{_libdir}/libkeybinder-3.0.so.*
%{_libdir}/girepository-1.0/Keybinder-3.0.*
%files devel
%defattr(-,root,root)
%{_includedir}/keybinder-3.0/keybinder.h
%{_libdir}/pkgconfig/keybinder-3.0.pc
%{_libdir}/libkeybinder-3.0.so
%{_datadir}/gir-1.0/Keybinder-3.0.gir
%{_datadir}/gtk-doc/html/keybinder-3.0/*
%files help
%defattr(-,root,root)
%doc NEWS README ChangeLog
%changelog
* Wed Jun 24 2020 fuyangqing<[email protected]> - 0.3.2-9
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:fix gtk-doc 1.31+ build failure
* Fri Feb 28 2020 openEuler Buildteam <[email protected]> - 0.3.2-8
- Type:enhancement
- Id:NA
- SUG:NA
- DESC:delete devhelp requires
* Fri Nov 21 2019 openEuler Buildteam <[email protected]> - 0.3.2-7
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:add the libxslt in buildrequires
* Fri Oct 11 2019 openEuler Buildteam <[email protected]> - 0.3.2-6
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qiao-yujie/keybinder3.git
[email protected]:qiao-yujie/keybinder3.git
qiao-yujie
keybinder3
keybinder3
master

搜索帮助