]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
perl-Crypt-PasswdMD5: Update to 1.40.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 4 Apr 2015 14:06:30 +0000 (16:06 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 4 Apr 2015 14:06:30 +0000 (16:06 +0200)
Drop debuginfo paket and generic runtime dependency to perl.

perl-Crypt-PasswdMD5/perl-Crypt-PasswdMD5.nm

index 9e5a596f9f84938e35b82226f201bd77443bd57f..25b9fae6d462182f93ec7c4109e8baa2c471f216 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = perl-Crypt-PasswdMD5
-version    = 1.3
-release    = 2
+version    = 1.40
+release    = 1
 arch       = noarch
 thisapp    = Crypt-PasswdMD5-%{version}
 
@@ -18,7 +18,8 @@ description
        This package provides MD5-based crypt() functions.
 end
 
-source_dl  = http://search.cpan.org/CPAN/authors/id/L/LU/LUISMUNOZ/
+source_dl  = http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/
+sources    = %{thisapp}.tgz
 
 build
        requires
@@ -30,17 +31,10 @@ build
                make %{PARALLELISMFLAGS}
        end
 
-       make_install_targets = pure_install
+       make_install_targets = \
+               pure_install
 end
 
 packages
        package %{name}
-               requires
-                       perl
-               end
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
 end