disable static library

Signed-off-by: kerongw <wangkerong@h-partners.com>
This commit is contained in:
kerongw 2022-11-04 08:23:31 +00:00 committed by Gitee
parent 506557f4d8
commit f61e759a71
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: libxshmfence Name: libxshmfence
Version: 1.3 Version: 1.3
Release: 8 Release: 9
Summary: X11 shared memory fences Summary: X11 shared memory fences
License: MIT License: MIT
URL: https://www.x.org/ URL: https://www.x.org/
@ -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
%check %check
@ -47,13 +47,15 @@ make check
%{_includedir}/* %{_includedir}/*
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/*.a
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
%doc README ChangeLog %doc README ChangeLog
%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 * Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.3-8
- Rebuild for next release - Rebuild for next release