8
0
Stephan Kulow
2011-06-20 08:54:19 +00:00
committed by Git OBS Bridge
parent 70f2718e89
commit df9c22390b
2 changed files with 9 additions and 15 deletions

View File

@@ -1,8 +1,3 @@
-------------------------------------------------------------------
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

@@ -1,7 +1,7 @@
# #
# spec file for package perl-String-Truncate # spec file for package perl-String-Truncate (Version 1.100600)
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -15,33 +15,32 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: perl-String-Truncate Name: perl-String-Truncate
Version: 1.100600 Version: 1.100600
Release: 3 Release: 1
License: GPL+ or Artistic License: GPL+ or Artistic
%define cpan_name String-Truncate %define cpan_name String-Truncate
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/%{cpan_name}-%{version}.tar.gz #Source: http://www.cpan.org/authors/id/R/RJ/RJBS/String-Truncate-%{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(ExtUtils::MakeMaker) >= 6.31 BuildRequires: perl(Carp)
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
BuildRequires: perl(Test::More) >= 0.96 Requires: perl(Carp)
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
a module for when strings are too long to be displayed in... sorry, no description found
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
@@ -62,7 +61,7 @@ a module for when strings are too long to be displayed in...
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(644,root,root,755)
%doc Changes LICENSE README %doc Changes LICENSE README
%changelog %changelog