!8 【轻量级 PR】:disable static library

From: @kerongw 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2022-11-07 01:34:08 +00:00 committed by Gitee
commit 0b9be87e2e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: libxshmfence
Version: 1.3
Release: 8
Release: 9
Summary: X11 shared memory fences
License: MIT
URL: https://www.x.org/
@ -25,7 +25,7 @@ The %{name}-devel package contains libraries and header files for %{name}.
%build
autoreconf -ivf
%configure
%configure --disable-static
%make_build
%check
@ -47,13 +47,15 @@ make check
%{_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