diff --git a/.gitignore b/.gitignore index e69de29..58b5caa 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/Text-Tabs+Wrap-2013.0523.tar.gz diff --git a/perl-Text-Tabs+Wrap.spec b/perl-Text-Tabs+Wrap.spec new file mode 100644 index 0000000..491d769 --- /dev/null +++ b/perl-Text-Tabs+Wrap.spec @@ -0,0 +1,56 @@ +Name: perl-Text-Tabs+Wrap +Version: 2013.0523 +Release: 1%{?dist} +Summary: Expand tabs and do simple line wrapping +License: TTWL +Group: Development/Libraries +URL: http://search.cpan.org/dist/Text-Tabs%2BWrap/ +Source0: http://www.cpan.org/authors/id/M/MU/MUIR/modules/Text-Tabs+Wrap-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl +BuildRequires: perl(ExtUtils::MakeMaker) +# Run-time: +BuildRequires: perl(Exporter) +BuildRequires: perl(re) +BuildRequires: perl(strict) +BuildRequires: perl(vars) +BuildRequires: perl(warnings::register) +# Tests: +BuildRequires: perl(bytes) +BuildRequires: perl(Test::More) +BuildRequires: perl(warnings) +# Optional tests: +# Benchmark not used +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) + +%description +Text::Tabs performs the same job that the UNIX expand(1) and unexpand(1) +commands do: adding or removing tabs from a document. + +Text::Wrap::wrap() will reformat lines into paragraphs. All it does is break +up long lines, it will not join short lines together. + +%prep +%setup -q -n Text-Tabs+Wrap-%{version} + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} \; +%{_fixperms} %{buildroot}/* + +%check +make test + +%files +%doc CHANGELOG README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Wed Feb 13 2013 Petr Pisar - 2013.0523-1 +- Version 2013.0523 packaged + diff --git a/sources b/sources index e69de29..6013640 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +3e421ed3810803512af8d13bad548993 Text-Tabs+Wrap-2013.0523.tar.gz