]> git.pld-linux.org Git - packages/perl-Devel-PPPort.git/blobdiff - perl-Devel-PPPort.spec
- cleanup
[packages/perl-Devel-PPPort.git] / perl-Devel-PPPort.spec
index e90661fccd82a3dcf14f60553327de5c3c89ef87..a5d5fb9de49905a621b8d409eb21851df35e9fe8 100644 (file)
@@ -8,13 +8,13 @@
 Summary:       Devel::PPPort - Perl/Pollution/Portability
 Summary(pl.UTF-8):     Devel:::PPPort - Perl/Zanieczyszczenie/Przenośność
 Name:          perl-Devel-PPPort
-Version:       3.11_01
-Release:       1
+Version:       3.20
+Release:       2
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-authors/id/M/MH/MHX/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: d446bc2e6346d213dffa67d6d3ac2965
+Source0:       http://www.cpan.org/modules/by-module/Devel/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 491ff215ff03dffb84902f6b4bb78ada
 URL:           http://search.cpan.org/dist/Devel-PPPort/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
@@ -23,16 +23,17 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 Perl's API has changed over time, gaining new features, new functions,
 increasing its flexibility, and reducing the impact on the C namespace
-environment (reduced pollution). The header file written by this module,
-typically ppport.h, attempts to bring some of the newer Perl API
-features to older versions of Perl, so that you can worry less about
-keeping track of old releases, but users can still reap the benefit.
+environment (reduced pollution). The header file written by this
+module, typically ppport.h, attempts to bring some of the newer Perl
+API features to older versions of Perl, so that you can worry less
+about keeping track of old releases, but users can still reap the
+benefit.
 
 Devel::PPPort contains a single function, called WriteFile. Its
 only purpose is to write the ppport.h C header file. This file
-contains a series of macros and, if explicitly requested, functions that
-allow XS modules to be built using older versions of Perl. Currently,
-Perl versions from 5.003 to 5.9.4 are supported.
+contains a series of macros and, if explicitly requested, functions
+that allow XS modules to be built using older versions of Perl.
+Currently, Perl versions from 5.003 to 5.10.0 are supported.
 
 This module is used by h2xs to write the file ppport.h.
 
@@ -48,7 +49,7 @@ Devel::PPPort zawiera jedną funkcję - WriteFile. Jej jedynym celem
 jest zapis pliku nagłówkowego C ppport.h. Plik ten zawiera ciąg makr
 i, jeśli tego zażądano, funkcje pozwalające na budowanie modułów XS
 przy użyciu starszych wersji Perla. Aktualnie obsługiwane są wersje
-Perla od 5.003 do 5.9.4.
+Perla od 5.003 do 5.10.0.
 
 Ten moduł jest używany przez h2xs do zapisu pliku ppport.h.
 
@@ -59,6 +60,7 @@ Ten moduł jest używany przez h2xs do zapisu pliku ppport.h.
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
@@ -75,8 +77,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes README TODO
-%{perl_vendorarch}/Devel/*.pm
+%{perl_vendorarch}/Devel/PPPort.pm
 %dir %{perl_vendorarch}/auto/Devel/PPPort
-%{perl_vendorarch}/auto/Devel/PPPort/*.bs
-%attr(755,root,root) %{perl_vendorarch}/auto/Devel/PPPort/*.so
-%{_mandir}/man3/*
+%{perl_vendorarch}/auto/Devel/PPPort/PPPort.bs
+%attr(755,root,root) %{perl_vendorarch}/auto/Devel/PPPort/PPPort.so
+%{_mandir}/man3/Devel::PPPort.3pm*
This page took 0.068604 seconds and 4 git commands to generate.