[perl-Pod-PseudoPod-LaTeX] update to 1.20110710

Gerd Pokorra gerd at fedoraproject.org
Mon Mar 23 13:10:30 UTC 2015


commit 0058df1d01200d0223e9626157c65a7df4f43303
Author: gerd <gp at zimt.uni-siegen.de>
Date:   Mon Mar 23 14:10:22 2015 +0100

    update to 1.20110710

 .gitignore                    |  1 +
 perl-Pod-PseudoPod-LaTeX.spec | 22 ++++++++++++++--------
 sources                       |  2 +-
 3 files changed, 16 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0aa7763..580dce5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Pod-PseudoPod-LaTeX-1.000.tar.gz
+/Pod-PseudoPod-LaTeX-1.20110710.tar.gz
diff --git a/perl-Pod-PseudoPod-LaTeX.spec b/perl-Pod-PseudoPod-LaTeX.spec
index 584bae7..4b3adcc 100644
--- a/perl-Pod-PseudoPod-LaTeX.spec
+++ b/perl-Pod-PseudoPod-LaTeX.spec
@@ -1,6 +1,6 @@
 Name:           perl-Pod-PseudoPod-LaTeX
-Version:        1.000
-Release:        14%{?dist}
+Version:        1.20110710
+Release:        1%{?dist}
 Summary:        Pod::PseudoPod::LaTeX Perl module
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,7 +9,7 @@ Source0:        http://www.cpan.org/modules/by-module/Pod/Pod-PseudoPod-LaTeX-%{
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(IO::String)
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Pod::PseudoPod) >= 0.15
 BuildRequires:  perl(Test::More) >= 0.60
 Requires:       perl(Pod::PseudoPod) >= 0.15
@@ -23,30 +23,36 @@ means that this is a full-fledged POD parser.
 %setup -q -n Pod-PseudoPod-LaTeX-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 
 %{_fixperms} $RPM_BUILD_ROOT%{_bindir}/ppod2latex
 
 %check
-./Build test
+make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes dist.ini LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/Pod::PseudoPod::LaTeX.3pm.gz
 %{_bindir}/ppod2latex
 
 %changelog
+* Mon Mar 23 2015 Gerd Pokorra <gp at zimt.uni-siegen.de> 1.20110710-1
+- update to 1.20110710
+- changed from "perl Build.PL" to "perl Makefile.PL" (perl(ExtUtils::MakeMaker))
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.000-14
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index f335716..c760f1d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1009516b6281538960fae00b4e0ac363  Pod-PseudoPod-LaTeX-1.000.tar.gz
+bef5c3d6a128cfd10b5e822facf34172  Pod-PseudoPod-LaTeX-1.20110710.tar.gz


More information about the scm-commits mailing list