]> git.pld-linux.org Git - packages/perl-XML-Quote.git/blame - perl-XML-Quote.spec
perl 5.38.0 rebuild
[packages/perl-XML-Quote.git] / perl-XML-Quote.spec
CommitLineData
f19d71bc
JB
1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
122c4604 5%define pdir XML
6%define pnam Quote
f19d71bc 7Summary: XML::Quote - functions to quote/dequote strings in "XML"-way
829ee234 8Summary(pl.UTF-8): XML::Quote - funkcje do cytowania łańcuchów w sposób "XML-owy"
f19d71bc
JB
9Name: perl-XML-Quote
10Version: 1.02
88dbe7c9 11Release: 17
f19d71bc 12# same as perl
551ee886 13License: GPL v1+ or Artistic
f19d71bc 14Group: Development/Languages/Perl
06e92f31 15Source0: http://www.cpan.org/modules/by-module/XML/%{pdir}-%{pnam}-%{version}.tar.gz
f19d71bc 16# Source0-md5: 98f45c2efeeea13793949e5c74689741
06e92f31 17URL: http://search.cpan.org/dist/XML-Quote/
f19d71bc
JB
18BuildRequires: perl-devel >= 1:5.8.0
19BuildRequires: rpm-perlprov >= 4.1-13
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23This module provides functions to quote/dequote strings in "XML"-way.
24
25All functions are written in XS and are very fast; they correctly
26process UTF-8, tied, overloaded variables and all the rest of Perl
27"magic".
28
53a5301d
JR
29%description -l pl.UTF-8
30Ten moduł udostępnia funkcje do cytowania łańcuchów w sposób
f19d71bc
JB
31"XML-owy".
32
53a5301d
JR
33Wszystkie funkcje są napisane w XS i są bardzo szybkie. Poprawnie
34przetwarzają UTF-8, zmienne związane i przeciążone, a także całą
35resztę perlowej "magii".
f19d71bc
JB
36
37%prep
38%setup -q -n %{pdir}-%{pnam}-%{version}
39
40%build
41%{__perl} Makefile.PL \
42 INSTALLDIRS=vendor
f19d71bc 43%{__make} \
e595acef 44 CC="%{__cc}" \
f19d71bc
JB
45 OPTIMIZE="%{rpmcflags}"
46
47%{?with_tests:%{__make} test}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
54
55%clean
56rm -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
f19d71bc
JB
63%attr(755,root,root) %{perl_vendorarch}/auto/XML/Quote/Quote.so
64%{perl_vendorarch}/auto/XML/Quote/autosplit.ix
65%{_mandir}/man3/*
This page took 0.077722 seconds and 4 git commands to generate.