ppisar pushed to perl-Text-Tabs+Wrap (master). "Import"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Mar 25 17:22:49 UTC 2015


>From 4915e9929094850cce4864c50d10e5c27f61ca67 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Wed, 25 Mar 2015 17:19:34 +0100
Subject: Import


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 <ppisar at redhat.com> - 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
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Text-Tabs+Wrap.git/commit/?h=master&id=4915e9929094850cce4864c50d10e5c27f61ca67


More information about the scm-commits mailing list