SHA256
1
0
forked from pool/SDL_net
OBS User unknown 2007-07-27 00:09:33 +00:00 committed by Git OBS Bridge
parent e8443c4f8a
commit 738597b1a6
5 changed files with 17 additions and 23 deletions

View File

@ -1,9 +0,0 @@
--- Makefile.am
+++ Makefile.am
@@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba76f093d31f5848a4849d72aafec8c0872da03931261b6372fd89f11c2053d8
size 288210

3
SDL_net-1.2.7.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dded12bc8ee8928b8f3cc448f9844f4f40327a18e1413ac0b258d3fb05f68c5b
size 277831

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 25 18:11:19 CEST 2007 - prusnak@suse.cz
- updated to 1.2.7
* set server TCP sockets to blocking mode
-------------------------------------------------------------------
Sun Jul 22 18:56:54 CEST 2007 - aj@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package SDL_net (Version 1.2.6)
# spec file for package SDL_net (Version 1.2.7)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -16,11 +16,10 @@ URL: http://www.libsdl.org/projects/SDL_net/
License: LGPL v2 or later
Group: Development/Libraries/X11
Autoreqprov: on
Version: 1.2.6
Release: 36
Version: 1.2.7
Release: 1
Summary: Simple DirectMedia Layer--Networking Library
Source: %{name}-%{version}.tar.bz2
Patch: %{name}-%{version}-makefile.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -53,11 +52,8 @@ Authors:
%prep
%setup -q
%patch
%build
rm *.m4
autoreconf --force --install
%configure
make %{?jobs:-j %jobs}
@ -67,11 +63,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%post
%run_ldconfig
%post -p /sbin/ldconfig
%postun
%run_ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -85,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/lib*.so
%changelog
* Wed Jul 25 2007 - prusnak@suse.cz
- updated to 1.2.7
* set server TCP sockets to blocking mode
* Sun Jul 22 2007 - aj@suse.de
- Cleanup build requires.
* Fri Mar 02 2007 - prusnak@suse.cz