]> git.pld-linux.org Git - packages/SDL_image.git/commitdiff
- added ac_fixes patch - now ac/am/lt files can be fully regenerated.
authorkloczek <kloczek@pld-linux.org>
Sun, 2 Dec 2001 08:13:30 +0000 (08:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL_image.spec -> 1.25

SDL_image.spec

index d8bf9587b914429695a5985b0693d709acb2d936..3f914c4096319b38f15be34b9ba112f3e5a109cd 100644 (file)
@@ -14,10 +14,14 @@ Group(ru):  
 Group(uk):     â¦Â̦ÏÔÅËÉ
 Source0:       http://www.libsdl.org/projects/SDL_image/release/%{name}-%{version}.tar.gz
 URL:           http://www.libsdl.org/projects/SDL_image/
+Patch0:                %{name}-ac_fixes.patch
 BuildRequires: SDL-devel >= 1.2.0
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: libjpeg-devel
 BuildRequires: libpng >= 1.0.8
 BuildRequires: libtiff-devel
+BuildRequires: libtool
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -74,9 +78,15 @@ Statyczne biblioteki SDL_image.
 
 %prep
 %setup -q 
+%patch0 -p1
 
 %build
-%configure2_13 \
+rm -f missing acinclude.m4
+libtoolize --copy --force
+aclocal
+autoconf
+automake -a -c
+%configure \
        --enable-bmp \
        --enable-gif \
        --enable-jpg \
@@ -91,6 +101,7 @@ Statyczne biblioteki SDL_image.
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
+
 mv -f $RPM_BUILD_ROOT%{_bindir}/showimage $RPM_BUILD_ROOT%{_bindir}/sdlshow
 
 gzip -9nf README CHANGES
This page took 0.039767 seconds and 4 git commands to generate.