]> git.pld-linux.org Git - packages/SDL_net.git/blobdiff - SDL_net.spec
- rel 3
[packages/SDL_net.git] / SDL_net.spec
index 32acbd357a7ef4fd10c3f029fa62fc29d40b5843..0a1b69e7ef9efae68ccae286f01a5f4d0442fe6f 100644 (file)
@@ -1,18 +1,20 @@
 Summary:       Simple DirectMedia Layer - network
-Summary(pl):   Biblioteka obs³ugi sieci w SDL
+Summary(pl.UTF-8):     Biblioteka obsługi sieci w SDL
+Summary(pt_BR.UTF-8):  Simple DirectMedia Layer - Biblioteca de rede portável
 Name:          SDL_net
-Version:       1.2.4
+Version:       1.2.7
 Release:       3
-License:       LGPL
+License:       LGPL v2+
 Group:         Libraries
 Source0:       http://www.libsdl.org/projects/SDL_net/release/%{name}-%{version}.tar.gz
+# Source0-md5: 6bd4662d1423810f3140d4da21b6d912
 URL:           http://www.libsdl.org/projects/SDL_net/
 BuildRequires: SDL-devel >= 1.2.5-2
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     libSDL_net1.2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This is an example portable network library for use with SDL. Note
@@ -20,71 +22,85 @@ 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.
 
-%description -l pl
-Przyk³adowa biblioteka obs³ugi sieci korzystaj±ca z SDL.
+%description -l pl.UTF-8
+Przykładowa biblioteka obsługi sieci korzystająca z SDL.
+
+%description -l pt_BR.UTF-8
+Esta é uma biblioteca portável de rede para uso com o SDL.
 
 %package devel
 Summary:       Header files and more to develop SDL_net applications
-Summary(pl):   Pliki nag³ówkowe do rozwijania aplikacji u¿ywaj±cych SDL_net
+Summary(pl.UTF-8):     Pliki nagłówkowe do rozwijania aplikacji używających SDL_net
+Summary(pt_BR.UTF-8):  Cabeçalhos para desenvolver programas utilizando a SDL_net
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
-Requires:      SDL-devel
+Requires:      %{name} = %{version}-%{release}
+Requires:      SDL-devel >= 1.2.5-2
 Obsoletes:     libSDL_net1.2-devel
 
 %description devel
-Header files and more to develop SDL_net applications.
+This package contains the headers that programmers will need to
+develop applications which will use SDL_net.
 
-%description -l pl devel
-Pliki nag³ówkowe do rozwijania aplikacji u¿ywaj±cych SDL_net.
+%description devel -l pl.UTF-8
+Pakiet ten zawiera pliki nagłówkowepotzrebne przy rozwijania aplikacji
+używających SDL_net.
+
+%description devel -l pt_BR.UTF-8
+Este pacote contém os cabeçalhos que programadores vão precisar para
+desenvolver aplicações utilizando a SDL_net.
 
 %package static
 Summary:       Static SDL_net libraries
-Summary(pl):   Statyczne biblioteki SDL_net
+Summary(pl.UTF-8):     Statyczne biblioteki SDL_net
+Summary(pt_BR.UTF-8):  Biblioteca estática para desenvolvimento utilizando a SDL_net
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Statis SDL_net libraries.
 
-%description -l pl static
+%description static -l pl.UTF-8
 Statyczne biblioteki SDL_net.
 
+%description static -l pt_BR.UTF-8
+Este pacote contém a biblioteca estática que programadores vão
+precisar para desenvolver aplicações linkados estaticamente com a
+SDL_net.
+
 %prep
-%setup -q 
+%setup -q
 
 %build
-#rm -f missing
-#%%{__libtoolize}
-#%%{__aclocal}
+%{__libtoolize}
+%{__aclocal}
 %{__autoconf}
-#%%{__automake}
+%{__automake}
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-
-gzip -9nf README
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post   -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%doc CHANGES README
+%attr(755,root,root) %{_libdir}/libSDL_net-*.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc README.gz
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_includedir}/SDL/*
+%attr(755,root,root) %{_libdir}/libSDL_net.so
+%{_libdir}/libSDL_net.la
+%{_includedir}/SDL/SDL_net.h
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libSDL_net.a
This page took 0.094791 seconds and 4 git commands to generate.