Hello community, here is the log from the commit of package perl-Pod-Coverage for openSUSE:Factory checked in at Fri Apr 23 01:26:52 CEST 2010. -------- --- perl-Pod-Coverage/perl-Pod-Coverage.changes 2009-07-25 19:41:29.000000000 +0200 +++ /mounts/work_src_done/STABLE/perl-Pod-Coverage/perl-Pod-Coverage.changes 2010-04-22 22:49:41.000000000 +0200 @@ -1,0 +2,11 @@ +Thu Apr 22 20:44:14 UTC 2010 - chris@computersalat.de + +- cleanup spec + o bzipped Source + o fix perl-macros deps + o updated description + o Makefile.PL > Build.PL + o removed .packlist, perllocal.pod file > noarch pkg + o examples to doc + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- Pod-Coverage-0.20.tar.gz New: ---- Pod-Coverage-0.20.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Pod-Coverage.spec ++++++ --- /var/tmp/diff_new_pack.SxNP0j/_old 2010-04-23 01:26:42.000000000 +0200 +++ /var/tmp/diff_new_pack.SxNP0j/_new 2010-04-23 01:26:42.000000000 +0200 @@ -22,54 +22,66 @@ %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Check if the documentation of a module is comprehensive Version: 0.20 -Release: 1 +Release: 2 License: Artistic ; GPLv2+ Group: Development/Libraries/Perl Url: http://search.cpan.org/~rclamp/Pod-Coverage -Source: %{cpan_name}-%{version}.tar.gz +Source: %{cpan_name}-%{version}.tar.bz2 +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl +%if 0%{?suse_version} < 1120 BuildRequires: perl-macros -#BuildRequires: perl(Module::Build) +%endif +BuildRequires: perl(Module::Build) +BuildRequires: perl(Pod::Find) >= 0.21 BuildRequires: perl(Test::More) >= 0 BuildRequires: perl(Test::Pod) >= 1.0 # other not perl || perl-base BuildRequires: perl(Devel::Symdump) >= 2.01 -BuildRequires: perl(Pod::Find) >= 0.21 BuildRequires: perl(Pod::Parser) >= 1.13 +# Requires: perl = %{perl_version} +Requires: perl(Pod::Find) >= 0.21 # other not perl || perl-base Requires: perl(Devel::Symdump) >= 2.01 -Requires: perl(Pod::Find) >= 0.21 Requires: perl(Pod::Parser) >= 1.13 %description - - %{cpan_name} module for perl Developers hate writing documentation. They'd hate it even more if their computer tattled on them, but maybe they'll be even more thankful in the long run. Even if not, perlmodstyle tells you to, so you must obey. + This module provides a mechanism for determining if the pod for a given module is comprehensive. -_head(n>1) or an _ -subroutine. - Authors: Richard Clamp <richardc@unixbeard.net> + +It expects to find either a =head(n>1) or an =item block documenting +a subroutine. + +Authors: +-------- + Richard Clamp <richardc@unixbeard.net> Michael Stevens <mstevens@etla.org> + %prep %setup -q -n %{cpan_name}-%{version} %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL -%{__make} +CFLAGS="$RPM_OPT_FLAGS" %{__perl} Build.PL --prefix $RPM_BUILD_ROOT/usr --installdirs vendor +./Build %check -%{__make} test +./Build test %install -%perl_make_install -%perl_process_packlist +./Build install +# do not perl_process_packlist (noarch) +# remove .packlist file +%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch +# remove perllocal.pod file +%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib %perl_gen_filelist %clean @@ -78,6 +90,6 @@ %files -f %{name}.files # normally you only need to check for doc files %defattr(-,root,root) -%doc Changes +%doc Changes examples %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org