Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
baf5ddee92
!10 update to 0.4.6
From: @zhouwenpei 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2023-02-07 08:41:52 +00:00
zhouwenpei
26e859dc82 update to 0.4.6 2023-02-03 06:29:37 +00:00
openeuler-ci-bot
c47a281c82
!9 [sync] PR-7: 【轻量级 PR】:Rebuild for next release
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-10-28 08:35:39 +00:00
zhouwenpei
9c0b650011 Rebuild for next release
Signed-off-by: zhouwenpei <zhouwenpei050@chinasoftinc.com>
(cherry picked from commit fe63872fdcff1efb311a20908a1de4666650ab5b)
2022-10-27 14:35:12 +08:00
openeuler-ci-bot
85e7da310b !4 add yaml file in package
Merge pull request !4 from 桐小哥/master
2020-08-11 11:03:59 +08:00
桐小哥
4bb43d24ac add yaml file 2020-08-11 09:52:37 +08:00
openeuler-ci-bot
bdbec55b30 !2 upgrade to versiuon 0.4.5
Merge pull request !2 from zhangqiumiao/master
2020-07-28 22:20:09 +08:00
zhangqiumiao
1fb9bc3ada upgrade to version 0.4.5 2020-07-28 20:29:14 +08:00
openeuler-ci-bot
2dfda5d7aa !1 add yaml file in package
Merge pull request !1 from maqiang/master
2020-07-21 12:21:54 +08:00
maqiang
ffde44c164 update libXcomposite.yaml. 2020-07-21 12:20:16 +08:00
4 changed files with 30 additions and 16 deletions

Binary file not shown.

BIN
libXcomposite-0.4.6.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,13 @@
Name: libXcomposite Name: libXcomposite
Version: 0.4.4 Version: 0.4.6
Release: 17 Release: 1
License: MIT License: MIT
Summary: X Composite Extension library Summary: X Composite Extension library
URL: http://www.x.org URL: http://www.x.org
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.gz
BuildRequires: xorg-x11-util-macros autoconf automake libtool BuildRequires: xorg-x11-util-macros autoconf automake libtool
BuildRequires: xorg-x11-proto-devel libXfixes-devel libXext-devel BuildRequires: pkgconfig(compositeproto) >= 0.4
BuildRequires: pkgconfig(xfixes) pkgconfig(xext)
%description %description
X Composite Extension library X Composite Extension library
@ -25,7 +26,7 @@ The %{name}-devel package contains development files for %{name}.
%build %build
autoreconf -ivf autoreconf -ivf
%configure %configure --disable-static
%make_build %make_build
%install %install
@ -36,22 +37,35 @@ autoreconf -ivf
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS %doc AUTHORS
%license COPYING %license COPYING
%{_libdir}/*.so.* %{_libdir}/libXcomposite.so.1
%{_libdir}/libXcomposite.so.1.0.0
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/X11/extensions/*.h %{_includedir}/X11/extensions/Xcomposite.h
%{_libdir}/*.so %{_libdir}/libXcomposite.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/xcomposite.pc
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
%doc README ChangeLog %doc README.md ChangeLog
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Fri Feb 03 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 0.4.6-1
- update to 0.4.6
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 0.4.5-2
- Rebuild for next release
* Tue Jul 28 2020 zhangqiumiao <zhangqiumiao1@huawei.com> - 0.4.5-1
- Type:enhancement
- Id:NA
- SUG:NA
- DESC:upgrade to version 0.4.5
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.4.4-17 * Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.4.4-17
- Type:bugfix - Type:bugfix
- Id:NA - Id:NA

View File

@ -1,5 +1,5 @@
version_control: git git_url: https://gitlab.freedesktop.org/xorg/lib/libxcomposite.git
src_repo: git@gitlab.freedesktop.org:xorg/lib/libxcomposite.git version_control: git
tag_prefix: libXcomposite src_repo: https://gitlab.freedesktop.org/xorg/lib/libxcomposite.git
seperator: "." tag_prefix: "^libXcomposite-"
seperator: "."