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
|
||||
Version: 0.8.4
|
||||
Version: 0.9.1
|
||||
Release: 1mamba
|
||||
Summary: Keyboard handling library using XKB data
|
||||
Group: System/Libraries
|
||||
@ -39,15 +39,16 @@ This package contains libraries and header files for developing applications tha
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%make
|
||||
%meson
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
mv %{buildroot}%{_datadir}/doc/libxkbcommon \
|
||||
%{buildroot}%{_datadir}/doc/libxkbcommon-devel-%{version}
|
||||
#mv %{buildroot}%{_datadir}/doc/libxkbcommon \
|
||||
# %{buildroot}%{_datadir}/doc/libxkbcommon-devel-%{version}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -65,15 +66,18 @@ mv %{buildroot}%{_datadir}/doc/libxkbcommon \
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/xkbcommon
|
||||
%{_includedir}/xkbcommon/xkbcommon*.h
|
||||
%{_libdir}/libxkbcommon.la
|
||||
%{_libdir}/libxkbcommon.so
|
||||
%{_libdir}/libxkbcommon-x11.la
|
||||
%{_libdir}/libxkbcommon-x11.so
|
||||
%{_libdir}/pkgconfig/xkbcommon.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
|
||||
* 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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user