]> git.pld-linux.org Git - packages/perl-XML-Filter-DetectWS.git/blame - perl-XML-Filter-DetectWS.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-XML-Filter-DetectWS.git] / perl-XML-Filter-DetectWS.spec
CommitLineData
c110ba04 1#
2# Conditional build:
9caa232a 3%bcond_without tests # do not perform "make test"
2ab95a59 4
4b37c3f6 5%define pdir XML
6%define pnam Filter-DetectWS
16510ffa 7Summary: XML::Filter::DetectWS - a PerlSAX filter that detects ignorable whitespace
ea960afc 8Summary(pl.UTF-8): XML::Filter::DetectWS - filtr PerlSAX wykrywający ignorowalne spacje
c110ba04 9Name: perl-XML-Filter-DetectWS
10Version: 0.01
6b961951 11Release: 2
c110ba04 12# same as perl
13License: GPL v1+ or Artistic
14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
16# Source0-md5: ebab5b30d80c3fc5a0bee8d3fe8aa477
2ab95a59 17URL: http://search.cpan.org/dist/XML-Filter-DetectWS/
e82b6956 18BuildRequires: perl-devel >= 1:5.8.0
c110ba04 19BuildRequires: rpm-perlprov >= 4.1-13
20%if %{with tests}
16510ffa 21BuildRequires: perl-XML-Filter-SAXT
c110ba04 22%endif
23Obsoletes: perl-libxml-enno
24BuildArch: noarch
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
16510ffa 28This a PerlSAX filter that detects which character data contains
29ignorable whitespace and optionally filters it.
c110ba04 30
412f2133
JR
31%description -l pl.UTF-8
32To jest filtr PerlSAX wykrywający dane znakowe zawierające ignorowalne
33spacje i opcjonalnie filtrujący je.
c110ba04 34
35%prep
36%setup -q -n %{pdir}-%{pnam}-%{version}
37
38%build
39%{__perl} Makefile.PL \
40 INSTALLDIRS=vendor
41%{__make}
42
43%{?with_tests:%{__make} test}
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(644,root,root,755)
56%doc Changes README
57%{perl_vendorlib}/XML/Filter/DetectWS.pm
58%{_mandir}/man3/*
This page took 0.547363 seconds and 4 git commands to generate.