disable static library
Signed-off-by: kerongw <wangkerong@h-partners.com>
This commit is contained in:
parent
506557f4d8
commit
f61e759a71
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user