- obsolete perl-Data-Password-1.07-dict.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Password?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
6b0958ca01
commit
2deb41c0bc
@@ -4,8 +4,6 @@
|
|||||||
#sources:
|
#sources:
|
||||||
# - source1
|
# - source1
|
||||||
# - source2
|
# - source2
|
||||||
patches:
|
|
||||||
perl-Data-Password-1.07-dict.patch:
|
|
||||||
preamble: |-
|
preamble: |-
|
||||||
Requires: words
|
Requires: words
|
||||||
#post_prep: |-
|
#post_prep: |-
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
Index: Password.pm
|
|
||||||
===================================================================
|
|
||||||
--- Password.pm.orig
|
|
||||||
+++ Password.pm
|
|
||||||
@@ -25,7 +25,7 @@ $GROUPS = 2;
|
|
||||||
|
|
||||||
$MINLEN = 6;
|
|
||||||
$MAXLEN = 8;
|
|
||||||
-@DICTIONARIES = qw(/usr/dict/web2 /usr/dict/words /usr/share/dict/words /usr/share/dict/linux.words);
|
|
||||||
+@DICTIONARIES = qw(/usr/share/dict/words /usr/share/dict/linux.words);
|
|
||||||
|
|
||||||
sub OpenDictionary {
|
|
||||||
foreach my $sym (@DICTIONARIES) {
|
|
||||||
@@ -3,6 +3,7 @@ Thu Apr 16 21:37:13 UTC 2015 - coolo@suse.com
|
|||||||
|
|
||||||
- updated to 1.12
|
- updated to 1.12
|
||||||
see /usr/share/doc/packages/perl-Data-Password/Changes
|
see /usr/share/doc/packages/perl-Data-Password/Changes
|
||||||
|
- obsolete perl-Data-Password-1.07-dict.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 1 13:31:37 UTC 2010 - coolo@novell.com
|
Wed Dec 1 13:31:37 UTC 2010 - coolo@novell.com
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ Group: Development/Libraries/Perl
|
|||||||
Url: http://search.cpan.org/dist/Data-Password/
|
Url: http://search.cpan.org/dist/Data-Password/
|
||||||
Source0: http://www.cpan.org/authors/id/R/RA/RAZINF/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/R/RA/RAZINF/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
Patch0: perl-Data-Password-1.07-dict.patch
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@@ -50,7 +49,6 @@ _use Data::Password qw(:all);_
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
%patch0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
|
|||||||
Reference in New Issue
Block a user