update to 0.3.2 [release 0.3.2-1mamba;Mon Dec 27 2021]
This commit is contained in:
parent
1e6ae61a7d
commit
59d1e67027
@ -1,14 +1,13 @@
|
||||
Name: keybinder
|
||||
Version: 0.3.0
|
||||
Version: 0.3.2
|
||||
Release: 1mamba
|
||||
Summary: A library for registering global keyboard shortcuts
|
||||
Group: System/X11
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/engla/keybinder/tree/keybinder-3.0
|
||||
## GITSOURCE https://github.com/engla/keybinder.git v0.3.0
|
||||
Source: https://github.com/engla/keybinder.git/v%{version}/keybinder-%{version}.tar.bz2
|
||||
URL: https://github.com/kupferlauncher/keybinder/tree/keybinder-3.0
|
||||
Source: https://github.com/engla/keybinder.git/keybinder-3.0-v%{version}/keybinder-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -18,26 +17,23 @@ BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libbrotli-devel
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgtk2-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
#Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Keybinder is a library for registering global keyboard shortcuts.
|
||||
@ -65,9 +61,9 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure
|
||||
%make
|
||||
|
||||
@ -83,21 +79,25 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libkeybinder.so.*
|
||||
%{_libdir}/girepository-1.0/Keybinder-0.0.typelib
|
||||
%dir %{python27_sitearch}/keybinder
|
||||
%{python27_sitearch}/keybinder/*
|
||||
%{_libdir}/libkeybinder-*.so.*
|
||||
%{_libdir}/girepository-1.0/Keybinder-*.typelib
|
||||
#%dir %{python27_sitearch}/keybinder
|
||||
#%{python27_sitearch}/keybinder/*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/keybinder.h
|
||||
%{_libdir}/libkeybinder.la
|
||||
%{_libdir}/libkeybinder.so
|
||||
%{_datadir}/gir-1.0/Keybinder-0.0.gir
|
||||
%{_libdir}/pkgconfig/keybinder.pc
|
||||
%doc ChangeLog.pre-git NEWS README
|
||||
%dir %{_includedir}/keybinder-*
|
||||
%{_includedir}/keybinder-*/keybinder.h
|
||||
%{_libdir}/libkeybinder-*.la
|
||||
%{_libdir}/libkeybinder-*.so
|
||||
%{_datadir}/gir-1.0/Keybinder-*.gir
|
||||
%{_libdir}/pkgconfig/keybinder-*.pc
|
||||
%doc NEWS README
|
||||
|
||||
%changelog
|
||||
* Mon Dec 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.2-1mamba
|
||||
- update to 0.3.2
|
||||
|
||||
* Mon Dec 29 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.0-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user