]> git.pld-linux.org Git - packages/SDL_image.git/commitdiff
- dropped libpng 1.2.2 compat
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 27 Jun 2003 14:42:35 +0000 (14:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL_image.spec -> 1.47

SDL_image.spec

index 402a05322f47afc06d183a84281e6a050c4f968d..ede26085587bfd28a248e6ec0fb798469912f748 100644 (file)
@@ -79,10 +79,7 @@ rm -f missing acinclude.m4
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-if [ -f %{_pkgconfigdir}/libpng12.pc ] ; then
-       CPPFLAGS="`pkg-config libpng12 --cflags`"
-fi
-%configure CPPFLAGS="$CPPFLAGS" \
+%configure \
        --enable-bmp \
        --enable-gif \
        --enable-jpg \
@@ -101,12 +98,12 @@ install -d $RPM_BUILD_ROOT%{_bindir}
 
 install showimage $RPM_BUILD_ROOT%{_bindir}/sdlshow
 
-%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) %{_bindir}/*
This page took 0.037821 seconds and 4 git commands to generate.