Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
dd76c83b28
!11 update to 1.3.2
From: @zhouwenpei 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2023-02-07 08:49:10 +00:00
zhouwenpei
f97f16bca0 update to 1.3.2 2023-02-04 03:48:28 +00:00
openeuler-ci-bot
0b9be87e2e
!8 【轻量级 PR】:disable static library
From: @kerongw 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-11-07 01:34:08 +00:00
kerongw
f61e759a71
disable static library
Signed-off-by: kerongw <wangkerong@h-partners.com>
2022-11-04 08:23:31 +00:00
openeuler-ci-bot
506557f4d8
!7 [sync] PR-5: 【轻量级 PR】:Rebuild for next release
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-10-28 08:30:15 +00:00
zhouwenpei
6e43658fb7 Rebuild for next release
Signed-off-by: zhouwenpei <zhouwenpei050@chinasoftinc.com>
(cherry picked from commit 9739e4808a7c68a872af9f31c866cddead0a2eb9)
2022-10-27 14:58:01 +08:00
openeuler-ci-bot
9479f56d01
!2 enable tests
From: @liuyumeng1 
Reviewed-by: @zzm_567, @t_feng 
Signed-off-by: @t_feng
2022-04-06 06:13:39 +00:00
liuyumeng
d579f614fc enable tests 2022-04-06 11:29:06 +08:00
openeuler-ci-bot
31df3d7d26 !1 add yaml file in package
Merge pull request !1 from maqiang/master
2020-07-21 12:11:51 +08:00
maqiang
74624b2fd9 update libxshmfence.yaml. 2020-07-21 11:54:18 +08:00
4 changed files with 21 additions and 7 deletions

BIN
libxshmfence-1.3.2.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: libxshmfence
Version: 1.3
Release: 6
Version: 1.3.2
Release: 1
Summary: X11 shared memory fences
License: MIT
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: autoconf automake libtool xorg-x11-util-macros xorg-x11-proto-devel
@ -25,9 +25,12 @@ The %{name}-devel package contains libraries and header files for %{name}.
%build
autoreconf -ivf
%configure
%configure --disable-static
%make_build
%check
make check
%install
%make_install
%delete_la
@ -44,13 +47,24 @@ autoreconf -ivf
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_libdir}/*.a
%files help
%defattr(-,root,root)
%doc README ChangeLog
%doc README.md ChangeLog
%changelog
* Sat Feb 04 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 1.3.2-1
- update to 1.3.2
* Fri Nov 04 2022 wangkerong <wangkerong@h-partners.com> - 1.3-9
- disable static library
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.3-8
- Rebuild for next release
* Wed Apr 6 2022 liuyumeng1 <liuyumeng5@h-partners.com> - 1.3-7
- enable tests
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3-6
- Type:bugfix
- Id:NA

View File

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