Remove build-optional static library

epel9
Petr Písař 13 years ago
parent 822ae3db06
commit f33f1f78bf

@ -1,5 +1,3 @@
%bcond_with static
Name: xosd Name: xosd
Version: 2.2.14 Version: 2.2.14
Release: 15%{?dist} Release: 15%{?dist}
@ -37,9 +35,8 @@ Requires: libXext-devel
Requires: libXinerama-devel Requires: libXinerama-devel
%description devel %description devel
The xosd-devel package contains static libraries, header files and Header files and documentation for developing applications that use the XOSD
documentation for developing applications that use the XOSD on-screen on-screen display.
display.
%prep %prep
%setup -q %setup -q
@ -51,7 +48,7 @@ done
%build %build
%configure --disable-dependency-tracking %{!?with_static:--disable-static} \ %configure --disable-dependency-tracking --disable-static \
--disable-gtktest --disable-gdk_pixbuftest \ --disable-gtktest --disable-gdk_pixbuftest \
--disable-new-plugin --disable-old-plugin \ --disable-new-plugin --disable-old-plugin \
--disable-beep_media_player_plugin --disable-beep_media_player_plugin
@ -87,9 +84,6 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/xosd-config %{_bindir}/xosd-config
%{_includedir}/xosd.h %{_includedir}/xosd.h
%{_libdir}/libxosd.so %{_libdir}/libxosd.so
%if %{with static}
%{_libdir}/libxosd.a
%endif
%{_datadir}/aclocal/libxosd.m4 %{_datadir}/aclocal/libxosd.m4
%{_mandir}/man1/xosd-config.1* %{_mandir}/man1/xosd-config.1*
%{_mandir}/man3/xosd*.3* %{_mandir}/man3/xosd*.3*
@ -97,6 +91,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Thu Nov 24 2011 Petr Pisar <ppisar@redhat.com> - 2.2.14-15 * Thu Nov 24 2011 Petr Pisar <ppisar@redhat.com> - 2.2.14-15
- Disable XMMS plug-in because gdk-pixpuf-0 has been removed - Disable XMMS plug-in because gdk-pixpuf-0 has been removed
- Remove build-optional static library
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.14-14 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.14-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

Loading…
Cancel
Save