]> git.pld-linux.org Git - packages/SDL_gfx.git/commitdiff
- pl description SDL_gfx-2_0_3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Apr 2002 21:55:52 +0000 (21:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL_gfx.spec -> 1.2

SDL_gfx.spec

index ae37179d41e395b8aa09bb07cd43febd7e732932..a016189ba524369048d8d9d4ca8dc533d1730205 100644 (file)
@@ -24,19 +24,29 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 The SDL_gfx library evolved out of the SDL_gfxPrimitives code.
 
 The current components of the SDL_gfx library are:
+- Graphic Primitives (SDL_gfxPrimitves.h)
+- Rotozoomer (SDL_rotozoom.h)
+- Framerate control (SDL_framerate.h)
+- MMX image filters (SDL_imageFilter.h)
 
-    - Graphic Primitives (SDL_gfxPrimitves.h)
-    - Rotozoomer (SDL_rotozoom.h)
-    - Framerate control (SDL_framerate.h)
-    - MMX image filters (SDL_imageFilter.h)
-
-The library is backwards compatible to the above mentioned code. Its
+The library is backwards compatible to the above mentioned code. It's
 is written in plain C and can be used in C++ code.
 
+%description -l pl
+Biblioteka SDL_gfx wyewoluowa³a z kodu SDL_gfxPrimitives.
+
+Aktualnie SDL_gfx zawiera nastêpuj±ce komponenty:
+- prymitywy graficzne (SDL_gfxPrimitives.h)
+- Rotozoomer (SDL_rotozoom.h)
+- kontrola szybko¶ci rysowania obrazu (SDL_framerate.h)
+- filtry obrazów u¿ywaj±ce MMX (SDL_imageFilter.h).
+
+Biblioteka jest wstecznie kompatybilna z wy¿ej wspomnianym kodem. Jest
+napisana w czystym C, mo¿e te¿ byæ u¿ywana w kodzie C++.
 
 %package devel
-Summary:       Header files and more to develop SDL_gfx applications.
-Summary(pl):   Pliki nag³ówkowe do rozwijania aplikacji u¿ywaj±cych SDL_gfx.
+Summary:       Header files and more to develop SDL_gfx applications
+Summary(pl):   Pliki nag³ówkowe do rozwijania aplikacji u¿ywaj±cych SDL_gfx
 Group:         Development/Libraries
 Requires:      %{name} = %{version}
 Requires:      SDL-devel
@@ -78,12 +88,12 @@ rm -rf $RPM_BUILD_ROOT
 
 gzip -9nf README AUTHORS ChangeLog
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
This page took 0.158394 seconds and 4 git commands to generate.