!6 update package version from 0.8.4 to 0.10.0
Merge pull request !6 from 吴超超/master
This commit is contained in:
commit
398cac5f47
BIN
libxkbcommon-0.10.0.tar.xz
Normal file
BIN
libxkbcommon-0.10.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,15 +1,16 @@
|
|||||||
Name: libxkbcommon
|
Name: libxkbcommon
|
||||||
Version: 0.8.4
|
Version: 0.10.0
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: X.Org X11 XKB parsing library
|
Summary: X.Org X11 XKB parsing library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://www.x.org
|
URL: https://www.x.org
|
||||||
Source0: https://xkbcommon.org/download/%{name}-%{version}.tar.xz
|
Source0: https://xkbcommon.org/download/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool pkgconfig(xcb-xkb) >= 1.10
|
BuildRequires: git meson
|
||||||
BuildRequires: xorg-x11-util-macros byacc flex bison libX11-devel
|
BuildRequires: xorg-x11-util-macros byacc flex bison
|
||||||
BuildRequires: xorg-x11-proto-devel xkeyboard-config-devel
|
BuildRequires: xorg-x11-proto-devel libX11-devel
|
||||||
|
BuildRequires: xkeyboard-config-devel
|
||||||
|
BuildRequires: pkgconfig(xcb-xkb) >= 1.10
|
||||||
Requires: xkeyboard-config
|
Requires: xkeyboard-config
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -43,46 +44,49 @@ X.Org X11 XKB keymap creation library development package
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
autoreconf -v --install || exit 1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-silent-rules --enable-x11 --disable-docs
|
|
||||||
|
|
||||||
%make_build
|
|
||||||
|
|
||||||
|
%meson -Denable-docs=false \
|
||||||
|
-Denable-x11=true \
|
||||||
|
-Denable-wayland=false
|
||||||
|
%meson_build
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
|
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_libdir}/%{name}.so.*
|
%{_libdir}/libxkbcommon.so.0.0.0
|
||||||
|
%{_libdir}/libxkbcommon.so.0
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/libxkbcommon.so
|
%{_libdir}/libxkbcommon.so
|
||||||
%{_libdir}/*.a
|
%dir %{_includedir}/xkbcommon/
|
||||||
%{_includedir}/xkbcommon/*.h
|
%{_includedir}/xkbcommon/xkbcommon.h
|
||||||
|
%{_includedir}/xkbcommon/xkbcommon-compat.h
|
||||||
|
%{_includedir}/xkbcommon/xkbcommon-compose.h
|
||||||
|
%{_includedir}/xkbcommon/xkbcommon-keysyms.h
|
||||||
|
%{_includedir}/xkbcommon/xkbcommon-names.h
|
||||||
%{_libdir}/pkgconfig/xkbcommon.pc
|
%{_libdir}/pkgconfig/xkbcommon.pc
|
||||||
%exclude %{_includedir}/xkbcommon/xkbcommon-x11.h
|
|
||||||
|
|
||||||
%ldconfig_scriptlets x11
|
%ldconfig_scriptlets x11
|
||||||
|
|
||||||
%files x11
|
%files x11
|
||||||
%{_libdir}/libxkbcommon-x11.so.0.0.0
|
%{_libdir}/libxkbcommon-x11.so.0.0.0
|
||||||
%{_libdir}/libxkbcommon-x11.so.0
|
%{_libdir}/libxkbcommon-x11.so.0
|
||||||
|
|
||||||
%files x11-devel
|
%files x11-devel
|
||||||
%{_libdir}/libxkbcommon-x11.so
|
%{_libdir}/libxkbcommon-x11.so
|
||||||
%{_includedir}/xkbcommon/xkbcommon-x11.h
|
%{_includedir}/xkbcommon/xkbcommon-x11.h
|
||||||
%{_libdir}/pkgconfig/xkbcommon-x11.pc
|
%{_libdir}/pkgconfig/xkbcommon-x11.pc
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 27 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.10.0-1
|
||||||
|
- update package version from 0.8.4 to 0.10.0
|
||||||
|
|
||||||
* Wed Jan 8 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.8.4-3
|
* Wed Jan 8 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.8.4-3
|
||||||
- Type: enhancement
|
- Type: enhancement
|
||||||
- ID: NA
|
- ID: NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user