Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37560311
en ru br
ALT Linux repos
S:1.235-alt1

Group :: Development/Perl
RPM: perl-String-Formatter

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

## SPEC file for Perl module String-Formatter
%define _unpackaged_files_terminate_build 1
%define real_name String-Formatter

Name: perl-String-Formatter
Version: 1.235
Release: alt1

Summary: Perl module to build sprintf-like functions of your own

License: %gpl2only
Group: Development/Perl
URL: https://metacpan.org/dist/String-Formatter/

Packager: Nikolay A. Fetisov <naf at altlinux.org>
BuildArch: noarch

Source: %real_name-%version.tar

AutoReqProv: perl, yes
BuildRequires(pre): rpm-build-licenses perl-devel


# Automatically added by buildreq on Sun Nov 07 2021

# optimized out: libgpg-error perl perl-CPAN-Meta-Requirements perl-Data-OptList perl-Encode perl-JSON-PP perl-Params-Util perl-Parse-CPAN-Meta perl-Sub-Install perl-parent python3-base sh4
BuildRequires: perl-CPAN-Meta perl-Sub-Exporter perl-devel

%description
Perl module String::Formatter is a tool for building sprintf-like
formatting routines. It supports named or positional formatting,
custom conversions, fixed string interpolation, and simple
width-matching out of the box. It is easy to alter its behavior
to write new kinds of format string expanders. For most cases,
it should be easy to build all sorts of formatters out of the
options built into String::Formatter.


%prep
%setup  -n %real_name-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc README Changes
%perl_vendor_privlib/String/Formatter*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin