disable static library

This commit is contained in:
zhouwenpei 2023-02-25 03:15:29 +00:00
parent 2ca6712d58
commit 0b4c56825c

View File

@ -1,6 +1,6 @@
Name: libXxf86vm
Version: 1.1.5
Release: 1
Release: 2
Summary: Provide an extension library for the XFree86-VidModeExtension
License: MIT
URL: https://www.x.org
@ -28,7 +28,7 @@ Provide static library, headers and test examples for libXxf86vm.
%build
autoreconf -ivf
%configure
%configure --disable-static
%make_build
%install
@ -48,7 +48,6 @@ autoreconf -ivf
%{_includedir}/X11/extensions/*.h
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libXxf86vm.a
%files help
%defattr(-,root,root)
@ -56,6 +55,9 @@ autoreconf -ivf
%{_mandir}/man3/*.3.gz
%changelog
* Sat Feb 25 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 1.1.5-2
- disable static library
* Thu Nov 03 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.1.5-1
- update 1.1.5