Author: kwizart
Update of /cvs/free/rpms/x264/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3417
Modified Files:
x264.spec
Log Message:
- Move simd to %%{_libdir}/sse2
Index: x264.spec
===================================================================
RCS file: /cvs/free/rpms/x264/devel/x264.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- x264.spec 6 Oct 2009 22:55:36 -0000 1.14
+++ x264.spec 15 Oct 2009 21:05:17 -0000 1.15
@@ -80,11 +80,11 @@
%endif
%{__make} %{?_smp_mflags}
-%ifarch %{ix86}
+%ifarch i686
pushd simd
%{x_configure}\
- --host=`echo %{_target_platform}|sed -e 's/i.86/i686/'` \
- --libdir=%{_libdir}/i686 \
+ --host=%{_target_platform} \
+ --libdir=%{_libdir}/sse2 \
%{__make} %{?_smp_mflags}
popd
@@ -96,7 +96,7 @@
%ifarch %{ix86}
pushd simd
%{__make} DESTDIR=%{buildroot} install
-rm %{buildroot}%{_libdir}/i686/pkgconfig/x264.pc
+rm %{buildroot}%{_libdir}/*/pkgconfig/x264.pc
popd
%endif
@@ -115,8 +115,9 @@
%files libs
%defattr(644, root, root, 0755)
%{_libdir}/libx264.so.*
-%ifarch %{ix86}
-%{_libdir}/i686/libx264.so.*
+%ifarch i686
+%{_libdir}/sse2/libx264.so.*
+%exclude %{_libdir}/sse2/libx264.a
%endif
%exclude %{_libdir}/libx264.a
@@ -127,12 +128,13 @@
%{_libdir}/libx264.so
%{_libdir}/pkgconfig/%{name}.pc
%ifarch %{ix86}
-%{_libdir}/i686/libx264.so
+%{_libdir}/sse2/libx264.so
%endif
%changelog
-* Tue Mar 26 2009 kwizart <kwizart at
gmail.com > - 0.0.0-0.25.20091007git496d79d
+* Thu Oct 15 2009 kwizart <kwizart at
gmail.com > - 0.0.0-0.25.20091007git496d79d
- Update to 20091007git
+- Move simd to %%{_libdir}/sse2
* Tue Mar 26 2009 Dominik Mierzejewski <rpm(a)greysector.net>
0.0.0-0.24.20090319gitc109c8
- 20090319 snapshot