[packages/perl-ExtUtils-XSpp] - updated to 0.18

qboosh qboosh at pld-linux.org
Sat Jan 10 23:20:08 CET 2015


commit 1741506b871cc34d60672daee19330cd4ab78a6f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jan 10 23:21:32 2015 +0100

    - updated to 0.18

 perl-ExtUtils-XSpp.spec | 36 +++++++++++++++++++++---------------
 1 file changed, 21 insertions(+), 15 deletions(-)
---
diff --git a/perl-ExtUtils-XSpp.spec b/perl-ExtUtils-XSpp.spec
index 2b77c99..75ac38e 100644
--- a/perl-ExtUtils-XSpp.spec
+++ b/perl-ExtUtils-XSpp.spec
@@ -8,13 +8,13 @@
 Summary:	ExtUtils::XSpp - XS for C++
 Summary(pl.UTF-8):	ExtUtils::XSpp - XS dla C++
 Name:		perl-ExtUtils-XSpp
-Version:	0.06
+Version:	0.18
 Release:	1
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
-Source0:	http://search.cpan.org/CPAN/authors/id/M/MB/MBARBON/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5:	775dcdb862de8a5cacdf6081b2ded3c8
+Source0:	http://www.cpan.org/modules/by-module/ExtUtils/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5:	c44ad3281df81319d02833a4e42282ac
 URL:		http://search.cpan.org/dist/ExtUtils-XSpp/
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
@@ -22,20 +22,16 @@ BuildRequires:	rpm-perlprov >= 4.1-13
 BuildRequires:	perl-Test-Base
 BuildRequires:	perl-Test-Differences
 %endif
+Requires:	perl-Digest-MD5 >= 2.0
+Requires:	perl-ExtUtils-ParseXS >= 3.07
+Requires:	perl(ExtUtils::Typemaps) >= 1
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Anything that does not look like a XS++ directive or a class
-declaration is passed verbatim to XS. If you want XS++ to ignore code
-that looks like a XS++ directive or class declaration, simply surround
-it with a raw block delimiter like this:
+XS++ is just a thin layer over plain XS.
 
-%{ XS++ won't interpret this %}
-
-See under Classes.
-
-# %description -l pl.UTF-8
-# TODO
+%description -l pl.UTF-8
+XS++ to niewielka warstwa nad zwykłym XS.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -57,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 cp -a examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
+%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/ExtUtils/XSpp.pod \
+	$RPM_BUILD_ROOT%{perl_vendorlib}/ExtUtils/XSpp/Plugin.pod
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -64,8 +63,15 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc Changes README
 %attr(755,root,root) %{_bindir}/xspp
-%{perl_vendorlib}/ExtUtils/*.pm
+%{perl_vendorlib}/ExtUtils/XSpp.pm
 %dir %{perl_vendorlib}/ExtUtils/XSpp
 %{perl_vendorlib}/ExtUtils/XSpp/*.pm
-%{_mandir}/man?/*
+%{perl_vendorlib}/ExtUtils/XSpp/Exception
+%{perl_vendorlib}/ExtUtils/XSpp/Node
+%dir %{perl_vendorlib}/ExtUtils/XSpp/Plugin
+%dir %{perl_vendorlib}/ExtUtils/XSpp/Plugin/feature
+%{perl_vendorlib}/ExtUtils/XSpp/Plugin/feature/default_xs_typemap.pm
+%{perl_vendorlib}/ExtUtils/XSpp/Typemap
+%{_mandir}/man1/xspp.1p*
+%{_mandir}/man3/ExtUtils::XSpp*.3pm*
 %{_examplesdir}/%{name}-%{version}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-ExtUtils-XSpp.git/commitdiff/1741506b871cc34d60672daee19330cd4ab78a6f



More information about the pld-cvs-commit mailing list