disable static library
(cherry picked from commit 15143bf5360053ddc18923ee3f359db04f4a4210)
This commit is contained in:
parent
2ca6712d58
commit
d3683d4ffe
@ -1,6 +1,6 @@
|
|||||||
Name: libXxf86vm
|
Name: libXxf86vm
|
||||||
Version: 1.1.5
|
Version: 1.1.5
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Provide an extension library for the XFree86-VidModeExtension
|
Summary: Provide an extension library for the XFree86-VidModeExtension
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://www.x.org
|
URL: https://www.x.org
|
||||||
@ -28,7 +28,7 @@ Provide static library, headers and test examples for libXxf86vm.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -ivf
|
autoreconf -ivf
|
||||||
%configure
|
%configure --disable-static
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -48,7 +48,6 @@ autoreconf -ivf
|
|||||||
%{_includedir}/X11/extensions/*.h
|
%{_includedir}/X11/extensions/*.h
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_libdir}/libXxf86vm.a
|
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -56,6 +55,9 @@ autoreconf -ivf
|
|||||||
%{_mandir}/man3/*.3.gz
|
%{_mandir}/man3/*.3.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 03 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.1.5-1
|
||||||
- update 1.1.5
|
- update 1.1.5
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user