commit 5d4c8293069b5a430da379f9c3e4ed932762d7c112576bf921d9f23e4276bc26 Author: OBS User unknown Date: Mon Jan 15 22:50:25 2007 +0000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_net?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/SDL_net-1.2.5.dif b/SDL_net-1.2.5.dif new file mode 100644 index 0000000..0c38081 --- /dev/null +++ b/SDL_net-1.2.5.dif @@ -0,0 +1,20 @@ +--- Makefile.am ++++ Makefile.am 2002/12/16 16:48:20 +@@ -1,5 +1,5 @@ + # Makefile.am for the SDL sample image loading library and viewer +- ++AUTOMAKE_OPTIONS = foreign + lib_LTLIBRARIES = libSDL_net.la + + libSDL_netincludedir = $(includedir)/SDL +--- /usr/include/SDL/SDL_net.h 2006-09-24 11:06:01.000000000 +0300 ++++ SDL_net.h 2006-09-24 10:24:02.000000000 +0300 +@@ -413,7 +413,7 @@ + #endif + /* Ends C function definitions when using C++ */ + #ifdef __cplusplus +-}; ++} + #endif + #include "close_code.h" + diff --git a/SDL_net-1.2.5.tar.bz2 b/SDL_net-1.2.5.tar.bz2 new file mode 100644 index 0000000..4505d21 --- /dev/null +++ b/SDL_net-1.2.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3d7d0aac49f4c884d8ae46bc7f7b93717ae00ea95f8222f4ef1b4d88cdc1b4 +size 152170 diff --git a/SDL_net.changes b/SDL_net.changes new file mode 100644 index 0000000..88e3d0d --- /dev/null +++ b/SDL_net.changes @@ -0,0 +1,56 @@ +------------------------------------------------------------------- +Thu Oct 26 11:17:41 CEST 2006 - sndirsch@suse.de + +- removed wrong 'extra ;' in SDL_net.h (Bug #214645) + +------------------------------------------------------------------- +Fri Jan 27 10:46:06 CET 2006 - nadvornik@suse.cz + +- fixed BuildRequires + +------------------------------------------------------------------- +Wed Jan 25 21:33:57 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Sat Jan 10 21:45:49 CET 2004 - adrian@suse.de + +- add %defattr and %run_ldconfig + +------------------------------------------------------------------- +Fri Jul 25 12:29:04 CEST 2003 - nadvornik@suse.cz + +- updated to 1.2.5 +- added buildroot + +------------------------------------------------------------------- +Mon Dec 16 17:48:41 CET 2002 - ro@suse.de + +- fix build with automake, use "AUTOMAKE_OPTIONS = foreign" + +------------------------------------------------------------------- +Mon Sep 2 14:36:43 CEST 2002 - uli@suse.de + +- use %_libdir (bug #18726) + +------------------------------------------------------------------- +Thu Jun 13 14:15:36 CEST 2002 - uli@suse.de + +- update -> 1.2.4 (bugfixes) + +------------------------------------------------------------------- +Wed Jun 12 00:28:08 CEST 2002 - ro@suse.de + +- run autoreconf (fixes build on ppc64) + +------------------------------------------------------------------- +Tue Jan 22 18:23:53 CET 2002 - ro@suse.de + +- changed neededforbuild to + +------------------------------------------------------------------- +Tue Aug 7 16:53:11 CEST 2001 - uli@suse.de + +- initial package + diff --git a/SDL_net.spec b/SDL_net.spec new file mode 100644 index 0000000..82d4f59 --- /dev/null +++ b/SDL_net.spec @@ -0,0 +1,94 @@ +# +# spec file for package SDL_net (Version 1.2.5) +# +# Copyright (c) 2006 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 +#Requires: xforms +Autoreqprov: on +Version: 1.2.5 +Release: 250 +Summary: Simple DirectMedia Layer--Networking Library +Source: %{name}-%{version}.tar.bz2 +Patch: %{name}-%{version}.dif +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 + +%prep +%setup +%patch + +%build +rm *.m4 +autoreconf --force --install +CXXFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%_libdir +make + +%install +rm -rf $RPM_BUILD_ROOT +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 +/usr/include/SDL/SDL_net.h +%_libdir/libSDL_net-1.2.so.0 +%_libdir/libSDL_net-1.2.so.0.* +%_libdir/libSDL_net.a +%_libdir/libSDL_net.la +%_libdir/libSDL_net.so + +%changelog -n SDL_net +* 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 diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4