]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blobdiff - libtiff/libtiff.nm
libsemanage: Make package work on x86_64.
[people/arne_f/ipfire-3.x.git] / libtiff / libtiff.nm
index 876d121e1f71a16659b6a185bf217d40b3f95855..1d62064519f7550d3859909ce21fe4012bb23167 100644 (file)
@@ -4,23 +4,23 @@
 ###############################################################################
 
 name       = libtiff
-version    = 4.0.0beta7
+version    = 4.0.1
 release    = 1
+thisapp    = tiff-%{version}
 
 groups     = System/Libraries
-url        = http://www.libtiff.org
+url        = http://www.remotesensing.org/libtiff/
 license    = libtiff ( own )
 summary    = Library of functions for manipulating TIFF format image files.
 
 description
-       The libtiff package contains a library of functions for manipulating \
-       TIFF (Tagged Image File Format) image format files.  TIFF is a widely \
-       used file format for bitmapped images.  TIFF files usually end in the \
+       The libtiff package contains a library of functions for manipulating
+       TIFF (Tagged Image File Format) image format files.  TIFF is a widely
+       used file format for bitmapped images.  TIFF files usually end in the
        .tif extension and they are often quite large.
 end
 
-source_dl  =
-sources    = tiff-%{version}.tar.gz
+source_dl  = ftp://ftp.remotesensing.org/pub/libtiff/
 
 build
        requires
@@ -28,8 +28,6 @@ build
                libjpeg-devel
        end
 
-       DIR_APP = /usr/src/tiff-%{version}
-
        configure_options += \
                --enable-defer-strile-load \
                --enable-chunky-strip-read
@@ -37,9 +35,12 @@ end
 
 packages
        package %{name}
-       end
-       
+
        package %{name}-devel
                template DEVEL
        end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
 end