/[packages]/cauldron/perl-Dist-Zilla-PluginBundle-FAYLAND/current/SPECS/perl-Dist-Zilla-PluginBundle-FAYLAND.spec
ViewVC logotype

Contents of /cauldron/perl-Dist-Zilla-PluginBundle-FAYLAND/current/SPECS/perl-Dist-Zilla-PluginBundle-FAYLAND.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 106925 - (show annotations) (download)
Wed Jun 15 11:26:58 2011 UTC (12 years, 10 months ago) by jquelin
File size: 1082 byte(s)
update to 0.08
1 %define upstream_name Dist-Zilla-PluginBundle-FAYLAND
2 %define upstream_version 0.08
3
4 # https://rt.cpan.org/Ticket/Display.html?id=66171
5 %define _requires_exceptions perl(Dist::Zilla::Plugin::LoadTests)
6
7 Name: perl-%{upstream_name}
8 Version: %perl_convert_version %{upstream_version}
9 Release: %mkrel 1
10
11 Summary: Dist::Zilla like FAYLAND when you build your dists
12 License: GPL+ or Artistic
13 Group: Development/Perl
14 Url: http://search.cpan.org/dist/%{upstream_name}
15 Source0: http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz
16
17 # https://rt.cpan.org/Ticket/Display.html?id=66171
18 #BuildRequires: perl(Dist::Zilla::Plugin::LoadTests) >= 0.50.0
19
20 BuildArch: noarch
21
22 %description
23 no description found
24
25 %prep
26 %setup -q -n %{upstream_name}-%{upstream_version}
27
28 %build
29 %{__perl} Makefile.PL INSTALLDIRS=vendor
30
31 %{make}
32
33 %check
34 %{make} test
35
36 %install
37 rm -rf %buildroot
38 %makeinstall_std
39
40 %clean
41 rm -rf %buildroot
42
43 %files
44 %defattr(-,root,root)
45 %doc Changes LICENSE META.json META.yml README
46 %{_mandir}/man3/*
47 %perl_vendorlib/*

  ViewVC Help
Powered by ViewVC 1.1.30