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
|
Name: libXdamage
|
||||||
Version: 1.1.5
|
Version: 1.1.5
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: X Damage extension library
|
Summary: X Damage extension library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://www.x.org
|
URL: https://www.x.org
|
||||||
@ -27,7 +27,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
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -47,13 +47,15 @@ autoreconf -ivf
|
|||||||
%{_includedir}/X11/extensions/*.h
|
%{_includedir}/X11/extensions/*.h
|
||||||
%{_libdir}/libXdamage.so
|
%{_libdir}/libXdamage.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_libdir}/*.a
|
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README.md ChangeLog
|
%doc README.md ChangeLog
|
||||||
|
|
||||||
%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
|
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.1.5-2
|
||||||
- Rebuild for next release
|
- Rebuild for next release
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user