Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37048113
en ru br
ALT Linux repos
S:0.86-alt1
5.0: 0.44-alt2.1
4.1: 0.44-alt2.1
4.0: 0.44-alt2.1
3.0: 0.44-alt2.1

Group :: Development/Perl
RPM: perl-Inline

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define dist Inline
Name: perl-%dist
Version: 0.83
Release: alt1

Summary: Write Perl subroutines in other programming languages
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source0: http://www.cpan.org/authors/id/T/TI/TINITA/%{dist}-%{version}.tar.gz

BuildArch: noarch
Requires: gcc >= 4.1
Requires: perl(Parse/RecDescent.pm)

# Automatically added by buildreq on Mon Nov 14 2011

BuildRequires: perl-Inline-Files perl-Parse-RecDescent perl-Test-Warn perl(Encode.pm)

%description
Inline lets you write Perl subroutines in other programming languages
like C, C++, Java, Python, Tcl and even Assembly. You don't need to
compile anything. All the details are handled transparently so you
can just run your Perl script like normal.

%prep
%setup -q -n %{dist}-%{version}

%build
%perl_vendor_build

%install
%perl_vendor_install

rm -f %buildroot%perl_vendor_privlib/Inline/MakeMaker/Changes

%files
%doc Changes README CONTRIBUTING example
%perl_vendor_privlib/Inline.pm
%doc %perl_vendor_privlib/Inline*.pod

%dir %perl_vendor_privlib/Inline
%perl_vendor_privlib/Inline/*.pm
%doc %perl_vendor_privlib/Inline/*.pod

%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