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

Contents of /cauldron/perl-Petal/current/SPECS/perl-Petal.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 34153 - (show annotations) (download)
Sun Jan 23 11:50:57 2011 UTC (13 years, 3 months ago) by jquelin
File size: 960 byte(s)
mageia rebuild
1 %define module Petal
2 %define version 2.19
3 %define release %mkrel 3
4
5 Name: perl-%{module}
6 Version: %{version}
7 Release: %{release}
8 License: GPL or Artistic
9 Group: Development/Perl
10 Summary: Perl Template Attribute Language
11 Url: http://search.cpan.org/dist/%{module}
12 Source: http://www.cpan.org/modules/by-module//%{module}-%{version}.tar.gz
13 BuildRequires: perl(Digest::MD5)
14 BuildRequires: perl(MKDoc::XML)
15 BuildRequires: perl(Scalar::Util)
16 BuildRequires: perl(Test::Harness)
17 BuildRequires: perl(CGI)
18 BuildArch: noarch
19
20
21 %description
22 examples deal with using Petal to generate HTML files from HTML templates.
23
24 %prep
25 %setup -q -n %{module}-%{version}
26
27 %build
28 %{__perl} Makefile.PL INSTALLDIRS=vendor
29 %make
30
31 %check
32 make test
33
34 %install
35 rm -rf %{buildroot}
36 %makeinstall_std
37
38 %clean
39 rm -rf %{buildroot}
40
41 %files
42 %defattr(-,root,root)
43 %doc Changes README META.yml
44 %{_mandir}/man3/*
45 %perl_vendorlib/Petal.pm
46 %perl_vendorlib/Petal

  ViewVC Help
Powered by ViewVC 1.1.30