Drop unused _with_static build option

This commit is contained in:
Kalev Lember 2016-09-20 17:00:17 +02:00
parent 9773fd4913
commit 529fc17a5b

View File

@ -50,7 +50,7 @@ This package contains the full API documentation for %{name}.
%build
%configure %{!?_with_static: --disable-static}
%configure
make %{?_smp_mflags}
@ -73,7 +73,6 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%{_includedir}/*
%{_libdir}/sigc++-2.0/
%{_libdir}/pkgconfig/*.pc
%{?_with_static: %{_libdir}/*.a}
%{_libdir}/*.so
%files doc