]> git.pld-linux.org Git - packages/perl-Crypt-Cracklib.git/commitdiff
- disable tests, rel 13 auto/th/perl-Crypt-Cracklib-1.7-13
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 8 May 2021 20:30:32 +0000 (22:30 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 8 May 2021 20:30:32 +0000 (22:30 +0200)
no-tests.patch [new file with mode: 0644]
perl-Crypt-Cracklib.spec

diff --git a/no-tests.patch b/no-tests.patch
new file mode 100644 (file)
index 0000000..0dbeeca
--- /dev/null
@@ -0,0 +1,13 @@
+--- Crypt-Cracklib-1.7/Makefile.PL~    2010-12-30 00:30:32.000000000 +0100
++++ Crypt-Cracklib-1.7/Makefile.PL     2021-05-08 22:29:34.609180449 +0200
+@@ -8,10 +8,6 @@
+ homepage 'https://github.com/dsully/perl-crypt-cracklib';
+ bugtracker 'https://github.com/dsully/perl-crypt-cracklib/issues';
+-test_requires 'Test::Pod::Coverage' => '1.08';
+-test_requires 'Pod::Coverage' => '0.19';
+-test_requires 'Test::More' => '0.47';
+-
+ requires_external_cc();
+ cc_lib_links('crack');
index eb08df07eaaa1931cbd382df4ad0461b07471b65..f57e1a1cc308e08cea179381a2310a2a6248d816 100644 (file)
@@ -4,14 +4,16 @@ Summary:      Crypt::Cracklib - Perl interface to Cracklib
 Summary(pl.UTF-8):     Crypt::Cracklib - perlowy interfejs do biblioteki Cracklib
 Name:          perl-Crypt-Cracklib
 Version:       1.7
-Release:       12
+Release:       13
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Crypt/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 8179f32d7470780e001532bcb6cb4080
+Patch0:                no-tests.patch
 URL:           http://search.cpan.org/dist/Crypt-Cracklib/
 BuildRequires: cracklib-devel
+BuildRequires: perl-Module-Install
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -25,6 +27,7 @@ Aleca Muffetta.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL \
This page took 0.130542 seconds and 4 git commands to generate.