diff --git a/perl-String-Truncate.changes b/perl-String-Truncate.changes index 3056cfb..8ed8df4 100644 --- a/perl-String-Truncate.changes +++ b/perl-String-Truncate.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 20 08:54:44 UTC 2011 - coolo@novell.com + +- regenerate with newer cpanspec + ------------------------------------------------------------------- Thu Mar 31 08:38:51 UTC 2011 - coolo@novell.com diff --git a/perl-String-Truncate.spec b/perl-String-Truncate.spec index c5014bc..3f1cdd4 100644 --- a/perl-String-Truncate.spec +++ b/perl-String-Truncate.spec @@ -25,45 +25,52 @@ License: GPL+ or Artistic Summary: a module for when strings are too long to be displayed in... Url: http://search.cpan.org/dist/String-Truncate/ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/R/RJ/RJBS/String-Truncate-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Carp) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31 BuildRequires: perl(Sub::Exporter) >= 0.953 BuildRequires: perl(Sub::Exporter::Util) BuildRequires: perl(Sub::Install) >= 0.03 -Requires: perl(Carp) +BuildRequires: perl(Test::More) >= 0.96 Requires: perl(Sub::Exporter) >= 0.953 Requires: perl(Sub::Exporter::Util) Requires: perl(Sub::Install) >= 0.03 %{perl_requires} + %description -sorry, no description found +a module for when strings are too long to be displayed in... %prep %setup -q -n %{cpan_name}-%{version} + %build %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} + %check %{__make} test + %install %perl_make_install %perl_process_packlist %perl_gen_filelist + %clean %{__rm} -rf %{buildroot} + %files -f %{name}.files -%defattr(644,root,root,755) +%defattr(-,root,root,755) %doc Changes LICENSE README + + %changelog