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