]> git.pld-linux.org Git - packages/perl-Text-Unaccent.git/blobdiff - perl-Text-Unaccent.spec
perl 5.38.0 rebuild
[packages/perl-Text-Unaccent.git] / perl-Text-Unaccent.spec
index 87a9e99cb9e3244c8d533f6b42dbe9088f3a2b7a..5d116d099759a132eaf5f406ea6f5b60f5387afe 100644 (file)
@@ -1,26 +1,26 @@
 #
 # Conditional build:
-%bcond_without tests           # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
-%define        pdir    Text
-%define        pnam    Unaccent
+%bcond_with    tests           # do not perform "make test"
+
+%define                pdir    Text
+%define                pnam    Unaccent
 Summary:       Text::Unaccent - remove accents from a string
-Summary(pl):   Text::Unaccent - usuwanie akcentów z napisów
+Summary(pl.UTF-8):     Text::Unaccent - usuwanie akcentów z napisów
 Name:          perl-Text-Unaccent
-Version:       1.01
-Release:       1
+Version:       1.08
+Release:       17
 License:       GPL v2+
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 9ac9b28cbb66f4829a50d563ace79cb5
+URL:           http://search.cpan.org/dist/Text-Unaccent/
 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::Unaccent is a module that provides functions to remove accents
-from a string.  For instance the string été will become ete.  The
+from a string. For instance the string été will become ete. The
 charset of the input string is specified as an argument. The input is
 converted to UTF-16 using iconv(3), accents are stripped and the
 result is converted back to the original charset. The iconv --list
@@ -28,13 +28,13 @@ command on GNU/Linux will show all charset supported.
 
 Text-Unaccent-1.01 has the same unac.[ch] files than unac-1.1.0.
 
-%description -l pl
-Text::Unaccent to modu³ dostarczaj±cy funkcje do usuwania akcentów z
-napisów. Na przyk³ad tekst été zostanie zamieniony na ete. Zestaw
-znaków ³añucha wej¶ciowego jest podawany jako argument. Wej¶cie jest
-konwertowane do UTF-16 przy u¿yciu iconv(3), usuwane s± akcenty, a
-wynik jest konwertowany z powrotem do oryginalnego zestawu znaków.
-Obs³ugiwane zestawy znaków mo¿na sprawdziæ poleceniem iconv --list.
+%description -l pl.UTF-8
+Text::Unaccent to moduł dostarczający funkcje do usuwania akcentów z
+napisów. Na przykład tekst été zostanie zamieniony na ete. Zestaw
+znaków łańcucha wejściowego jest podawany jako argument. Wejście jest
+konwertowane do UTF-16 przy użyciu iconv(3), usuwane są akcenty, a
+wynik jest konwertowany z powrotem do oryginalnego zestawu znaków.
+Obsługiwane zestawy znaków można sprawdzić poleceniem iconv --list.
 
 Text-Unaccent-1.01 ma te same pliki unac.[ch] co unac-1.1.0.
 
@@ -63,6 +63,5 @@ rm -rf $RPM_BUILD_ROOT
 %doc ChangeLog README
 %{perl_vendorarch}/Text/*.pm
 %dir %{perl_vendorarch}/auto/Text/Unaccent
-%{perl_vendorarch}/auto/Text/Unaccent/*.bs
 %attr(755,root,root) %{perl_vendorarch}/auto/Text/Unaccent/*.so
 %{_mandir}/man3/*
This page took 0.212708 seconds and 4 git commands to generate.