]> git.pld-linux.org Git - packages/perl-IO-SessionData.git/blame - perl-IO-SessionData.spec
- new
[packages/perl-IO-SessionData.git] / perl-IO-SessionData.spec
CommitLineData
9b333bae
JR
1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
5%define pdir IO
6%define pnam SessionData
7%include /usr/lib/rpm/macros.perl
8Summary: Supporting module for SOAP::Lite
9#Summary(pl.UTF-8):
10Name: perl-IO-SessionData
11Version: 1.03
12Release: 1
13License: unknown
14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/IO/%{pdir}-%{pnam}-%{version}.tar.gz
16# Source0-md5: 790f9e05465c774cf9a6299500463104
17URL: http://search.cpan.org/dist/IO-SessionData/
18BuildRequires: perl-devel >= 1:5.8.0
19BuildRequires: rpm-perlprov >= 4.1-13
20%if %{with tests}
21%endif
22BuildArch: noarch
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26Supporting module for SOAP::Lite.
27
28%prep
29%setup -q -n %{pdir}-%{pnam}-%{version}
30
31%build
32%{__perl} Makefile.PL \
33 INSTALLDIRS=vendor
34%{__make}
35
36%{?with_tests:%{__make} test}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} pure_install \
42 DESTDIR=$RPM_BUILD_ROOT
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%doc Changes README
50%{perl_vendorlib}/IO/*.pm
This page took 0.08662 seconds and 4 git commands to generate.