Name: libx86emu Summary: A small x86 emulation library Version: 1.1 Release: 1.n0i.1%{?dist} License: BSD Group: System Environment/Libraries URL: http://download.opensuse.org/factory/repo/src-oss/suse/src/ Source: libx86emu-1.1.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExclusiveArch: %ix86 x86_64 %description A small x86 emulation library with focus of easy usage and extended execution logging functions. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %version %description devel Development package for %{name}. %prep %setup -q %build %{__make} LIBDIR=%{_libdir} %install %{__rm} -rf %{buildroot} %{__install} -d -m 755 %{buildroot}%{_libdir} %{__make} install DESTDIR=%{buildroot} LIBDIR=%{_libdir} %clean %{__rm} -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %doc README LICENSE Changelog %{_libdir}/*.so.* %files devel %defattr(-,root,root) %{_libdir}/*.so %{_includedir}/* %changelog * Fri Jan 29 2010 Marius FERARU - 1.1-1.n0i.1 - initial Fedorization of this SUSE package ;-)