Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
c85cf96a53
!10 [sync] PR-8: 【轻量级 PR】:disable static library
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-11-07 02:07:16 +00:00
kerongw
03c8567a72 disable static library
Signed-off-by: kerongw <wangkerong@h-partners.com>
(cherry picked from commit f61e759a71869401b6598ebef7c0316e846ce127)
2022-11-07 09:34:22 +08:00
openeuler-ci-bot
39ceddd2c2
!5 【轻量级 PR】:Rebuild for next release
From: @zhouwenpei 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-10-26 12:10:14 +00:00
zhouwenpei
9739e4808a
Rebuild for next release
Signed-off-by: zhouwenpei <zhouwenpei050@chinasoftinc.com>
2022-10-26 06:56:08 +00:00
openeuler-ci-bot
3345d5faf7
!4 [sync] PR-2: enable tests
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-04-06 09:30:53 +00:00
liuyumeng
e22dac4735 enable tests
(cherry picked from commit d579f614fc1d30ff9ca35bb9655c24bb01700a36)
2022-04-06 14:13:46 +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
maqiang999
2cde5e1d2a add yaml file in package 2020-06-13 15:05:14 +08:00
zhuchunyi
6d3bf96dcc update code 2019-11-06 19:41:19 +08:00
2 changed files with 37 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: libxshmfence
Version: 1.3
Release: 4
Release: 9
Summary: X11 shared memory fences
License: MIT
URL: https://www.x.org/
@ -18,15 +18,19 @@ Requires: %{name} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for %{name}.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
autoreconf -ivf
%configure
%configure --disable-static
%make_build
%check
make check
%install
%make_install
%delete_la
@ -35,6 +39,7 @@ autoreconf -ivf
%files
%defattr(-,root,root)
%license COPYING
%{_libdir}/*.so.*
%files devel
@ -42,8 +47,32 @@ autoreconf -ivf
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_libdir}/*.a
%files help
%defattr(-,root,root)
%doc README ChangeLog
%changelog
* 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
- SUG:NA
- DESC:change the directory of the license file and add the help package for libxshmfence
* Wed Oct 09 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3-5
- Type:enhancement
- ID:NA
- SUG:NA
DESC:add COPYING
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3-4
- Package init

5
libxshmfence.yaml Normal file
View File

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