Name: libSDL_console Version: 2.1 Release: 5mamba Summary: The power of Quake as a library for SDL Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://sdlconsole.sourceforge.net/ Source: http://downloads.sourceforge.net/sourceforge/sdlconsole/sdlconsole-%{version}.tar.gz License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libSDL-devel BuildRequires: libSDL_image-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot %description SDL_Console is a console that can be added to any SDL application. It is similar to Quake and other games consoles. A console is meant to be a very simple way of interacting with a program and executing commands. You can also have more than one console at a time. This is the libraries and include files you can use to develop SDL_Console applications. %package devel Summary: Libraries, includes and more to develop SDL_console applications Group: Development/Libraries Requires: %{name} = %{version} %description devel SDL_Console is a console that can be added to any SDL application. This is the libraries and include files you can use to develop SDL_Console applications. %prep %setup -q -n sdlconsole-%{version} %build %configure \ --prefix=%{_prefix} \ --disable-gui %make %{_smp_mflags} %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} %makeinstall DESTDIR=%{buildroot} %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} %files %defattr(-,root,root) %{_libdir}/*.so.* %doc README NEWS COPYING %files devel %defattr(-,root,root) %{_libdir}/*.a %{_libdir}/*.la %{_libdir}/*.so %{_includedir}/SDL_console/*.h %changelog * Mon Aug 19 2013 Automatic Build System 2.1-5mamba - automatic rebuild by autodist * Tue Jul 15 2008 gil 2.1-4mamba - rebuild * Thu Oct 26 2006 Silvan Calarco 2.1-3qilnx - rebuilt * Thu Nov 11 2004 Davide Madrisan 2.1-2qilnx - rebuild and moved to devel official QiLinux repository - added the devel package * Wed Sep 08 2004 Matteo Bernasconi 2.1-1qilnx - first build