]> git.pld-linux.org Git - packages/libjpeg.git/commitdiff
- crop is not a patch, bconding it because it is hard to verify what it
authorwrobell <wrobell@pld-linux.org>
Wed, 18 May 2005 12:49:37 +0000 (12:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  does

Changed files:
    libjpeg.spec -> 1.53

libjpeg.spec

index 01eb6e3541db57dbc8da2fee12d36af656bd0af5..b2640211eb047b95934cabe62027e82b31bbd994 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+%bcond_with    crop    # "apply" crop pseudo-patch
+#
 Summary:       Library for handling different jpeg files
 Summary(de):   Library zum Verarbeiten verschiedener jpeg-Dateien
 Summary(es):   Biblioteca para manipulaciĆ³n de diferentes archivos jpegs
@@ -176,7 +180,9 @@ Bibliotecas est
 %patch2 -p1
 %patch3 -p1
 
+%if %{with crop}
 gzip -dc %{SOURCE2} | tar xf -
+%endif
 
 %build
 cp -f %{_datadir}/libtool/config.sub .
This page took 0.032035 seconds and 4 git commands to generate.