]> git.pld-linux.org Git - packages/perl-Text-Format.git/commitdiff
- updated to 0.58 auto/th/perl-Text-Format-0.58-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 18 Nov 2012 12:28:08 +0000 (13:28 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 18 Nov 2012 12:28:08 +0000 (13:28 +0100)
perl-Text-Format.spec

index 94faf8ca7b458b2e6317726782e5770dc0a589f4..6ba4395c4a8aae6f786e85c82e4f810fecab8fc3 100644 (file)
@@ -3,29 +3,32 @@
 %bcond_without tests   # do not perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
-Summary:       Text::Format perl module
-Summary(pl.UTF-8):     Moduł perla Text::Format
+Summary:       Text::Format Perl module - various subroutines to format text
+Summary(pl.UTF-8):     Moduł Perla Text::Format - różne funkcje do formatowania tekstu
 Name:          perl-Text-Format
-Version:       0.52
-Release:       10
+Version:       0.58
+Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/Text/Text-Format%{version}.tar.gz
-# Source0-md5: 9b1936e65ee05d904bb329e32259814f
-BuildRequires: rpm-perlprov >= 4.1-13
+Source0:       http://www.cpan.org/modules/by-module/Text/Text-Format-%{version}.tar.gz
+# Source0-md5: e9577b0d46f527d64f954b133ea0fbcf
+URL:           http://search.cpan.org/dist/Text-Format/
+%{?with_tests:BuildRequires:   perl-Test-Simple}
 BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Text::Format - various subroutines to format text.
+Text::Format Perl module provides various subroutines to format text.
 
 %description -l pl.UTF-8
-Text::Format - różne subrutyny do formatowania tekstu.
+Moduł Perla Text::Format udostępnia różne funkcje do formatowania
+tekstu.
 
 %prep
-%setup -q -n Text-Format%{version}
+%setup -q -n Text-Format-%{version}
 
 %build
 %{__perl} Makefile.PL \
@@ -37,7 +40,7 @@ Text::Format - różne subrutyny do formatowania tekstu.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} pure_install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %clean
@@ -45,6 +48,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc Changes README
+%doc Changes
 %{perl_vendorlib}/Text/Format.pm
-%{_mandir}/man3/*
+%{_mandir}/man3/Text::Format.3pm*
This page took 0.10153 seconds and 4 git commands to generate.