ppisar pushed to perl-Data-Password (master). "1.12 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Sep 14 11:40:49 UTC 2015


From 3f3db7cacb893961d187844995a98e2a28b6109b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Mon, 14 Sep 2015 13:40:26 +0200
Subject: 1.12 bump


diff --git a/.gitignore b/.gitignore
index f9f0f1c..8e02cf4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Data-Password-1.07.tar.gz
+/Data-Password-1.12.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..733f80d
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* (crackability|ispell)");
diff --git a/perl-Data-Password.spec b/perl-Data-Password.spec
index 1cd0cdf..0871c07 100644
--- a/perl-Data-Password.spec
+++ b/perl-Data-Password.spec
@@ -1,54 +1,57 @@
 Name:           perl-Data-Password
-Version:        1.07
-Release:        20%{?dist}
-Summary:        Perl extension for assesing password quality
+Version:        1.12
+Release:        1%{?dist}
+Summary:        Perl extension for assessing password quality
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Data-Password/
 Source0:        http://www.cpan.org/modules/by-module/Data/Data-Password-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Tests
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 This modules checks potential passwords for crackability. It checks that
 the password is in the appropriate length, that it has enough character
 groups, that it does not contain the same chars repeatedly or ascending or
-descending characters, or charcters close to each other in the keyboard. It
-will also attempt to search the ispell word file for existance of whole
+descending characters, or characters close to each other in the keyboard. It
+will also attempt to search the ispell word file for existence of whole
 words.
 
 %prep
 %setup -q -n Data-Password-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
-
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 14 2015 Petr Pisar <ppisar at redhat.com> - 1.12-1
+- 1.12 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.07-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index d8cfb8c..c1a29fa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eed0349f781eede736b3c12225a86fd0  Data-Password-1.07.tar.gz
+895e429d8374aacbb67c153dae6ca418  Data-Password-1.12.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Data-Password.git/commit/?h=master&id=3f3db7cacb893961d187844995a98e2a28b6109b


More information about the perl-devel mailing list