Compare commits
10 Commits
bc28255e66
...
25538c3c97
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
25538c3c97 | ||
|
|
a56f16a1c3 | ||
|
|
b7d74e74e1 | ||
|
|
31a7ec7442 | ||
|
|
b1eb848d21 | ||
|
|
9a0aa82f46 | ||
|
|
f782f6737d | ||
|
|
7083ba9984 | ||
|
|
f9266af833 | ||
|
|
70d77afec4 |
Binary file not shown.
BIN
libXext-1.3.5.tar.gz
Normal file
BIN
libXext-1.3.5.tar.gz
Normal file
Binary file not shown.
26
libXext.spec
26
libXext.spec
@ -1,12 +1,12 @@
|
|||||||
Name: libXext
|
Name: libXext
|
||||||
Version: 1.3.4
|
Version: 1.3.5
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Common extensions to the X11 protocol
|
Summary: Common extensions to the X11 protocol
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://xorg.freedesktop.org/
|
URL: https://xorg.freedesktop.org/
|
||||||
Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: libtool xorg-x11-proto-devel libX11-devel xmlto
|
BuildRequires: libtool xorg-x11-proto-devel libX11-devel xmlto make
|
||||||
BuildRequires: libXau-devel xorg-x11-util-macros autoconf automake libtool pkgconfig
|
BuildRequires: libXau-devel xorg-x11-util-macros autoconf automake libtool pkgconfig
|
||||||
Requires: libX11
|
Requires: libX11
|
||||||
|
|
||||||
@ -32,6 +32,9 @@ autoreconf -v --install --force
|
|||||||
%configure
|
%configure
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
%delete_la
|
%delete_la
|
||||||
@ -57,6 +60,21 @@ autoreconf -v --install --force
|
|||||||
%exclude %{_docdir}/libXext
|
%exclude %{_docdir}/libXext
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 03 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 1.3.5-1
|
||||||
|
- update to 1.3.5
|
||||||
|
|
||||||
|
* Tue Dec 20 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.3.4-6
|
||||||
|
- add BuildRequires make
|
||||||
|
|
||||||
|
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.3.4-5
|
||||||
|
- Rebuild for next release
|
||||||
|
|
||||||
|
* Tue Feb 9 2021 jinzhimin <jinzhimin2@huawei.com> - 1.3.4-4
|
||||||
|
- rebuild libXext
|
||||||
|
|
||||||
|
* Tue Feb 9 2021 jinzhimin <jinzhimin2@huawei.com> - 1.3.4-3
|
||||||
|
- add check in spec
|
||||||
|
|
||||||
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3.4-2
|
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3.4-2
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
version_control: git
|
version_control: git
|
||||||
src_repo: git@gitlab.freedesktop.org:xorg/lib/libxext.git
|
src_repo: https://gitlab.freedesktop.org/xorg/lib/libxext.git
|
||||||
tag_prefix: libXext-
|
tag_prefix: libXext-
|
||||||
seperator: "."
|
seperator: "."
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user