# # spec file for package SDL_net (Version 1.2.6) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: SDL_net BuildRequires: SDL-devel gcc-c++ xorg-x11 URL: http://www.libsdl.org/projects/SDL_net/ License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: Development/Libraries/X11 Autoreqprov: on Version: 1.2.6 Release: 1 Summary: Simple DirectMedia Layer--Networking Library Source: %{name}-%{version}.tar.bz2 Patch: %{name}-%{version}-makefile.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This is a small cross-platform networking library for use with SDL. Authors: -------- Sam Lantinga Roy Wood Masahiro Minami %package devel Summary: Simple DirectMedia Layer--Networking Library Group: Development/Libraries/X11 Requires: %{name} = %{version} SDL-devel libstdc++-devel %description devel This is a small cross-platform networking library for use with SDL. Authors: -------- Sam Lantinga Roy Wood Masahiro Minami %prep %setup -q %patch %build rm *.m4 autoreconf --force --install %configure make %{?jobs:-j %jobs} %install make DESTDIR=$RPM_BUILD_ROOT install %clean rm -rf $RPM_BUILD_ROOT %post %run_ldconfig %postun %run_ldconfig %files %defattr(-,root,root) %doc CHANGES COPYING README %{_libdir}/lib*.so.* %files devel %defattr(-,root,root) %{_includedir}/SDL/* %{_libdir}/lib*.*a %{_libdir}/lib*.so %changelog * Fri Mar 02 2007 - prusnak@suse.cz - cleaned spec file * Thu Feb 22 2007 - prusnak@suse.cz - updated to 1.2.6 - created devel subpackage * Thu Oct 26 2006 - sndirsch@suse.de - removed wrong 'extra ;' in SDL_net.h (Bug #214645) * Fri Jan 27 2006 - nadvornik@suse.cz - fixed BuildRequires * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Sat Jan 10 2004 - adrian@suse.de - add %%defattr and %%run_ldconfig * Fri Jul 25 2003 - nadvornik@suse.cz - updated to 1.2.5 - added buildroot * Mon Dec 16 2002 - ro@suse.de - fix build with automake, use "AUTOMAKE_OPTIONS = foreign" * Mon Sep 02 2002 - uli@suse.de - use %%_libdir (bug #18726) * Thu Jun 13 2002 - uli@suse.de - update -> 1.2.4 (bugfixes) * Wed Jun 12 2002 - ro@suse.de - run autoreconf (fixes build on ppc64) * Tue Jan 22 2002 - ro@suse.de - changed neededforbuild to * Tue Aug 07 2001 - uli@suse.de - initial package