Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37573026
en ru br
ALT Linux repos
S:0.03-alt1.1
5.0: 0.03-alt1
4.1: 0.03-alt1
4.0: 0.03-alt1

Group :: Development/Perl
RPM: perl-Affix-Infix2Postfix

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

## SPEC file for Perl module Affix::Infix2Postfix
## Used during tests of Imager

%define version    0.03
%define release    alt1

Name: perl-Affix-Infix2Postfix
Version: %version
Release: alt1.1

Summary: Perl module for converting from infix notation to postfix notation

License: Artistic
Group: Development/Perl

%define real_name Affix-Infix2Postfix
URL: http://search.cpan.org/~addi/%real_name/

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

Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADDI/%real_name-%version.tar.gz

AutoReqProv: perl, yes
BuildPreReq: perl-devel


%description
Perl module Infix2Postfix  as the name suggests converts from
infix to postfix notation. For example it converts expression
like "a+b+c*d" to a string of operations: "a b + c d * +".

%prep
%setup -q -n %real_name-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_privlib/Affix/Infix2Postfix.pm
%perl_vendor_privlib/auto/Affix/Infix2Postfix*

%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