SHA256
1
0
forked from pool/SDL_net
SDL_net/SDL_net.spec

95 lines
2.3 KiB
RPMSpec

#
# 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 <slouken@devolution.com>
Roy Wood <roy@centricsystems.ca>
Masahiro Minami <elsur@aaa.letter.co.jp>
%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 <kdelibs-artsd> to <kdelibs3-artsd>
* Tue Aug 07 2001 - uli@suse.de
- initial package