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