]> git.pld-linux.org Git - packages/perl-Text-Haml.git/blob - perl-Text-Haml.spec
- updated to 0.990115
[packages/perl-Text-Haml.git] / perl-Text-Haml.spec
1 #
2 # Conditional build:
3 %bcond_without  tests           # do not perform "make test"
4 #
5 %define         pdir    Text
6 %define         pnam    Haml
7 %include        /usr/lib/rpm/macros.perl
8 Summary:        Text::Haml - Haml Perl implementation
9 Summary(pl.UTF-8):      Text::Haml - implementacja Haml dla Perla
10 Name:           perl-Text-Haml
11 Version:        0.990115
12 Release:        1
13 License:        Artistic v2.0
14 Group:          Development/Languages/Perl
15 Source0:        http://www.cpan.org/modules/by-module/Text/Text-Haml-%{version}.tar.gz
16 # Source0-md5:  9b2b0b335e39fcc96dd7b60b5ba9c914
17 URL:            http://search.cpan.org/dist/Text-Haml/
18 BuildRequires:  perl-Module-Build >= 0.38
19 BuildRequires:  perl-devel >= 1:5.8.1
20 BuildRequires:  rpm-perlprov >= 4.1-13
21 %if %{with tests}
22 BuildRequires:  perl-Data-Section-Simple
23 BuildRequires:  perl-URI
24 %endif
25 BuildArch:      noarch
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 Text::Haml implements Haml specification:
30 <http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html>.
31
32 Text::Haml passes specification tests written by Norman Clarke
33 <http://github.com/norman/haml-spec> and supports only cross-language
34 Haml features. Do not expect Ruby specific things to work.
35
36 %description -l pl.UTF-8
37 Text::Haml implementuje specyfikację Haml:
38 <http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html>.
39
40 Text::Haml przechodzi testy specifikacji napisane przez Normana
41 Clarke'a (<http://github.com/norman/haml-spec>) i obsługuje tylko
42 cechy Hamla wspólne dla wielu języków - nie należy się spodziewać, że
43 elementy specyficzne dla języka Ruby będą działać.
44
45 %prep
46 %setup -q -n %{pdir}-%{pnam}-%{version}
47
48 %build
49 %{__perl} Build.PL \
50         destdir=$RPM_BUILD_ROOT \
51         installdirs=vendor
52 ./Build
53
54 %{?with_tests:./Build test}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 ./Build install
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc Changes 
67 %{perl_vendorlib}/Text/Haml.pm
68 %{_mandir}/man3/Text::Haml.3pm*
This page took 0.071192 seconds and 4 git commands to generate.