]> git.pld-linux.org Git - packages/perl-Template-Plugin-Autoformat.git/commitdiff
- updated to 2.77 master auto/th/perl-Template-Plugin-Autoformat-2.77-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 23 May 2022 14:52:27 +0000 (16:52 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 23 May 2022 14:52:27 +0000 (16:52 +0200)
perl-Template-Plugin-Autoformat.spec

index a75e53861d2bdc96000cf9d516dd740f3e13356a..4d6ec92ced0daa5f1a058cb60bb5998a55b8c26f 100644 (file)
@@ -7,42 +7,35 @@
 Summary:       Template::Plugin::Autoformat - Interface to Text::Autoformat module
 Summary(pl.UTF-8):     Template::Plugin::Autoformat - Interfejs do modułu Text::Autoformat
 Name:          perl-Template-Plugin-Autoformat
-Version:       2.71
+Version:       2.77
 Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Template/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: cb3d9224a0b4022cba7fd3f42d308bfa
-URL:           http://search.cpan.org/dist/Template-Plugin-Autoformat/
+# Source0-md5: ecfceb3b8f0f68ff105b3c363c5cee14
+URL:           https://metacpan.org/dist/Template-Plugin-Autoformat
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: rpmbuild(macros) >= 1.745
 %if %{with tests}
-BuildRequires: perl-Template-Toolkit >= 2.2
+BuildRequires: perl-Template-Toolkit >= 2.20
 BuildRequires: perl-Text-Autoformat >= 1.13
 %endif
+Provides:      perl-Template-Toolkit-Plugin-Autoformat = %{version}
+Obsoletes:     perl-Template-Toolkit-Plugin-Autoformat < 2.22
 BuildArch:     noarch
-Provides:      perl-Template-Toolkit-Plugin-Autoformat
-Obsoletes:     perl-Template-Toolkit-Plugin-Autoformat
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This Template Toolkit plugin module is an interface to Damian
-Conway's Text::Autoformat Perl module which provides advanced text wrapping
-and formatting.
+Conway's Text::Autoformat Perl module which provides advanced text
+wrapping and formatting.
 
-Configuration options may be passed to the plugin constructor via the 
-USE directive.
-
-    [% USE autoformat(right => 30) %]
-
-The autoformat subroutine can then be called, passing in text items which 
-will be wrapped and formatted according to the current configuration.
-
-    [% autoformat('The cat sat on the mat') %]
-
-# %description -l pl.UTF-8
-# TODO
+%description -l pl.UTF-8
+Ten moduł wtyczki do Template Toolkitu jest interfgejsem do modułu
+Perla Damiana Conwaya, zapewniającego zaawansowane zawijanie i
+formatowanie tekstu.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -65,6 +58,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
-%{perl_vendorlib}/Template/Plugin/*.pm
-%{_mandir}/man3/*
+%doc Changes README.md
+%{perl_vendorlib}/Template/Plugin/Autoformat.pm
+%{_mandir}/man3/Template::Plugin::Autoformat.3pm*
This page took 0.167878 seconds and 4 git commands to generate.