update to 20130316git [release 20130316git-1mamba;Sat Mar 16 2013]
This commit is contained in:
parent
0c3507c4dc
commit
f11d4928a0
@ -1,2 +1,4 @@
|
||||
# intel-gen4asm
|
||||
|
||||
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.
|
||||
|
||||
|
63
intel-gen4asm.spec
Normal file
63
intel-gen4asm.spec
Normal file
@ -0,0 +1,63 @@
|
||||
Name: intel-gen4asm
|
||||
Version: 20130316git
|
||||
Release: 1mamba
|
||||
Summary: Assembly Language Compiler for Intel 965 Express Chipset
|
||||
Group: Development/Languages
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://cgit.freedesktop.org/xorg/app/intel-gen4asm/
|
||||
# git clone git://anongit.freedesktop.org/xorg/app/intel-gen4asm
|
||||
Source: git://anongit.freedesktop.org/xorg/app/intel-gen4asm/master/intel-gen4asm-%{version}.tar.bz2
|
||||
License: MIT
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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.
|
||||
|
||||
%package devel
|
||||
Summary: Devel package for %{name}
|
||||
Group: Development/Libraries
|
||||
|
||||
%description devel
|
||||
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
|
||||
sed -i "s:doc/examples:examples:g" README
|
||||
|
||||
%build
|
||||
(if ! test -x configure; then ./autogen.sh; fi;
|
||||
%configure
|
||||
)
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/intel-gen4asm
|
||||
%{_bindir}/intel-gen4disasm
|
||||
%{_libdir}/pkgconfig/intel-gen4asm.pc
|
||||
%doc AUTHORS COPYING
|
||||
#README TODO doc/examples
|
||||
|
||||
%changelog
|
||||
* Sat Mar 16 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 20130316git-1mamba
|
||||
- update to 20130316git
|
||||
|
||||
* Mon Dec 27 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-2mamba
|
||||
- automatic port from devel-gil
|
||||
|
||||
* Mon Dec 20 2010 gil <puntogil@libero.it> 1.0.0-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user