disable static library

Signed-off-by: kerongw <wangkerong@h-partners.com>
This commit is contained in:
kerongw 2022-11-04 08:29:33 +00:00 committed by Gitee
parent 0df687034a
commit 951ae9f6bf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: libXdamage
Version: 1.1.5
Release: 2
Release: 3
Summary: X Damage extension library
License: MIT
URL: https://www.x.org
@ -27,7 +27,7 @@ The %{name}-devel package contains libraries and header files for %{name}.
%build
autoreconf -ivf
%configure
%configure --disable-static
%make_build
%install
@ -47,13 +47,15 @@ autoreconf -ivf
%{_includedir}/X11/extensions/*.h
%{_libdir}/libXdamage.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.a
%files help
%defattr(-,root,root)
%doc README.md ChangeLog
%changelog
* Fri Nov 04 2022 wangkerong <wangkerong@h-partners.com> - 1.1.5-3
- disable static library
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.1.5-2
- Rebuild for next release