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