Author: glen Date: Fri Jun 4 18:50:22 2010 GMT Module: packages Tag: HEAD ---- Log message: - do not package shared lib in devel, but symlink; rel 4
---- Files affected: packages/libvpx: libvpx.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: packages/libvpx/libvpx.spec diff -u packages/libvpx/libvpx.spec:1.10 packages/libvpx/libvpx.spec:1.11 --- packages/libvpx/libvpx.spec:1.10 Thu May 27 13:47:30 2010 +++ packages/libvpx/libvpx.spec Fri Jun 4 20:50:17 2010 @@ -6,7 +6,7 @@ Summary: VP8, a high-quality video codec Name: libvpx Version: 0.9.0 -Release: 3 +Release: 4 License: BSD Group: Libraries Source0: http://webm.googlecode.com/files/%{name}-%{version}.tar.bz2 @@ -18,6 +18,7 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: doxygen +BuildRequires: php-common >= 4:5.0.0 BuildRequires: php-pcre %{?with_asm:BuildRequires: yasm} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -110,9 +111,9 @@ mv outdir/bin/{twopass_encoder,vp8_twopass_encoder} install -p outdir/bin/* $RPM_BUILD_ROOT%{_bindir} -ln -s libvpx.so.0.0.0 build/libvpx.so.0.0 -ln -s libvpx.so.0.0.0 build/libvpx.so.0 -install -p build/libvpx.so* $RPM_BUILD_ROOT%{_libdir} +install -p build/libvpx.so.* $RPM_BUILD_ROOT%{_libdir} +ln -s libvpx.so.0.0.0 $RPM_BUILD_ROOT%{_libdir}/libvpx.so.0 +ln -s libvpx.so.0.0.0 $RPM_BUILD_ROOT%{_libdir}/libvpx.so cp -a outdir/include/*.h $RPM_BUILD_ROOT%{_includedir}/vpx cp -a outdir/lib/*.a $RPM_BUILD_ROOT%{_libdir} @@ -126,12 +127,12 @@ %files %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_libdir}/libvpx.so.*.* +%attr(755,root,root) %{_libdir}/libvpx.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libvpx.so.0 %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libvpx*.so +%attr(755,root,root) %{_libdir}/libvpx.so %{_includedir}/vpx %files static @@ -144,6 +145,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2010/06/04 18:50:17 glen +- do not package shared lib in devel, but symlink; rel 4 + Revision 1.10 2010/05/27 11:47:30 arekm - rel 3; x86_64 asm optimized now; nicer way of linking shared lib; export only required symbols not all crap ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libvpx/libvpx.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
