8
0

always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Spreadsheet-WriteExcel?expand=0&rev=10
This commit is contained in:
Stephan Kulow
2010-12-03 14:50:18 +00:00
committed by Git OBS Bridge
parent aaeca3d314
commit 8821156a7d

View File

@@ -1,9 +1,9 @@
Name: perl-Spreadsheet-WriteExcel Name: perl-Spreadsheet-WriteExcel
BuildRequires: perl-Parse-RecDescent perl-OLE-Storage_Lite BuildRequires: perl-Parse-RecDescent perl-OLE-Storage_Lite
BuildRequires: perl-macros
Url: http://search.cpan.org/search?module=Spreadsheet::WriteExcel Url: http://search.cpan.org/search?module=Spreadsheet::WriteExcel
License: Artistic License License: Artistic License
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
%{perl_requires}
Requires: perl-Parse-RecDescent Requires: perl-Parse-RecDescent
AutoReqProv: on AutoReqProv: on
Summary: This Module can be Used to Create Excel Binary Files Summary: This Module can be Used to Create Excel Binary Files
@@ -11,6 +11,7 @@ Version: 2.37
Release: 1 Release: 1
Source: Spreadsheet-WriteExcel-%{version}.tar.gz Source: Spreadsheet-WriteExcel-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
%description %description
The Spreadsheet::WriteExcel module can be used to create a cross- The Spreadsheet::WriteExcel module can be used to create a cross-