%global __strip %{_mingw32_strip} %global __objdump %{_mingw32_objdump} %global _use_internal_dependency_generator 0 %global __find_requires %{_mingw32_findrequires} %global __find_provides %{_mingw32_findprovides} Name: mingw32-spice-protocol Version: 0.5.3 Release: 2%{?dist} Summary: Spice protocol header files Group: Development/Libraries License: BSD URL: http://www.spice-space.org/ Source0: http://www.spice-space.org/download/releases/spice-protocol-%{version}.tar.gz BuildArch: noarch BuildRequires: mingw32-filesystem >= 49 Requires: pkgconfig %description Header files describing the spice protocol and the para-virtual graphics card QXL. %prep %setup -q -n spice-protocol-%{version} %build %{_mingw32_configure} make %install make DESTDIR=%{buildroot} install %files %defattr(-, root, root, -) %doc COPYING NEWS %{_mingw32_includedir}/spice-1 %{_mingw32_datadir}/pkgconfig/spice-protocol.pc %changelog * Tue Aug 3 2010 Gerd Hoffmann - 0.5.3-2 - Update to version 0.5.3. - Change %%define to %%global. - Drop build dependencies which are not needed. * Tue Jul 13 2010 Gerd Hoffmann - 0.5.2-1 - Initial package.