diff --git a/Inline-Python-0.39.tar.gz b/Inline-Python-0.39.tar.gz deleted file mode 100644 index fc467fe..0000000 --- a/Inline-Python-0.39.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5ce3adb076884d09f023f66dc6d077c764f89e3a0ec87653f334f70e02f6e6a -size 46805 diff --git a/Inline-Python-0.40.tar.gz b/Inline-Python-0.40.tar.gz deleted file mode 100644 index 0fd1674..0000000 --- a/Inline-Python-0.40.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4171f7c180260c19eb40b2207199a9552ec8abe2dc47fad4a8bc8608e52121d5 -size 46645 diff --git a/Inline-Python-0.49.tar.gz b/Inline-Python-0.49.tar.gz new file mode 100644 index 0000000..b409ac0 --- /dev/null +++ b/Inline-Python-0.49.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c9419651c7b345fa7ec922f4a9d6287fd5a69761f4240f9e0b21f0944f8bf3 +size 56811 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..640e26c --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,23 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +preamble: |- + BuildRequires: python-devel +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Inline-Python.changes b/perl-Inline-Python.changes index 1fadbf0..f9ed7e6 100644 --- a/perl-Inline-Python.changes +++ b/perl-Inline-Python.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Sep 9 08:52:25 UTC 2015 - coolo@suse.com + +- updated to 0.49 + see /usr/share/doc/packages/perl-Inline-Python/Changes + +------------------------------------------------------------------- +Wed Sep 9 08:52:23 UTC 2015 - coolo@suse.com + +- updated to 0.40 + see /usr/share/doc/packages/perl-Inline-Python/Changes + ------------------------------------------------------------------- Fri Apr 22 18:15:09 UTC 2011 - coolo@opensuse.org diff --git a/perl-Inline-Python.spec b/perl-Inline-Python.spec index 0ddf74c..e08e905 100644 --- a/perl-Inline-Python.spec +++ b/perl-Inline-Python.spec @@ -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