Author: qboosh Date: Mon Oct 10 09:19:25 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - this version won't work on x86_64, uses 32-bit addresses and stack operations
---- Files affected: SPECS: jpeg-mmx.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: SPECS/jpeg-mmx.spec diff -u SPECS/jpeg-mmx.spec:1.13 SPECS/jpeg-mmx.spec:1.14 --- SPECS/jpeg-mmx.spec:1.13 Mon Oct 10 00:15:33 2005 +++ SPECS/jpeg-mmx.spec Mon Oct 10 11:19:18 2005 @@ -13,10 +13,10 @@ Source0: http://dl.sourceforge.net/mjpeg/%{name}-0.1.6.tar.gz # Source0-md5: 9156c429bd8c4dea65c877c50ed89e15 Patch0: %{name}-DESTDIR.patch -Patch1: %{name}-x8664.patch -ExclusiveArch: i586 i686 pentium3 pentium4 athlon %{x8664} +#Patch1: %{name}-x8664.patch URL: http://mjpeg.sourceforge.net/ BuildRequires: nasm +ExclusiveArch: i586 i686 pentium3 pentium4 athlon BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -26,7 +26,6 @@ %prep %setup -q -n %{name} %patch0 -p1 -%patch1 -p1 %build %configure @@ -57,6 +56,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2005/10/10 09:19:18 qboosh +- this version won't work on x86_64, uses 32-bit addresses and stack operations + Revision 1.13 2005/10/09 22:15:33 blues - BR: nasm ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/jpeg-mmx.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
