summaryrefslogtreecommitdiff
path: root/perl-Text-FixedLength.spec
diff options
context:
space:
mode:
authorJakub Bogusz2002-08-28 20:58:41 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit7703b4618b9de6b422918321d007f69a7266dd17 (patch)
treebe5e76aa58fb1b2f74d626458b8b4c1669bf4313 /perl-Text-FixedLength.spec
parenta7b033dae8f562efb493f080aa0ae532f34aae6c (diff)
downloadperl-Text-FixedLength-7703b4618b9de6b422918321d007f69a7266dd17.zip
perl-Text-FixedLength-7703b4618b9de6b422918321d007f69a7266dd17.tar.gz
Changed files: perl-Text-FixedLength.spec -> 1.21
Diffstat (limited to 'perl-Text-FixedLength.spec')
-rw-r--r--perl-Text-FixedLength.spec20
1 files changed, 13 insertions, 7 deletions
diff --git a/perl-Text-FixedLength.spec b/perl-Text-FixedLength.spec
index e5663f8..6385464 100644
--- a/perl-Text-FixedLength.spec
+++ b/perl-Text-FixedLength.spec
@@ -2,21 +2,29 @@
%define pdir Text
%define pnam FixedLength
Summary: Text::FixedLength - Parse and create fixed length field records
+Summary(pl): Text::FixedLength - analiza i tworzenie rekordów o polach stałej długości
Name: perl-Text-FixedLength
Version: 0.12
-Release: 9
+Release: 10
License: GPL
Group: Development/Languages/Perl
Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-BuildRequires: rpm-perlprov >= 3.0.3-16
BuildRequires: perl >= 5.6
+BuildRequires: rpm-perlprov >= 3.0.3-16
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
Text::FixedLength was made to be able to manipulate fixed length field
-records. You can manipulate arrays of data, or files of data. This module
-allows you to change between delimited and fixed length records.
+records. You can manipulate arrays of data, or files of data. This
+module allows you to change between delimited and fixed length
+records.
+
+%description -l pl
+Text::FixedLength został stworzony, by umożliwić manipulowanie
+rekordami o polach stałej długości. Można obrabiać tablice lub pliki z
+danymi. Ten moduł umożliwia konwersję pomiędzy rekordami z polami
+ograniczonymi i polami stałej długości.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -30,13 +38,11 @@ rm -rf $RPM_BUILD_ROOT
%{__make} install DESTDIR=$RPM_BUILD_ROOT
-gzip -9nf README
-
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc *.gz
+%doc README
%{perl_sitelib}/Text/FixedLength.pm
%{_mandir}/man3/*