automatic version update by autodist [release 0.9.1-1mamba;Sat Nov 02 2019]
This commit is contained in:
parent
0798f44717
commit
c6a244f8c4
@ -1,5 +1,5 @@
|
|||||||
Name: libxkbcommon
|
Name: libxkbcommon
|
||||||
Version: 0.8.4
|
Version: 0.9.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Keyboard handling library using XKB data
|
Summary: Keyboard handling library using XKB data
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -39,15 +39,16 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%meson
|
||||||
%make
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
mv %{buildroot}%{_datadir}/doc/libxkbcommon \
|
#mv %{buildroot}%{_datadir}/doc/libxkbcommon \
|
||||||
%{buildroot}%{_datadir}/doc/libxkbcommon-devel-%{version}
|
# %{buildroot}%{_datadir}/doc/libxkbcommon-devel-%{version}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -65,15 +66,18 @@ mv %{buildroot}%{_datadir}/doc/libxkbcommon \
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/xkbcommon
|
%dir %{_includedir}/xkbcommon
|
||||||
%{_includedir}/xkbcommon/xkbcommon*.h
|
%{_includedir}/xkbcommon/xkbcommon*.h
|
||||||
%{_libdir}/libxkbcommon.la
|
|
||||||
%{_libdir}/libxkbcommon.so
|
%{_libdir}/libxkbcommon.so
|
||||||
%{_libdir}/libxkbcommon-x11.la
|
|
||||||
%{_libdir}/libxkbcommon-x11.so
|
%{_libdir}/libxkbcommon-x11.so
|
||||||
%{_libdir}/pkgconfig/xkbcommon.pc
|
%{_libdir}/pkgconfig/xkbcommon.pc
|
||||||
%{_libdir}/pkgconfig/xkbcommon-x11.pc
|
%{_libdir}/pkgconfig/xkbcommon-x11.pc
|
||||||
%doc %{_datadir}/doc/libxkbcommon-devel-%{version}
|
%dir %{_datadir}/doc/libxkbcommon
|
||||||
|
%dir %{_datadir}/doc/libxkbcommon/html
|
||||||
|
%{_datadir}/doc/libxkbcommon/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 02 2019 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Feb 23 2019 Automatic Build System <autodist@mambasoft.it> 0.8.4-1mamba
|
* Sat Feb 23 2019 Automatic Build System <autodist@mambasoft.it> 0.8.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user