blob: 87df4ea1d3cb5ec2bc29ddac9141a904a5172557 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
Summary: X.Org X11 libXtst runtime library
Name: libXtst
Version: 1.2.5
Release: 1
License: MIT
URL: https://www.x.org
Source0: https://www.x.org/releases/individual/lib/libXtst-%{version}.tar.xz
Requires: libX11 >= 1.6
BuildRequires: make gcc
BuildRequires: pkgconfig(inputproto)
BuildRequires: pkgconfig(recordproto) >= 1.13.99.1
BuildRequires: pkgconfig(x11) >= 1.6
BuildRequires: pkgconfig(xext) >= 1.0.99.4
BuildRequires: pkgconfig(xextproto) >= 7.0.99.3
BuildRequires: pkgconfig(xi)
BuildRequires: pkgconfig(xorg-macros) >= 1.12
%description
X.Org X11 libXtst runtime library
%package devel
Summary: Development package for ${name}
Requires: %{name} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for %{name}.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
%configure --disable-static
%make_build
%install
%make_install
%delete_la
rm -f %{buildroot}%{_docdir}
%files
%license COPYING
%{_libdir}/*.so.*
%files devel
%{_includedir}/X11/extensions/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%files help
%{_mandir}/man3/XTest*.3*
%changelog
* Mon Dec 02 2024 Funda Wang <fundawang@yeah.net> - 1.2.5-1
- update to 1.2.5
* Tue Jul 30 2024 lingsheng <lingsheng1@h-partners.com> - 1.2.4-2
- Coverity CID 1373522: Fix memory leak
* Thu Nov 03 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.2.4-1
- update 1.2.4
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.2.3-11
- Rebuild for next release
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.2.3-10
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license file
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.2.3-9
- Package init
|