From b1b371fffa6386a12497ebab967c76d63d75813b Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 5 Jan 2016 07:36:34 +1000 Subject: [PATCH] Drop the optional disable-static, it's been disabled for years now. --- libXi.spec | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/libXi.spec b/libXi.spec index b78b2d5..285355b 100644 --- a/libXi.spec +++ b/libXi.spec @@ -44,15 +44,10 @@ X.Org X11 libXi development package %prep %setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}} -# Disable static library creation by default. -%define with_static 0 - %build autoreconf -v --install || exit 1 %configure --disable-specs \ -%if ! %{with_static} - --disable-static -%endif + --disable-static make %{?_smp_mflags} @@ -78,9 +73,6 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) -%if %{with_static} -%{_libdir}/libXi.a -%endif %{_includedir}/X11/extensions/XInput.h %{_includedir}/X11/extensions/XInput2.h %{_libdir}/libXi.so @@ -88,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Tue Jan 05 2016 Peter Hutterer +- Drop the optional disable-static, it's been disabled for years now. + * Tue Dec 22 2015 Peter Hutterer 1.7.6-1 - libXi 1.7.6 - drop unused mandir creation