Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
d1214ad9a3
!12 [sync] PR-11: add BuildRequires make
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-12-22 09:45:21 +00:00
zhouwenpei
038bf5f024 add BuildRequires make
(cherry picked from commit 6911d622e0c5d7c6d3d1cb1dfcc16bf8d9210079)
2022-12-20 16:05:19 +08:00
openeuler-ci-bot
e4402284f6
!8 【轻量级 PR】:Rebuild for next release
From: @zhouwenpei 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-10-26 12:07:37 +00:00
zhouwenpei
ddb26f5caa
Rebuild for next release
Signed-off-by: zhouwenpei <zhouwenpei050@chinasoftinc.com>
2022-10-26 06:22:39 +00:00
openeuler-ci-bot
14413a2898
!7 [sync] PR-2: add check in spec and rebuild libXext
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-04-25 07:54:12 +00:00
jzm369
3c479fcd12 add check in spec and rebuild libXext
(cherry picked from commit 9f1d7cfddc9544f8c4d04a0405b737d43492525b)
2022-04-24 17:07:40 +08:00
openeuler-ci-bot
f9266af833 !1 add yaml file in package
Merge pull request !1 from maqiang/master
2020-07-21 12:18:40 +08:00
maqiang
70d77afec4 update libXext.yaml. 2020-07-21 12:16:23 +08:00
maqiang999
bc28255e66 add yaml file in package 2020-06-13 16:38:54 +08:00
zhuchunyi
0033e112d5 update code 2019-11-06 19:35:59 +08:00
2 changed files with 30 additions and 3 deletions

View File

@ -1,12 +1,12 @@
Name: libXext
Version: 1.3.4
Release: 1
Release: 6
Summary: Common extensions to the X11 protocol
License: MIT
URL: https://xorg.freedesktop.org/
Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
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
Requires: libX11
@ -32,6 +32,9 @@ autoreconf -v --install --force
%configure
%make_build
%check
make check
%install
%make_install
%delete_la
@ -40,7 +43,8 @@ autoreconf -v --install --force
%files
%defattr(-,root,root)
%doc AUTHORS COPYING
%doc AUTHORS
%license COPYING
%{_libdir}/libXext.so.*
%files devel
@ -56,5 +60,23 @@ autoreconf -v --install --force
%exclude %{_docdir}/libXext
%changelog
* 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
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license files
* Thu Sep 5 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3.4-1
- Package init

5
libXext.yaml Normal file
View File

@ -0,0 +1,5 @@
version_control: git
src_repo: https://gitlab.freedesktop.org/xorg/lib/libxext.git
tag_prefix: libXext-
seperator: "."