]> git.pld-linux.org Git - packages/perl-IO-String.git/blame - perl-IO-String.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-IO-String.git] / perl-IO-String.spec
CommitLineData
c5efa65b 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
8ae5c529 5%define pdir IO
6%define pnam String
f3d51d3d
JB
7Summary: IO::String - emulate file interface for in-core strings
8Summary(pl.UTF-8): IO::String - emulacja interfejsu plikowego dla ciągów znaków
c6d69aef 9Name: perl-IO-String
40bb76e3 10Version: 1.08
cc78e529 11Release: 2
40604618 12# same as perl
13License: GPL v1+ or Artistic
c6d69aef 14Group: Development/Languages/Perl
f3d51d3d 15Source0: http://www.cpan.org/modules/by-module/IO/%{pdir}-%{pnam}-%{version}.tar.gz
40bb76e3 16# Source0-md5: 250e5424f290299fc3d6b5d1e9da3835
f3d51d3d 17URL: http://search.cpan.org/dist/IO-String/
399edc25 18BuildRequires: perl-devel >= 1:5.8.0
e37eb9d2 19BuildRequires: rpm-perlprov >= 4.1-13
f6674d1a 20BuildArch: noarch
5855d29a 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
c6d69aef 22
23%description
72b0e7b1 24IO::String module emulates the IO::File interface for in-core strings.
c6d69aef 25
83ef77e3
JR
26%description -l pl.UTF-8
27Moduł Perla IO::String, emulujący interfejs IO::File dla ciągów
28znaków.
c6d69aef 29
30%prep
f9339916 31%setup -q -n %{pdir}-%{pnam}-%{version}
c6d69aef 32
33%build
e37eb9d2 34%{__perl} Makefile.PL \
8e8aadb9 35 INSTALLDIRS=vendor
9722447a 36%{__make}
c5efa65b 37
38%{?with_tests:%{__make} test}
c6d69aef 39
40%install
41rm -rf $RPM_BUILD_ROOT
c6d69aef 42
c5efa65b 43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
c6d69aef 45
c6d69aef 46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
72b0e7b1 51%doc Changes README
f3d51d3d 52%{perl_vendorlib}/IO/String.pm
e593c2fc 53%{_mandir}/man3/IO::String.3pm*
This page took 0.141758 seconds and 4 git commands to generate.