diff options
author | CoprDistGit <infra@openeuler.org> | 2024-12-02 03:35:47 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-12-02 03:35:47 +0000 |
commit | 3a202453f3e201e0270cf131973f39eb285185d1 (patch) | |
tree | 6b44fb9283a93e22931409d37b6fe58f310c579e | |
parent | a1d0d81699f46bab57a1c80b93ab3417de5af270 (diff) |
automatic import of libXtst
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | libXtst.spec | 73 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 75 insertions, 0 deletions
@@ -0,0 +1 @@ +/libXtst-1.2.5.tar.xz diff --git a/libXtst.spec b/libXtst.spec new file mode 100644 index 0000000..b23806c --- /dev/null +++ b/libXtst.spec @@ -0,0 +1,73 @@ +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) + +%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 + +%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 @@ -0,0 +1 @@ +b62dc44d8e63a67bb10230d54c44dcb7 libXtst-1.2.5.tar.xz |