Author: qboosh Date: Tue Feb 22 16:28:15 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 3.15
---- Files affected: packages/perl-Pod-Simple: perl-Pod-Simple.spec (1.24 -> 1.25) ---- Diffs: ================================================================ Index: packages/perl-Pod-Simple/perl-Pod-Simple.spec diff -u packages/perl-Pod-Simple/perl-Pod-Simple.spec:1.24 packages/perl-Pod-Simple/perl-Pod-Simple.spec:1.25 --- packages/perl-Pod-Simple/perl-Pod-Simple.spec:1.24 Wed Oct 7 10:06:16 2009 +++ packages/perl-Pod-Simple/perl-Pod-Simple.spec Tue Feb 22 17:28:10 2011 @@ -9,15 +9,17 @@ Summary: Pod::Simple - framework for parsing Pod Summary(pl.UTF-8): Pod::Simple - szkielet dla analizy Pod Name: perl-Pod-Simple -Version: 3.08 +Version: 3.15 Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-module/Pod/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: f1f37e00b58760aad44e4df652bcb679 +Source0: http://www.cpan.org/modules/by-authors/id/D/DW/DWHEELER/%{pdir}-%{pnam}-%{version}.tar.gz +# Source0-md5: 2ebe2e9ce2f834d0db73c8a65258e887 URL: http://search.cpan.org/dist/Pod-Simple/ %if %{with tests} +BuildRequires: perl(Test) >= 1.25 +BuildRequires: perl(Text::Wrap) >= 98.112902 BuildRequires: perl-Pod-Escapes >= 1.03 %endif BuildRequires: perl-devel >= 1:5.8.0 @@ -25,8 +27,6 @@ BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _noautoreq 'perl(overload()' - %description Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation") markup language that is typically used for writing @@ -57,6 +57,9 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +# packaged as man +%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/Pod/{Simple,Simple/Subclassing}.pod + %clean rm -rf $RPM_BUILD_ROOT @@ -66,7 +69,7 @@ %{perl_vendorlib}/Pod/Simple.pm %dir %{perl_vendorlib}/Pod/Simple %{perl_vendorlib}/Pod/Simple/*.pm -%{_mandir}/man3/* +%{_mandir}/man3/Pod::Simple*.3pm* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -74,6 +77,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2011/02/22 16:28:10 qboosh +- updated to 3.15 + Revision 1.24 2009/10/07 08:06:16 amateja - updated to 3.08 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Pod-Simple/perl-Pod-Simple.spec?r1=1.24&r2=1.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
