/[packages]/cauldron/perl-Eval-Compile/current/SPECS/perl-Eval-Compile.spec
ViewVC logotype

Annotation of /cauldron/perl-Eval-Compile/current/SPECS/perl-Eval-Compile.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1164300 - (hide annotations) (download)
Mon Oct 2 20:52:03 2017 UTC (7 years, 9 months ago) by tv
File size: 1042 byte(s)
rebuild with fixed rpm for missing autodeps
1 kharec 165056 %define upstream_name Eval-Compile
2 jquelin 294959 %define upstream_version 0.11
3 kharec 165056
4 sander85 843673 %{?perl_default_filter}
5    
6 kharec 165056 Name: perl-%{upstream_name}
7     Version: %perl_convert_version %{upstream_version}
8 tv 1164300 Release: %mkrel 13
9 kharec 165056
10     Summary: No summary found
11     License: GPL+ or Artistic
12     Group: Development/Perl
13     Url: http://search.cpan.org/dist/%{upstream_name}
14     Source0: http://www.cpan.org/modules/by-module/Eval/%{upstream_name}-%{upstream_version}.tar.gz
15 sander85 843673 Patch0: Eval-Compile-0.11-fix-build.patch
16 kharec 165056
17     BuildRequires: perl(ExtUtils::MakeMaker)
18     BuildRequires: perl-devel
19     %description
20     Faster replacement for string evals. It takes evaled strings and compiles
21     into specific perl sub with some data, and do it once for any given string
22     So next execution take a fraction of first eval to execute.
23    
24     %prep
25 sander85 843673 %autosetup -p1 -n %{upstream_name}-%{upstream_version}
26 kharec 165056
27     %build
28     %{__perl} Makefile.PL INSTALLDIRS=vendor
29    
30     %make
31    
32     %check
33     %make test
34    
35     %install
36     %makeinstall_std
37    
38     %files
39 jquelin 294959 %doc Changes META.json META.yml MYMETA.yml README
40 kharec 165056 %{_mandir}/man3/*
41 sander85 843673 %perl_vendorlib/*

  ViewVC Help
Powered by ViewVC 1.1.30