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