8
0

Accepting request 330066 from devel:languages:perl:autoupdate

- updated to 0.49
   see /usr/share/doc/packages/perl-Inline-Python/Changes

- updated to 0.40
   see /usr/share/doc/packages/perl-Inline-Python/Changes

OBS-URL: https://build.opensuse.org/request/show/330066
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Inline-Python?expand=0&rev=6
This commit is contained in:
Stephan Kulow
2015-09-10 07:19:23 +00:00
committed by Git OBS Bridge
parent 78f8dba652
commit 7e07c3ce69
6 changed files with 53 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Inline-Python (Version 0.39)
# spec file for package perl-Inline-Python
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,30 +15,28 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Inline-Python
Version: 0.39
Release: 1
License: GPL+ or Artistic
Version: 0.49
Release: 0
%define cpan_name Inline-Python
Summary: Write Perl subs and classes in Python.
Url: http://search.cpan.org/dist/Inline-Python/
Summary: Write Perl subs and classes in Python
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/N/NI/NINE/%{cpan_name}-%{version}.tar.gz
Url: http://search.cpan.org/dist/Inline-Python/
Source0: http://www.cpan.org/authors/id/N/NI/NINE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Digest::MD5) >= 2.5
BuildRequires: perl(Inline) >= 0.46
BuildRequires: perl(Test)
BuildRequires: perl(Test::More)
Requires: perl(Data::Dumper)
Requires: perl(Digest::MD5) >= 2.5
Requires: perl(Inline) >= 0.46
Requires: perl(Test)
Requires: perl(Test::More)
#MANUAL
BuildRequires: python-devel
%{perl_requires}
# MANUAL BEGIN
BuildRequires: python-devel
# MANUAL END
%description
The 'Inline::Python' module allows you to put Python source code directly
@@ -68,9 +66,6 @@ which gives you access to the Perl interpreter.
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README TESTED ToDo