]> git.pld-linux.org Git - packages/perl-Devel-PPPort.git/commitdiff
- cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Jun 2013 07:19:40 +0000 (09:19 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Jun 2013 07:19:40 +0000 (09:19 +0200)
perl-Devel-PPPort.spec

index b1b7d4ea3ecbdbc8dd404fc683e47faee96a6c7b..a5d5fb9de49905a621b8d409eb21851df35e9fe8 100644 (file)
@@ -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.10.0 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.
 
@@ -76,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.051268 seconds and 4 git commands to generate.