]> git.pld-linux.org Git - packages/perl-Locale-SubCountry.git/blobdiff - perl-Locale-SubCountry.spec
- version 1.21
[packages/perl-Locale-SubCountry.git] / perl-Locale-SubCountry.spec
index 529dada664558ee06517298c08a319b493c012a3..3bf6e1ae95f69f70051d322d2f068163240e545a 100644 (file)
@@ -1,13 +1,14 @@
 #
 # Conditional build:
 # _without_tests - do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    Locale
 %define        pnam    SubCountry
 Summary:       Locale::SubCountry - convert state, province, county etc. names to/from code
-#Summary(pl):  
+Summary(pl):   Locale::SubCountry - zamiana nazw stanu, prowincji, kraju itp. na i z kodu
 Name:          perl-Locale-SubCountry
-Version:       1.11
+Version:       1.21
 Release:       1
 License:       Artistic
 Group:         Development/Languages/Perl
@@ -19,13 +20,16 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This module allows you to convert the full name for a countries
-administrative region to the code commonly used for postal addressing. The
-reverse lookup can also be done.  Sub country codes are defined in
+administrative region to the code commonly used for postal addressing.
+The reverse lookup can also be done. Sub country codes are defined in
 "ISO 3166-2:1998, Codes for the representation of names of countries
 and their subdivisions".
 
-# %description -l pl
-# TODO
+%description -l pl
+Ten modu³ pozwala zamieniaæ pe³ne nazwy obszarów administracyjnych
+krajów na kody pocztowe. Mo¿liwa jest tak¿e odwrotna zamiana. Kody
+wewnêtrzne krajów s± zdefiniowane w "ISO 3166-2:1998, Codes for the
+representation of names of countries and their subdivisions".
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -33,6 +37,7 @@ and their subdivisions".
 %build
 perl Makefile.PL
 %{__make}
+
 %{!?_without_tests:%{__make} test}
 
 %install
@@ -45,5 +50,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc Change*
 %{perl_sitelib}/%{pdir}/*.pm
 %{_mandir}/man3/*
This page took 0.080046 seconds and 4 git commands to generate.