8
0

Accepting request 74160 from devel:languages:perl

- regenerate with newer cpanspec

OBS-URL: https://build.opensuse.org/request/show/74160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-String-Truncate?expand=0&rev=3
This commit is contained in:
Sascha Peilicke
2011-06-20 11:00:49 +00:00
committed by Git OBS Bridge
parent ec9efda5f5
commit 9c6bfd2612
2 changed files with 18 additions and 6 deletions

View File

@@ -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 Thu Mar 31 08:38:51 UTC 2011 - coolo@novell.com

View File

@@ -25,45 +25,52 @@ License: GPL+ or Artistic
Summary: a module for when strings are too long to be displayed in... Summary: a module for when strings are too long to be displayed in...
Url: http://search.cpan.org/dist/String-Truncate/ Url: http://search.cpan.org/dist/String-Truncate/
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/R/RJ/RJBS/String-Truncate-%{version}.tar.gz Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Carp) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
BuildRequires: perl(Sub::Exporter) >= 0.953 BuildRequires: perl(Sub::Exporter) >= 0.953
BuildRequires: perl(Sub::Exporter::Util) BuildRequires: perl(Sub::Exporter::Util)
BuildRequires: perl(Sub::Install) >= 0.03 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) >= 0.953
Requires: perl(Sub::Exporter::Util) Requires: perl(Sub::Exporter::Util)
Requires: perl(Sub::Install) >= 0.03 Requires: perl(Sub::Install) >= 0.03
%{perl_requires} %{perl_requires}
%description %description
sorry, no description found a module for when strings are too long to be displayed in...
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %{__make} %{?_smp_mflags}
%check %check
%{__make} test %{__make} test
%install %install
%perl_make_install %perl_make_install
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%clean %clean
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(644,root,root,755) %defattr(-,root,root,755)
%doc Changes LICENSE README %doc Changes LICENSE README
%changelog %changelog