Files
perl-GD-SecurityImage/perl-GD-SecurityImage.spec
2025-08-12 18:14:18 +02:00

84 lines
2.9 KiB
RPMSpec

#
# spec file for package perl-GD-SecurityImage
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define cpan_name GD-SecurityImage
Name: perl-GD-SecurityImage
Version: 1.750.0
Release: 0
# 1.75 -> normalize -> 1.750.0
%define cpan_version 1.75
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Security image (captcha) generator
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BU/BURAK/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(GD) >= 2.45
Requires: perl(GD) >= 2.45
Provides: perl(GD::SecurityImage) = %{version}
Provides: perl(GD::SecurityImage::GD) = %{version}
Provides: perl(GD::SecurityImage::Magick) = %{version}
Provides: perl(GD::SecurityImage::Styles) = %{version}
%undefine __perllib_provides
Recommends: perl(Image::Magick) >= 6.660
%{perl_requires}
%description
The (so called) _"Security Images"_ are so popular. Most internet software
use these in their registration screens to block robot programs (which may
register tons of fake member accounts). Security images are basicaly,
graphical *CAPTCHA*s (*C*ompletely *A*utomated *P*ublic *T*uring Test to
Tell *C*omputers and *H*umans *A*part). This module gives you a basic
interface to create such an image. The final output is the actual graphic
data, the mime type of the graphic and the created random string. The
module also has some _"styles"_ that are used to create the background (or
foreground) of the image.
If you are an 'Authen::Captcha' user, see GD::SecurityImage::AC for
migration from 'Authen::Captcha' to 'GD::SecurityImage'.
This module is *just an image generator*. Not a _captcha handler_. The
validation of the generated graphic is left to your programming taste. But
there are some _captcha handlers_ for several Perl FrameWorks. If you are
an user of one of these frameworks, see "GD::SecurityImage Implementations"
in "SEE ALSO" section for information.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%doc Changes StayPuft.ttf
%license LICENSE
%changelog