]> git.pld-linux.org Git - packages/perl-Text-Wrapper.git/blame - perl-Text-Wrapper.spec
- drop obsolete and outdated manual inclusion of rpm macros
[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#
68db3611 5%define pdir Text
6%define pnam Wrapper
f4ebc8cb 7Summary: Text::Wrapper - simple word wrapping routine
bb15db89 8Summary(pl.UTF-8): Text::Wrapper - proste zawijanie linii
e6a95ac3 9Name: perl-Text-Wrapper
cca69987 10Version: 1.05
886a10f0 11Release: 1
1dad9cf5 12# same as perl
13License: GPL v1+ or Artistic
e6a95ac3 14Group: Development/Languages/Perl
6460e225 15Source0: http://www.cpan.org/modules/by-module/Text/%{pdir}-%{pnam}-%{version}.tar.gz
cca69987 16# Source0-md5: c5a523a5a271fd0c2844100ec8ced8d3
6460e225 17URL: http://search.cpan.org/dist/Text-Wrapper/
1ec69191 18BuildRequires: perl-devel >= 1:5.8.0
6460e225 19BuildRequires: rpm-perlprov >= 4.1-13
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.10925 seconds and 4 git commands to generate.