]> git.pld-linux.org Git - packages/SDL_net.git/commitdiff
- completly rewrited in PLD style. SDL_net-1_1_1-1
authorkloczek <kloczek@pld-linux.org>
Sun, 2 Jul 2000 20:36:32 +0000 (20:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL_net.spec -> 1.2

SDL_net.spec

index 3f39274b24659ca0a7fda334dd2b3a1683f71df4..34363189d23acf0f9cb04898240a71801a89dba6 100644 (file)
@@ -1,93 +1,76 @@
-%define name SDL_net
-%define version 1.0.2
-%define release 1mdk
-
-Summary: Simple DirectMedia Layer - network
-Name: %{name}
-Version: %{version}
-Release: %{release}
-Source0: %{name}-%{version}.tar.bz2
-Patch0: SDL_net-1.0.1-newm4libtoolize.patch.bz2
-Copyright: LGPL
-Group: System/Libraries
-BuildRoot: %{_tmppath}/%{name}-buildroot
-URL: http://www.devolution.com/~slouken/SDL/projects/SDL_net/
-Prefix: %{_prefix}
-Requires: SDL >= 1.0
+Summary:       Simple DirectMedia Layer - network
+Name:          SDL_net
+Version:       1.1.1
+Release:       1
+License:       LGPL
+Group:         Libraries
+Source0:       http://www.libsdl.org/projects/SDL_net/src/%{name}-%{version}.tar.gz
+URL:           http://www.devolution.com/~slouken/SDL/projects/SDL_net/
+BuildRequires: SDL-devel >= 1.0.1
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This is an example portable network library for use with SDL. Note that this
-isn't necessarily how you would want to write a chat program, but it
-demonstrates how to use the basic features of the network and GUI libraries.
+This is an example portable network library for use with SDL. Note
+that this isn't necessarily how you would want to write a chat
+program, but it demonstrates how to use the basic features of the
+network and GUI libraries.
 
 %package devel
-Summary: Libraries, includes and more to develop SDL applications.
-Group: Development/C
-Requires: %{name}
-Requires: SDL-devel
+Summary:       Header files and more to develop SDL_net applications
+Group:         Development/Libraries
+Group(fr):     Development/Librairies
+Group(pl):     Programowanie/Biblioteki
+Requires:      %{name} = %{version}
+Requires:      SDL-devel
 
 %description devel
-This is an example portable network library for use with SDL. Note that this
-isn't necessarily how you would want to write a chat program, but it
-demonstrates how to use the basic features of the network and GUI libraries.
+Header files and more to develop SDL_net applications.
 
-The API can be found in the file SDL_net.h
+%package static
+Summary:       Statis SDL_net libraries
+Group:         Development/Libraries
+Group(fr):     Development/Librairies
+Group(pl):     Programowanie/Biblioteki
+Requires:      %{name}-devel = %{version}
 
-%prep
-rm -rf ${RPM_BUILD_ROOT}
+%description static
+Statis SDL_net libraries.
 
-%setup 
-%patch0 -p1
+%prep
+%setup -q 
 
 %build
-aclocal
-autoconf
+LDFLAGS="-s"; export LDFLAGS
 %configure
-make
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
+
+gzip -9nf README
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-
+%post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
+%defattr(644,root,root,755)
 %doc README COPYING
-%{prefix}/lib/lib*.so.*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
-%defattr(-,root,root)
-%doc README COPYING
-%{prefix}/lib/*a
-%{prefix}/include/SDL/
-%{prefix}/lib/lib*.so
-
-%changelog
-* Fri Jun 23 2000 Lenny Cartier <lenny@mandrakesoft.com> 1.0.2-1mdk
-- v1.0.2
-
-* Tue Jun 20 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 1.0.1-5mdk
-- Use makeinstall macros.
-
-* Tue May 23 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 1.0.1-4mdk
-- Fix m4 macros with new libtoolize.
-- Use configure macro.
-
-* Tue Apr 11 2000 Guillaume Cottenceau <gc@mandrakesoft.com> 1.0.1-2mdk
-- added url
-- fixed group
-- some minor package build fixes
-- built against stable SDL version, previous was using 1.1.x devel
-
-* Fri Feb 11 2000 Lenny Cartier <lenny@mandrakesoft.com>
-- new in contribs
-- used srpm provided by Hakan Tandogan <hakan@iconsult.com> 
-
-* Sun Jan 16 2000 Hakan Tandogan <hakan@iconsult.com>
-- initial spec file
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/lib*.la
+%{_includedir}/SDL/*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 0.11016 seconds and 4 git commands to generate.