Update on new version.
This commit is contained in:
parent
65b6f76f80
commit
a89534b8e8
@ -36,6 +36,9 @@ speech. This package contains development files for %{name}
|
||||
|
||||
%build
|
||||
%configure --enable-static --with-ogg-libraries=%{_libdir}
|
||||
# Remove rpath from speexenc and speexdec
|
||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -66,16 +69,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%exclude %{_libdir}/libspeex.a
|
||||
%exclude %{_libdir}/libspeex.la
|
||||
%{_includedir}/speex
|
||||
%{_datadir}/aclocal/speex.m4
|
||||
%{_libdir}/pkgconfig/speex.pc
|
||||
%{_libdir}/libspeex.so
|
||||
%{_libdir}/libspeex.a
|
||||
|
||||
%changelog
|
||||
* Tue Dec 11 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.2-0.4.beta3
|
||||
* Thu Jan 24 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.2-0.4.beta3
|
||||
- update to beta 3
|
||||
- review: rhbz#226428
|
||||
|
||||
* Tue Sep 18 2007 - Bastien Nocera <bnocera@redhat.com> - 1.2-0.3.beta2
|
||||
- Update to Beta 2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user