rpms/perl-Data-Password/devel perl-Data-Password.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Fri Mar 23 09:46:19 UTC 2007


Author: ixs

Update of /cvs/extras/rpms/perl-Data-Password/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25678/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Data-Password.spec 
Log Message:
auto-import perl-Data-Password-1.07-1 on branch devel from perl-Data-Password-1.07-1.src.rpm


--- NEW FILE perl-Data-Password.spec ---
Name:           perl-Data-Password
Version:        1.07
Release:        1%{?dist}
Summary:        Perl extension for assesing 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)

%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
words.

%prep
%setup -q -n Data-Password-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{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
* Thu Mar 15 2007 Andreas Thienemann <andreas at bawue.net> 1.07-1
- Specfile autogenerated by cpanspec 1.69.1.
- Cleaned up for FE


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Data-Password/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Mar 2007 02:45:22 -0000	1.1
+++ .cvsignore	23 Mar 2007 09:45:47 -0000	1.2
@@ -0,0 +1 @@
+Data-Password-1.07.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Data-Password/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Mar 2007 02:45:22 -0000	1.1
+++ sources	23 Mar 2007 09:45:47 -0000	1.2
@@ -0,0 +1 @@
+eed0349f781eede736b3c12225a86fd0  Data-Password-1.07.tar.gz




More information about the fedora-extras-commits mailing list