f38
Jitka Plesnikova 8 years ago
parent 9b538b241b
commit 1ff65437ec

1
.gitignore vendored

@ -1,2 +1,3 @@
/Inline-Python-0.49.tar.gz
/Inline-Python-0.50.tar.gz
/Inline-Python-0.52.tar.gz

@ -1,12 +1,11 @@
Name: perl-Inline-Python
Version: 0.50
Version: 0.52
Release: 1%{?dist}
Summary: Write Perl subs and classes in Python
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Inline-Python/
Source0: http://www.cpan.org/authors/id/N/NI/NINE/Inline-Python-%{version}.tar.gz
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
@ -19,7 +18,7 @@ BuildRequires: perl(Cwd)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(DynaLoader)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
BuildRequires: perl(File::Path)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(Inline) >= 0.46
@ -27,8 +26,10 @@ BuildRequires: perl(Inline::denter)
BuildRequires: perl(overload)
BuildRequires: perl(Parse::RecDescent)
BuildRequires: perl(POSIX)
BuildRequires: perl(Proc::ProcessTable) >= 0.53
BuildRequires: perl(strict)
BuildRequires: perl(Test)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Simple)
BuildRequires: perl(utf8)
@ -59,8 +60,8 @@ make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name .packlist -delete
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
%{_fixperms} $RPM_BUILD_ROOT/*
@ -74,6 +75,9 @@ make test
%{_mandir}/man3/*
%changelog
* Wed Dec 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.52-1
- 0.52 bump
* Tue Aug 23 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.50-1
- 0.50 bump

@ -1 +1 @@
738db8e953bdd994238832a55c6340c9 Inline-Python-0.50.tar.gz
SHA512 (Inline-Python-0.52.tar.gz) = 5b097740e149ae5a1a51d068f2732bff06daa03279ea3ad009b34fc72f0baccf0304989a3b9c3d9b8cadca1bb897693d48fb1a91ed3dc412c61463256a9bcaaa

Loading…
Cancel
Save