Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
d384dea29d
!8 update to 0.9.11
From: @zhouwenpei 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2023-02-08 01:19:17 +00:00
zhouwenpei
1a1776e3b3 update to 0.9.11 2023-02-07 09:00:20 +00:00
openeuler-ci-bot
0e7a5fe325
!5 【轻量级 PR】:disable static library
From: @kerongw 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-11-07 01:33:55 +00:00
kerongw
fc5e44a1e8
disable static library
Signed-off-by: kerongw <wangkerong@h-partners.com>
2022-11-04 08:19:52 +00:00
openeuler-ci-bot
06b83b9399
!4 [sync] PR-2: 【轻量级 PR】:Rebuild for next release
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-10-28 08:30:33 +00:00
zhouwenpei
0935e36d15 Rebuild for next release
Signed-off-by: zhouwenpei <zhouwenpei050@chinasoftinc.com>
(cherry picked from commit 0cc3f5ac06d3425e8ab932c679c2f14e73e22fcd)
2022-10-27 14:42:56 +08:00
openeuler-ci-bot
d66154378f !1 add yaml file in package
Merge pull request !1 from maqiang/master
2020-07-21 12:11:10 +08:00
maqiang
b9b1e3cfb8 update libXrender.yaml. 2020-07-21 11:58:48 +08:00
maqiang999
59967add78 add yaml file in package 2020-06-13 15:23:13 +08:00
zhuchunyi
94292f63b0 update code 2019-11-06 19:36:26 +08:00
4 changed files with 26 additions and 6 deletions

Binary file not shown.

BIN
libXrender-0.9.11.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: libXrender Name: libXrender
Version: 0.9.10 Version: 0.9.11
Release: 9 Release: 1
License: MIT License: MIT
Summary: X.Org X11 libXrender runtime library Summary: X.Org X11 libXrender runtime library
URL: https://www.x.org URL: https://www.x.org
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.gz
BuildRequires: xorg-x11-util-macros autoconf automake libtool pkgconfig libX11-devel BuildRequires: xorg-x11-util-macros autoconf automake libtool pkgconfig libX11-devel
Requires: libX11 >= 1.5.99.902 Requires: libX11 >= 1.5.99.902
@ -25,7 +25,7 @@ The %{name}-devel package contains libraries and header files for %{name}.
%build %build
autoreconf -ivf autoreconf -ivf
%configure %configure --disable-static
%make_build %make_build
%install %install
@ -36,7 +36,8 @@ autoreconf -ivf
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING %doc AUTHORS
%license COPYING
%{_libdir}/*.so.* %{_libdir}/*.so.*
%exclude %{_docdir}/*/libXrender.txt %exclude %{_docdir}/*/libXrender.txt
@ -44,7 +45,6 @@ autoreconf -ivf
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/X11/extensions/*.h %{_includedir}/X11/extensions/*.h
%{_libdir}/*.a
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
@ -53,5 +53,20 @@ autoreconf -ivf
%doc doc/libXrender.txt %doc doc/libXrender.txt
%changelog %changelog
* Sat Feb 04 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 0.9.11-1
- update to 0.9.11
* Fri Nov 04 2022 wangkerong <wangkerong@h-partners.com> - 0.9.10-12
- disable static library
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 0.9.10-11
- Rebuild for next release
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.9.10-10
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license file
* Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.9.10-9 * Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.9.10-9
- Package init - Package init

5
libXrender.yaml Normal file
View File

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