disable static library
Signed-off-by: kerongw <wangkerong@h-partners.com>
This commit is contained in:
parent
06b83b9399
commit
fc5e44a1e8
@ -1,6 +1,6 @@
|
||||
Name: libXrender
|
||||
Version: 0.9.10
|
||||
Release: 11
|
||||
Release: 12
|
||||
License: MIT
|
||||
Summary: X.Org X11 libXrender runtime library
|
||||
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
|
||||
|
||||
%install
|
||||
@ -45,7 +45,6 @@ autoreconf -ivf
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/X11/extensions/*.h
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
@ -54,6 +53,9 @@ autoreconf -ivf
|
||||
%doc doc/libXrender.txt
|
||||
|
||||
%changelog
|
||||
* Fri Nov 04 2022 wangkerong <wangkerong@h-partners.com> - 0.9.10-12
|
||||
- disable static library
|
||||
|
||||
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 0.9.10-11
|
||||
- Rebuild for next release
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user