]> git.pld-linux.org Git - packages/perl-XML-Quote.git/blob - perl-XML-Quote.spec
- new
[packages/perl-XML-Quote.git] / perl-XML-Quote.spec
1 #
2 # Conditional build:
3 %bcond_without  tests   # do not perform "make test"
4 #
5 %include        /usr/lib/rpm/macros.perl
6 %define pdir    XML
7 %define pnam    Quote
8 Summary:        XML::Quote - functions to quote/dequote strings in "XML"-way
9 Summary(pl):    XML::Quote - funkcje do cytowania ³añcuchów w sposób "XML-owy"
10 Name:           perl-XML-Quote
11 Version:        1.02
12 Release:        1
13 # same as perl
14 License:        GPL or Artistic
15 Group:          Development/Languages/Perl
16 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
17 # Source0-md5:  98f45c2efeeea13793949e5c74689741
18 BuildRequires:  perl-devel >= 1:5.8.0
19 BuildRequires:  rpm-perlprov >= 4.1-13
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 This module provides functions to quote/dequote strings in "XML"-way.
24
25 All functions are written in XS and are very fast; they correctly
26 process UTF-8, tied, overloaded variables and all the rest of Perl
27 "magic".
28
29 %description -l pl
30 Ten modu³ udostêpnia funkcje do cytowania ³añcuchów w sposób
31 "XML-owy".
32
33 Wszystkie funkcje s± napisane w XS i s± bardzo szybkie. Poprawnie
34 przetwarzaj± UTF-8, zmienne zwi±zane i przeci±¿one, a tak¿e ca³±
35 resztê perlowej "magii".
36
37 %prep
38 %setup -q -n %{pdir}-%{pnam}-%{version}
39
40 %build
41 %{__perl} Makefile.PL \
42         INSTALLDIRS=vendor
43
44 %{__make} \
45         OPTIMIZE="%{rpmcflags}"
46
47 %{?with_tests:%{__make} test}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc Changes README
61 %{perl_vendorarch}/XML/Quote.pm
62 %dir %{perl_vendorarch}/auto/XML/Quote
63 %{perl_vendorarch}/auto/XML/Quote/Quote.bs
64 %attr(755,root,root) %{perl_vendorarch}/auto/XML/Quote/Quote.so
65 %{perl_vendorarch}/auto/XML/Quote/autosplit.ix
66 %{_mandir}/man3/*
This page took 0.066842 seconds and 3 git commands to generate.