]> git.pld-linux.org Git - packages/SDL_image.git/commitdiff
- spec adapterized.
authorkloczek <kloczek@pld-linux.org>
Wed, 17 May 2000 00:36:13 +0000 (00:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL_image.spec -> 1.12

SDL_image.spec

index 546da473c8c78767901a4f3c6dda172cc2ab9533..bd6c2284cf5383feaa96f405a0177bca4c9f93f4 100644 (file)
@@ -13,13 +13,14 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _prefix         /usr/X11R6
 
 %description
-This is a simple library to load images of various formats as SDL surfaces.
-This library currently supports BMP, PPM, PCX, GIF, JPEG, and PNG formats.
+This is a simple library to load images of various formats as SDL
+surfaces. This library currently supports BMP, PPM, PCX, GIF, JPEG,
+and PNG formats.
 
 %description -l pl
-jest to prosta biblioteka s³u¿±ca do ³adowania ró¿nego formtu obrazków jako
-powierzchni SDL. W chwili obecnej biblioteka obs³uguje nastepuj±ce formaty:
-BMP, PPM, PCX, GIF, JPEG oraz PNG.
+jest to prosta biblioteka s³u¿±ca do ³adowania ró¿nego formtu obrazków
+jako powierzchni SDL. W chwili obecnej biblioteka obs³uguje
+nastepuj±ce formaty: BMP, PPM, PCX, GIF, JPEG oraz PNG.
 
 %package devel
 Summary:       Header files and more to develop SDL_image applications
@@ -84,4 +85,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/SDL/*
 
 %files static
-%attr(644,root,root) %{_libdir}/lib*.a
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 0.051818 seconds and 4 git commands to generate.