perl-Crypt-PasswdMD5: Update to 1.40.

Drop debuginfo paket and generic runtime dependency to perl.
This commit is contained in:
Stefan Schantl 2015-04-04 16:06:30 +02:00
parent cd2c8ff1ce
commit ded3d4afef
1 changed files with 6 additions and 12 deletions

View 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