- --disable-static, drop the .a files

epel9
Adam Jackson 15 years ago
parent 4b670f88e1
commit 74eab80eee

@ -1,6 +1,6 @@
Name: liboggz Name: liboggz
Version: 0.9.8 Version: 0.9.8
Release: 4%{?dist} Release: 5%{?dist}
Summary: Simple programming interface for Ogg files and streams Summary: Simple programming interface for Ogg files and streams
Group: System Environment/Libraries Group: System Environment/Libraries
@ -57,7 +57,7 @@ liboggz.
%patch0 -p1 -b .multilib %patch0 -p1 -b .multilib
%build %build
%configure %configure --disable-static
make %{?_smp_mflags} make %{?_smp_mflags}
@ -104,7 +104,6 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/oggz %{_includedir}/oggz
%{_libdir}/liboggz.so %{_libdir}/liboggz.so
%{_libdir}/liboggz.a
%{_libdir}/pkgconfig/oggz.pc %{_libdir}/pkgconfig/oggz.pc
%files doc %files doc
@ -113,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Thu Feb 04 2010 Adam Jackson <ajax@redhat.com> 0.9.8-5
- --disable-static, drop the .a files
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8-4 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

Loading…
Cancel
Save