Upgrade to 1.1.2
This commit is contained in:
parent
51c4914b6e
commit
593446aa5e
8
baselibs.conf
Normal file
8
baselibs.conf
Normal file
@ -0,0 +1,8 @@
|
||||
libxkbfile1
|
||||
provides "xorg-x11-libxkbfile-<targettype> = 7.6_<version>"
|
||||
obsoletes "xorg-x11-libxkbfile-<targettype> < 7.6_<version>"
|
||||
libxkbfile-devel
|
||||
requires -libxkbfile-<targettype>
|
||||
requires "libxkbfile1-<targettype> = <version>"
|
||||
provides "xorg-x11-libxkbfile-devel-<targettype> = 7.6_<version>"
|
||||
obsoletes "xorg-x11-libxkbfile-devel-<targettype> < 7.6_<version>"
|
||||
Binary file not shown.
BIN
libxkbfile-1.1.2.tar.xz
Normal file
BIN
libxkbfile-1.1.2.tar.xz
Normal file
Binary file not shown.
@ -1,12 +1,14 @@
|
||||
%define lname libxkbfile1
|
||||
Name: libxkbfile
|
||||
Version: 1.1.0
|
||||
Release: 5
|
||||
Version: 1.1.2
|
||||
Release: 1
|
||||
Summary: X11 keyboard file manipulation library
|
||||
License: MIT
|
||||
URL: https://www.x.org
|
||||
Source0: https://www.x.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Source0: https://www.x.org/releases/individual/lib/%{name}-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
|
||||
BuildRequires: gcc xorg-x11-proto-devel libX11-devel
|
||||
BuildRequires: autoconf >= 2.60 automake libtool pkgconfig pkgconfig(kbproto) pkgconfig(x11) pkgconfig(xorg-macros) >= 1.8
|
||||
|
||||
%description
|
||||
Libxkbfile is used by the X servers and utilities to parse the XKB
|
||||
@ -23,8 +25,7 @@ This package is the development files for %{name}.
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||
%configure
|
||||
%configure --disable-static
|
||||
%make_build
|
||||
|
||||
%check
|
||||
@ -32,10 +33,12 @@ make check
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%delete_la_and_a
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
@ -49,6 +52,9 @@ make check
|
||||
%{_libdir}/%{name}.so
|
||||
|
||||
%changelog
|
||||
* Tue Feb 14 2023 lilong <lilong@kylinos.cn> - 1.1.2-1
|
||||
- Upgrade to 1.1.2
|
||||
|
||||
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.1.0-5
|
||||
- Rebuild for next release
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user