diff --git a/perl-Module-Metadata.spec b/perl-Module-Metadata.spec index 537d877..d51b520 100644 --- a/perl-Module-Metadata.spec +++ b/perl-Module-Metadata.spec @@ -17,45 +17,32 @@ Name: perl-Module-Metadata -%define cpan_name Module-Metadata -Summary: Gather package and POD information from perl module files -License: GPL-1.0+ or Artistic-1.0 -Group: Development/Libraries/Perl Version: 1.000026 Release: 0 +%define cpan_name Module-Metadata +Summary: Gather package and POD information from perl module files +License: Artistic-1.0 or GPL-1.0+ +Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Module-Metadata/ -Source: %{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros -# -BuildRequires: perl(Carp) -BuildRequires: perl(File::Find) -BuildRequires: perl(File::Spec) -BuildRequires: perl(IO::File) BuildRequires: perl(Test::More) >= 0.82 -BuildRequires: perl(strict) -BuildRequires: perl(vars) BuildRequires: perl(version) >= 0.87 -BuildRequires: perl(warnings) -# -Requires: perl(Carp) -Requires: perl(File::Find) -Requires: perl(File::Spec) -Requires: perl(IO::File) -Requires: perl(strict) -Requires: perl(vars) Requires: perl(version) >= 0.87 -Requires: perl(warnings) +%{perl_requires} %description This module provides a standard way to gather metadata about a .pm file -without executing unsafe code. +through (mostly) static analysis and (some) code execution. When +determining the version of a module, the '$VERSION' assignment is 'eval'ed, +as is traditional in the CPAN toolchain. %prep %setup -q -n %{cpan_name}-%{version} +find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -69,11 +56,8 @@ without executing unsafe code. %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files -%defattr(644,root,root,755) -%doc Changes +%defattr(-,root,root,755) +%doc Changes CONTRIBUTING LICENSE README %changelog