forked from pool/SDL_net
This commit is contained in:
parent
e8443c4f8a
commit
738597b1a6
@ -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
|
|
@ -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
3
SDL_net-1.2.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dded12bc8ee8928b8f3cc448f9844f4f40327a18e1413ac0b258d3fb05f68c5b
|
||||||
|
size 277831
|
@ -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
|
Sun Jul 22 18:56:54 CEST 2007 - aj@suse.de
|
||||||
|
|
||||||
|
19
SDL_net.spec
19
SDL_net.spec
@ -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.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
License: LGPL v2 or later
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 1.2.6
|
Version: 1.2.7
|
||||||
Release: 36
|
Release: 1
|
||||||
Summary: Simple DirectMedia Layer--Networking Library
|
Summary: Simple DirectMedia Layer--Networking Library
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch: %{name}-%{version}-makefile.diff
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -53,11 +52,8 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
rm *.m4
|
|
||||||
autoreconf --force --install
|
|
||||||
%configure
|
%configure
|
||||||
make %{?jobs:-j %jobs}
|
make %{?jobs:-j %jobs}
|
||||||
|
|
||||||
@ -67,11 +63,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
|
||||||
%postun
|
%postun -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -85,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Jul 22 2007 - aj@suse.de
|
||||||
- Cleanup build requires.
|
- Cleanup build requires.
|
||||||
* Fri Mar 02 2007 - prusnak@suse.cz
|
* Fri Mar 02 2007 - prusnak@suse.cz
|
||||||
|
Loading…
Reference in New Issue
Block a user