]> git.pld-linux.org Git - packages/perl-XML-Stream.git/blob - perl-XML-Stream.spec
- autoupdated to 1.16
[packages/perl-XML-Stream.git] / perl-XML-Stream.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define pdir    XML
3 %define pnam    Stream
4 Summary:        XML streams perl module
5 Summary(pl):    Modu³ perla do obs³ugi strumieni XML
6 Name:           perl-XML-Stream
7 Version:        1.16
8 Release:        1
9 License:        LGPL
10 Group:          Development/Languages/Perl
11 Source0:        ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 BuildRequires:  perl >= 5.005_03-14
13 BuildRequires:  perl-Unicode-String >= 2.06
14 BuildRequires:  rpm-perlprov >= 3.0.3-16
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _noautoreq "perl(HTTP::ProxyAutoConfig)"
19
20 %description
21 XML::Stream module - XML streams interface for perl.
22
23 %description -l pl
24 Modu³ XML::Stream - Obs³uga strumieni XML dla perla.
25
26 %prep
27 %setup -q -n %{pdir}-%{pnam}-%{version}
28
29 %build
30 echo -e "y\ny\ny\n" |perl Makefile.PL
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}
36
37 %{__make} install UNINST=0 DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README CHANGES INFO
45 %{perl_sitelib}/XML/*
46 %{_mandir}/man3/*
This page took 0.049826 seconds and 4 git commands to generate.