f38
Jitka Plesnikova 8 years ago
parent 00b1287cd8
commit 2e32db97f9

1
.gitignore vendored

@ -2,3 +2,4 @@
/Inline-Python-0.50.tar.gz
/Inline-Python-0.52.tar.gz
/Inline-Python-0.54.tar.gz
/Inline-Python-0.56.tar.gz

@ -1,6 +1,6 @@
Name: perl-Inline-Python
Version: 0.54
Release: 3%{?dist}
Version: 0.56
Release: 1%{?dist}
Summary: Write Perl subs and classes in Python
License: GPL+ or Artistic
Group: Development/Libraries
@ -8,9 +8,9 @@ URL: http://search.cpan.org/dist/Inline-Python/
Source0: http://www.cpan.org/authors/id/N/NI/NINE/Inline-Python-%{version}.tar.gz
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-devel
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(base)
BuildRequires: perl(Carp)
BuildRequires: perl(Config)
@ -18,7 +18,7 @@ BuildRequires: perl(Cwd)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(DynaLoader)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(File::Path)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(Inline) >= 0.46
@ -32,6 +32,7 @@ BuildRequires: perl(strict)
BuildRequires: perl(Test)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Number::Delta)
BuildRequires: perl(Test::Simple)
BuildRequires: perl(utf8)
BuildRequires: perl(warnings)
@ -55,13 +56,12 @@ name-space is cached, and subsequent calls use the cached version.
%setup -q -n Inline-Python-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" NO_PACKLIST=1
make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -delete
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
%{_fixperms} $RPM_BUILD_ROOT/*
@ -76,6 +76,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Aug 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.56-1
- 0.56 bump
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.54-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

@ -1 +1 @@
SHA512 (Inline-Python-0.54.tar.gz) = de6b159d2f9f49bab854ae647bfafd8bf007ea18c2e3824de80c5040e2d2791a080c31e8daac72519947aaf60fcb9262e4d419fc833eb6b7a5f43572ca80519b
SHA512 (Inline-Python-0.56.tar.gz) = d5fffec8a377ec10c8b21ed9324e2de5a77d10304fc2a89196df89984e55869e3e4e0ef970f1aa4651068b8a6d834fa8eb18d70a052c646ddd98ef338f772e7d

Loading…
Cancel
Save