]> git.pld-linux.org Git - packages/perl-MasonX-Lexer-MSP.git/blob - perl-MasonX-Lexer-MSP.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-MasonX-Lexer-MSP.git] / perl-MasonX-Lexer-MSP.spec
1 #
2 # Conditional build:
3 %bcond_without  tests   # do not perform "make test"
4 #
5 %define         pdir    MasonX
6 %define         pnam    Lexer-MSP
7 Summary:        MasonX::Lexer::MSP - give Mason a more ASP/JSP compatible syntax
8 Summary(pl.UTF-8):      MasonX::Lexer::MSP - nadanie Masonowi składni bardziej kompatybilnej z ASP/JSP
9 Name:           perl-MasonX-Lexer-MSP
10 Version:        0.11
11 Release:        2
12 # same as perl
13 License:        GPL v1+ or Artistic
14 Group:          Development/Languages/Perl
15 Source0:        http://www.cpan.org/modules/by-module/MasonX/%{pdir}-%{pnam}-%{version}.tar.gz
16 # Source0-md5:  5d2109e620addb5c53e78c6a3a5a07b8
17 URL:            http://search.cpan.org/dist/MasonX-Lexer-MSP/
18 BuildRequires:  perl-devel >= 1:5.8
19 BuildRequires:  rpm-perlprov >= 4.1-13
20 %if %{with tests}
21 BuildRequires:  perl-HTML-Mason >= 1.1
22 BuildRequires:  perl-Params-Validate
23 %endif
24 BuildArch:      noarch
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 This lexer makes changes to the Mason syntax to make it closer to the
29 syntax used by ASP and JSP. These changes are incompatible with the
30 default Mason syntax, unfortunately.
31
32 %description -l pl.UTF-8
33 Ten lekser modyfikuje składnię Masona, aby uczynić ją bliższą składni
34 używanej przez ASP czy JSP. Zmiany te są niestety niekompatybilne z
35 domyślną składnią Masona.
36
37 %prep
38 %setup -q -n %{pdir}-%{pnam}-%{version}
39
40 %build
41 %{__perl} Makefile.PL \
42         INSTALLDIRS=vendor
43 %{__make}
44
45 %{?with_tests:%{__make} test}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc Changes README
59 %dir %{perl_vendorlib}/MasonX/Lexer
60 %{perl_vendorlib}/MasonX/Lexer/MSP.pm
61 %{_mandir}/man3/*
This page took 0.082577 seconds and 3 git commands to generate.