summaryrefslogtreecommitdiff
path: root/perl-Math-Round.spec
diff options
context:
space:
mode:
authorJakub Bogusz2005-11-03 00:05:26 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitb127cdf598bd6de22390303436bbb40adef80515 (patch)
treea75f84b59b7b672e9dcc58ea99ea5c92277c0dfd /perl-Math-Round.spec
parentc1fe28eeec2aa65ef2c5616d40fee0e37bea5c45 (diff)
downloadperl-Math-Round-b127cdf598bd6de22390303436bbb40adef80515.zip
perl-Math-Round-b127cdf598bd6de22390303436bbb40adef80515.tar.gz
- desc fix, pl, missing dirauto/th/perl-Math-Round-0_05-0_1
Changed files: perl-Math-Round.spec -> 1.2
Diffstat (limited to 'perl-Math-Round.spec')
-rw-r--r--perl-Math-Round.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/perl-Math-Round.spec b/perl-Math-Round.spec
index 8aa0319..78e7816 100644
--- a/perl-Math-Round.spec
+++ b/perl-Math-Round.spec
@@ -6,6 +6,7 @@
%define pdir Math
%define pnam Round
Summary: Math::Round - Perl extension for rounding numbers
+Summary(pl): Math::Round - perlowe rozszerzenie do zaokrąglania liczb
Name: perl-Math-Round
Version: 0.05
Release: 0.1
@@ -22,8 +23,14 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
Math::Round supplies functions that will round numbers in different
ways. The functions round and nearest are exported by default; others
-are available as described below. "use ... qw(:all)" exports all
-functions.
+are available as described in the manual. "use ... qw(:all)" exports
+all functions.
+
+%description -l pl
+Math::Round udostępnia funkcje zaokrąglające liczby w różny sposób.
+Funkcje round i nearest są eksportowane domyślnie; inne są dostępne w
+sposób opisany w manualu. "use ... qw(:all)" eksportuje wszystkie
+funkcje.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -48,5 +55,6 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc Changes README
%{perl_vendorlib}/Math/*.pm
+%dir %{perl_vendorlib}/auto/Math/Round
%{perl_vendorlib}/auto/Math/Round/autosplit.ix
%{_mandir}/man3/*