]> git.pld-linux.org Git - packages/perl-IO-String.git/blame - perl-IO-String.spec
- converted to UTF-8
[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#
f9339916 5%include /usr/lib/rpm/macros.perl
8ae5c529 6%define pdir IO
7%define pnam String
6b1aa9c3 8Summary: IO::String perl module
83ef77e3 9Summary(pl.UTF-8): Moduł perla IO::String
c6d69aef 10Name: perl-IO-String
40bb76e3 11Version: 1.08
fd039375 12Release: 1
40604618 13# same as perl
14License: GPL v1+ or Artistic
c6d69aef 15Group: Development/Languages/Perl
6165a151 16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
40bb76e3 17# Source0-md5: 250e5424f290299fc3d6b5d1e9da3835
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
31628322 52%{perl_vendorlib}/%{pdir}/%{pnam}.pm
c6d69aef 53%{_mandir}/man3/*
This page took 0.071983 seconds and 4 git commands to generate.