]> git.pld-linux.org Git - packages/libjpeg.git/commitdiff
- fixed make test libjpeg-6b-14
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 7 Apr 2000 12:16:16 +0000 (12:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added URL
- increased D_MAX_BLOCKS_IN_MCU to 64 to allow reading jpegs in ps && pdf
  files by ghostscript interpreter
- release++

Changed files:
    libjpeg.spec -> 1.26

libjpeg.spec

index f2756cbcb0d00683d5ec7e66047ba9577aed11b1..64acf4b3ecb1805aab6ae0236db12614009b3c38 100644 (file)
@@ -5,11 +5,12 @@ Summary(pl):  Biblioteki do manipulacji plikami w r
 Summary(tr):   jpeg resimlerini iþleme kitaplýðý
 Name:          libjpeg
 Version:       6b
-Release:       13
+Release:       14
 Copyright:     distributable
 Group:         Libraries
 Group(pl):     Biblioteki
 Source:                ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v%{version}.tar.gz
+URL:           http://www.ijg.org/
 Patch0:                libjpeg-DESTDIR.patch
 Patch1:                libjpeg-arm.patch
 BuildRequires: libtool
@@ -112,14 +113,15 @@ Statyczna bibliteka libjpeg.
 %patch1 -p1
 
 %build
-cp -f /usr/share/libtool/config.sub .
+cp -f %{_datadir}/libtool/config.sub .
 LDFLAGS="-s"; export LDFLAGS
+CFLAGS="-DD_MAX_BLOCKS_IN_MCU=64"; export CFLAGS
 %configure \
        --enable-shared \
        --enable-static
 
 make
-LD_LIBRARY_PATH=$PWD make test
+LD_PRELOAD=$PWD/.libs/%{name}.so make test
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.033675 seconds and 4 git commands to generate.