]> git.pld-linux.org Git - packages/SDL_image.git/blobdiff - SDL_image.spec
- release 3.
[packages/SDL_image.git] / SDL_image.spec
index 44e2d0be065e34a59656f2b9d60fb48ebe8e1806..19b5ed9e8538bde98bff75b78e8d553565537a0c 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl):    Przyk
 Summary(pt_BR):        Simple DirectMedia Layer - Biblioteca exemplo para carga de Imagens
 Name:          SDL_image
 Version:       1.2.2
-Release:       1
+Release:       3
 License:       LGPL
 Group:         Libraries
 Source0:       http://www.libsdl.org/projects/SDL_image/release/%{name}-%{version}.tar.gz
@@ -78,8 +78,8 @@ Bibliotecas est
 rm -f missing acinclude.m4
 libtoolize --copy --force
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 if [ -f %{_pkgconfigdir}/libpng12.pc ] ; then
        CPPFLAGS="`pkg-config libpng12 --cflags`"
 fi
@@ -116,8 +116,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc *.gz
+%doc {README,CHANGES}.gz
 %attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/lib*.la
 %{_includedir}/SDL/*
 
 %files static
This page took 0.070146 seconds and 4 git commands to generate.