]> git.pld-linux.org Git - packages/perl-Clone.git/blobdiff - perl-Clone.spec
- rebuild with perl 5.30.0
[packages/perl-Clone.git] / perl-Clone.spec
index 8bc1998235183bb98b925d699d97cea055effad1..6973144f4e34417b11890d17023bd7730c6c6a7f 100644 (file)
@@ -3,17 +3,18 @@
 %bcond_without tests   # do not perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
-%define        pdir    Clone
-Summary:       Clone - perl module for recursively copying Perl datatypes
-Summary(pl):   Clone - modu³ perla obs³uguj±cy rekursywne kopiowanie zmiennych w Perl'u
+%define                pdir    Clone
+Summary:       Clone - Perl module for recursively copying Perl datatypes
+Summary(pl.UTF-8):     Clone - moduł Perla obsługujący rekursywne kopiowanie zmiennych w Perlu
 Name:          perl-Clone
-Version:       0.15
-Release:       1
-# as perl itself
-License:       GPL or Artistic
+Version:       0.43
+Release:       2
+# same as perl
+License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{version}.tar.gz
-# Source0-md5: 5cac94da96835758462133f3afd8fe22
+Source0:       http://www.cpan.org/modules/by-module/Clone/%{pdir}-%{version}.tar.gz
+# Source0-md5: 12e2247a3c9802bae774daac32d083c1
+URL:           http://search.cpan.org/dist/Clone/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -23,10 +24,10 @@ This module provides a clone() method which makes recursive copies
 of nested hash, array, scalar and reference types, including tied
 variables and objects.
 
-%description -l pl
-Ten modu³ dostarcza clone(), metodê s³u¿±c± do rekusywnego kopiowania
-zagnie¿d¿onych tablic asocjacyjnych, referencji, zwi±zanych zmiennych
-i obiektów.
+%description -l pl.UTF-8
+Ten moduł dostarcza clone(), metodę służącą do rekurencyjnego
+kopiowania zagnieżdżonych tablic asocjacyjnych, tablic, skalarów i
+referencji, włącznie ze związanymi zmiennymi i obiektami.
 
 %prep
 %setup -q -n %{pdir}-%{version}
@@ -36,6 +37,7 @@ i obiekt
        INSTALLDIRS=vendor
 
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
@@ -53,6 +55,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc Changes
 %{perl_vendorarch}/Clone.pm
-%{perl_vendorarch}/auto/Clone/Clone.bs
 %attr(755,root,root) %{perl_vendorarch}/auto/Clone/Clone.so
-%{_mandir}/man3/*
+%{perl_vendorarch}/auto/Clone/autosplit.ix
+%{_mandir}/man3/Clone.3pm*
This page took 0.035157 seconds and 4 git commands to generate.