2007-01-15 23:50:25 +01:00
|
|
|
#
|
2011-09-18 20:56:15 +02:00
|
|
|
# spec file for package SDL_net
|
2007-01-15 23:50:25 +01:00
|
|
|
#
|
2013-08-13 13:42:57 +02:00
|
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:50:25 +01:00
|
|
|
#
|
2009-03-02 01:30:21 +01:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-15 23:50:25 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: SDL_net
|
2009-05-28 23:51:36 +02:00
|
|
|
BuildRequires: libSDL-devel
|
2009-03-02 01:30:21 +01:00
|
|
|
Url: http://www.libsdl.org/projects/SDL_net/
|
2013-08-13 13:42:57 +02:00
|
|
|
Version: 1.2.8
|
|
|
|
Release: 0
|
2009-05-28 23:51:36 +02:00
|
|
|
Summary: Simple DirectMedia Layer - Networking Library
|
2013-08-13 13:42:57 +02:00
|
|
|
License: LGPL-2.1+
|
|
|
|
Group: System/Libraries
|
|
|
|
# removed VisualC, Xcode, Xcode-iOS and Watcom-OS2.zip from the upstream tarball [bnc#508084]
|
|
|
|
Source: %{name}-%{version}-repack.tar.bz2
|
2010-02-19 16:26:49 +01:00
|
|
|
Source2: baselibs.conf
|
2007-01-15 23:50:25 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
This is a small cross-platform networking library for use with SDL.
|
|
|
|
|
2009-05-28 23:51:36 +02:00
|
|
|
%package -n libSDL_net-1_2-0
|
|
|
|
Summary: Simple DirectMedia Layer - Networking Library
|
2013-08-13 13:42:57 +02:00
|
|
|
Group: System/Libraries
|
2009-05-28 23:51:36 +02:00
|
|
|
Provides: SDL_net = %{version}
|
2009-10-08 02:18:04 +02:00
|
|
|
Obsoletes: SDL_net <= %{version}
|
2007-03-03 14:36:39 +01:00
|
|
|
|
2009-05-28 23:51:36 +02:00
|
|
|
%description -n libSDL_net-1_2-0
|
|
|
|
This is a small cross-platform networking library for use with SDL.
|
|
|
|
|
|
|
|
%package -n libSDL_net-devel
|
|
|
|
Summary: Simple DirectMedia Layer - Networking Library
|
|
|
|
Group: Development/Libraries/C and C++
|
2013-08-13 13:42:57 +02:00
|
|
|
Requires: libSDL-devel
|
|
|
|
Requires: libSDL_net-1_2-0 = %{version}
|
2009-05-28 23:51:36 +02:00
|
|
|
Provides: SDL_net-devel = %{version}
|
2009-10-08 02:18:04 +02:00
|
|
|
Obsoletes: SDL_net-devel <= %{version}
|
2009-05-28 23:51:36 +02:00
|
|
|
|
|
|
|
%description -n libSDL_net-devel
|
2007-03-03 14:36:39 +01:00
|
|
|
This is a small cross-platform networking library for use with SDL.
|
|
|
|
|
2007-01-15 23:50:25 +01:00
|
|
|
%prep
|
2007-03-03 14:36:39 +01:00
|
|
|
%setup -q
|
2007-01-15 23:50:25 +01:00
|
|
|
|
|
|
|
%build
|
2009-03-02 01:30:21 +01:00
|
|
|
%configure --disable-static --with-pic
|
2011-07-05 02:09:24 +02:00
|
|
|
make %{?_smp_mflags}
|
2007-01-15 23:50:25 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
2009-03-02 01:30:21 +01:00
|
|
|
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
2007-01-15 23:50:25 +01:00
|
|
|
|
2009-05-28 23:51:36 +02:00
|
|
|
%post -n libSDL_net-1_2-0 -p /sbin/ldconfig
|
2007-01-15 23:50:25 +01:00
|
|
|
|
2009-05-28 23:51:36 +02:00
|
|
|
%postun -n libSDL_net-1_2-0 -p /sbin/ldconfig
|
2007-01-15 23:50:25 +01:00
|
|
|
|
2009-05-28 23:51:36 +02:00
|
|
|
%files -n libSDL_net-1_2-0
|
2007-01-15 23:50:25 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc CHANGES COPYING README
|
2007-03-03 14:36:39 +01:00
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
|
2009-05-28 23:51:36 +02:00
|
|
|
%files -n libSDL_net-devel
|
2007-03-03 14:36:39 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/SDL/*
|
|
|
|
%{_libdir}/lib*.so
|
2013-08-13 13:42:57 +02:00
|
|
|
%{_libdir}/pkgconfig/SDL_net.pc
|
2007-03-03 14:36:39 +01:00
|
|
|
|
|
|
|
%changelog
|