Name: intel-gen4asm Version: 1.3 Release: 2%{?dist} Summary: Compile an assembly language for the Intel 965 Group: Development/Tools License: MIT URL: http://cgit.freedesktop.org/xorg/app/intel-gen4asm/ #git clone git://anongit.freedesktop.org/xorg/app/intel-gen4asm #./autogen.sh && ./configure && make dist-xz Source0: intel-gen4asm-%{version}.tar.xz ExclusiveArch: i686 x86_64 ia64 BuildRequires: bison BuildRequires: flex Requires: pkgconfig%{?_isa} %description Intel-gen4asm is a program to compile an assembly language for the Intel 965 Express Chipset. It has been used to construct programs for textured video in the 2d driver. %prep %setup -q %build %configure make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT %files %doc AUTHORS COPYING README TODO %doc doc/examples %{_bindir}/intel-gen4asm %{_bindir}/intel-gen4disasm %{_libdir}/pkgconfig/intel-gen4asm.pc %changelog * Fri Jan 04 2013 Nicolas Chauvet - 1.3-2 - Simplify spec file - Explicitely use i686 instead of %%{ix86} for ExclusiveArch * Thu Jan 03 2013 Nicolas Chauvet - 1.3-1 - Update to 1.3 * Tue Jan 03 2012 Nicolas Chauvet - 1.2-1 - Initial package