]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - cups/cups.nm
cups: Update to 2.1.4
[people/ms/ipfire-3.x.git] / cups / cups.nm
index 3ecdae972164a258c353b2e58b62ec2dfeb65ac5..5abb80458f76cff1f9213a4499a773b512ae8b27 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = cups
-version    = 1.4.5
-release    = 7
+version    = 2.1.4
+release    = 1
 
 groups     = Applications/Printing
 url        = http://cups.org/software.php
@@ -17,8 +17,8 @@ description
        by Apple Inc. for Mac OS(R) X and other UNIX(R)-like operating systems.
 end
 
-source_dl  = http://ftp.easysw.com/pub/cups/%{version}/
-sources    = %{thisapp}-source.tar.bz2
+source_dl  = https://github.com/apple/cups/releases/download/release-%{version}/
+sources    = %{thisapp}-source.tar.gz
 
 build
        requires
@@ -78,14 +78,18 @@ packages
        package %{name}
                requires = ghostscript
        end
-       
+
        package %{name}-devel
                template DEVEL
 
                requires += %{name}-libs=%{thisver}
        end
-       
+
        package %{name}-libs
                template LIBS
        end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
 end