Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
6ba9ae1df3
!7 【轻量级 PR】:Rebuild for next release
From: @zhouwenpei 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-10-26 12:06:49 +00:00
zhouwenpei
fe63872fdc
Rebuild for next release
Signed-off-by: zhouwenpei <zhouwenpei050@chinasoftinc.com>
2022-10-26 06:16:11 +00: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
maqiang999
9984060545 add yaml file in package 2020-06-13 16:45:31 +08:00
zhuchunyi
d4f42c505e update code 2019-11-06 19:35:51 +08:00
4 changed files with 33 additions and 10 deletions

Binary file not shown.

BIN
libXcomposite-0.4.5.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,12 +1,13 @@
Name: libXcomposite
Version: 0.4.4
Release: 16
Version: 0.4.5
Release: 2
License: MIT
Summary: X Composite Extension library
URL: http://www.x.org
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
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
X Composite Extension library
@ -25,7 +26,7 @@ The %{name}-devel package contains development files for %{name}.
%build
autoreconf -ivf
%configure
%configure --disable-static
%make_build
%install
@ -36,20 +37,37 @@ autoreconf -ivf
%files
%defattr(-,root,root)
%doc AUTHORS COPYING
%{_libdir}/*.so.*
%doc AUTHORS
%license COPYING
%{_libdir}/libXcomposite.so.1
%{_libdir}/libXcomposite.so.1.0.0
%files devel
%defattr(-,root,root)
%{_includedir}/X11/extensions/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/X11/extensions/Xcomposite.h
%{_libdir}/libXcomposite.so
%{_libdir}/pkgconfig/xcomposite.pc
%files help
%defattr(-,root,root)
%doc README ChangeLog
%doc README.md ChangeLog
%{_mandir}/man3/*.3*
%changelog
* 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
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license file
* Tue Sep 3 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.4.4-16
- Package init

5
libXcomposite.yaml Normal file
View File

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