]> git.pld-linux.org Git - packages/perl-Text-Wrapper.git/blame - perl-Text-Wrapper.spec
- up to 1.02
[packages/perl-Text-Wrapper.git] / perl-Text-Wrapper.spec
CommitLineData
1dad9cf5 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
f3ca39bc 5%include /usr/lib/rpm/macros.perl
68db3611 6%define pdir Text
7%define pnam Wrapper
f4ebc8cb 8Summary: Text::Wrapper - simple word wrapping routine
bb15db89 9Summary(pl.UTF-8): Text::Wrapper - proste zawijanie linii
e6a95ac3 10Name: perl-Text-Wrapper
8c1601b1 11Version: 1.02
886a10f0 12Release: 1
1dad9cf5 13# same as perl
14License: GPL v1+ or Artistic
e6a95ac3 15Group: Development/Languages/Perl
6460e225 16Source0: http://www.cpan.org/modules/by-module/Text/%{pdir}-%{pnam}-%{version}.tar.gz
8c1601b1 17# Source0-md5: a0cdfe6e9e9627db147b3970d3fcad4d
6460e225 18URL: http://search.cpan.org/dist/Text-Wrapper/
1ec69191 19BuildRequires: perl-devel >= 1:5.8.0
6460e225 20BuildRequires: rpm-perlprov >= 4.1-13
edb44266 21BuildArch: noarch
13571c90 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
e6a95ac3 23
24%description
f4ebc8cb 25Text::Wrapper Perl Module provides simple word wrapping. It breaks
26long lines, but does not alter spacing or remove existing line breaks.
27If you're looking for more sophisticated text formatting, try the
28Text::Format module.
e6a95ac3 29
e7df5377
JR
30%description -l pl.UTF-8
31Moduł Perla Text::Wrapper udostępnia proste zawijanie wierszy. Łamie
32długie wiersz, ale nie zmienia odstępów ani nie usuwa istniejących
33znaków nowego wiersza. Bardziej wyszukane formatowanie tekstu jest
34możliwe przy zastosowaniu modułu Text::Format.
e6a95ac3 35
36%prep
f3ca39bc 37%setup -q -n %{pdir}-%{pnam}-%{version}
e6a95ac3 38
39%build
1c3417ae 40%{__perl} Makefile.PL \
775d7359 41 INSTALLDIRS=vendor
086adba0 42%{__make}
e6a95ac3 43
1dad9cf5 44%{?with_tests:%{__make} test}
45
e6a95ac3 46%install
47rm -rf $RPM_BUILD_ROOT
e6a95ac3 48
1dad9cf5 49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
e6a95ac3 51
e6a95ac3 52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
742ba581 57%doc Changes README
1c3417ae 58%{perl_vendorlib}/Text/Wrapper.pm
e6a95ac3 59%{_mandir}/man3/*
This page took 0.076951 seconds and 4 git commands to generate.