Package init

This commit is contained in:
dogsheng 2019-12-13 15:32:09 +08:00
parent 5dbd655d5d
commit 7b28ea98f0

View File

@ -1,12 +1,12 @@
Name: keybinder3
Version: 0.3.2
Release: 6
Release: 7
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
BuildRequires: pkgconfig(gtk+-3.0), gnome-common, gtk-doc, gobject-introspection-devel
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
@ -63,5 +63,11 @@ rm -rf %{buildroot}/%{_libdir}/libkeybinder-3.0.la
%doc NEWS README ChangeLog
%changelog
* Fri Nov 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.2-7
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:add the libxslt in buildrequires
* Fri Oct 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.2-6
- Package init