Author: qboosh Date: Wed Feb 23 17:41:42 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.22[_]06
---- Files affected: packages/perl-ExtUtils-ParseXS: perl-ExtUtils-ParseXS.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: packages/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS.spec diff -u packages/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS.spec:1.8 packages/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS.spec:1.9 --- packages/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS.spec:1.8 Tue Oct 20 09:52:48 2009 +++ packages/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS.spec Wed Feb 23 18:41:37 2011 @@ -9,20 +9,21 @@ Summary: ExtUtils::ParseXS - converts Perl XS code into C code Summary(pl.UTF-8): ExtUtils::ParseXS - przekształcanie kodu Perl XS do C Name: perl-ExtUtils-ParseXS -Version: 2.21 +Version: 2.22_06 +%define filever 2.2206 Release: 1 Epoch: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-module/ExtUtils/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: c36f6c429886f4610aa915845544857d +Source0: http://www.cpan.org/modules/by-module/ExtUtils/DAGOLDEN/%{pdir}-%{pnam}-%{filever}.tar.gz +# Source0-md5: 5a78d0c4654c6b50e7c87da8b671e8a6 URL: http://search.cpan.org/dist/ExtUtils-ParseXS/ -BuildRequires: perl-Module-Build BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} BuildRequires: perl-ExtUtils-CBuilder +BuildRequires: perl-Test-Simple >= 0.47 %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -42,20 +43,20 @@ odwzorowywania parametrów funkcji i zmiennych C na wartości perlowe. %prep -%setup -q -n %{pdir}-%{pnam}-%{version} +%setup -q -n %{pdir}-%{pnam}-%{filever} %build -%{__perl} Build.PL \ - destdir=$RPM_BUILD_ROOT \ - installdirs=vendor -./Build +%{__perl} Makefile.PL \ + INSTALLDIRS=vendor +%{__make} -%{?with_tests:./Build test} +%{?with_tests:%{__make} test} %install rm -rf $RPM_BUILD_ROOT -./Build install +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -64,7 +65,8 @@ %defattr(644,root,root,755) %doc Changes %{perl_vendorlib}/ExtUtils/ParseXS.pm -%{_mandir}/man3/ExtUtils::ParseXS.3* +%{perl_vendorlib}/ExtUtils/xsubpp +%{_mandir}/man3/ExtUtils::ParseXS.3pm* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -72,6 +74,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2011/02/23 17:41:37 qboosh +- updated to 2.22[_]06 + Revision 1.8 2009/10/20 07:52:48 amateja - updated to 2.21 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
