Accepting request 95747 from devel:languages:perl
- fix license to be in spdx.org format (forwarded request 95746 from coolo) OBS-URL: https://build.opensuse.org/request/show/95747 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-IniFiles?expand=0&rev=26
This commit is contained in:
commit
222a5ce356
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 7 13:53:12 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- fix license to be in spdx.org format
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 23 07:50:01 UTC 2011 - vcizek@novell.com
|
Thu Jun 23 07:50:01 UTC 2011 - vcizek@novell.com
|
||||||
|
|
||||||
|
@ -15,27 +15,25 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Config-IniFiles
|
Name: perl-Config-IniFiles
|
||||||
%define cpan_name Config-IniFiles
|
%define cpan_name Config-IniFiles
|
||||||
Summary: Module for reading .ini-style configuration files
|
Summary: Module for reading .ini-style configuration files
|
||||||
Version: 2.68
|
License: GPL-1.0+ or Artistic-1.0
|
||||||
Release: 1
|
|
||||||
License: GPL v1+, Artistic License
|
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
|
Version: 2.68
|
||||||
|
Release: 0
|
||||||
Url: http://search.cpan.org/dist/Config-IniFiles/
|
Url: http://search.cpan.org/dist/Config-IniFiles/
|
||||||
#Source: http://www.cpan.org/modules/by-module/Config/Config-IniFiles-2.58.tar.gz
|
#Source: http://www.cpan.org/modules/by-module/Config/Config-IniFiles-2.58.tar.gz
|
||||||
Source: %{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(IO::Scalar)
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build)
|
||||||
BuildRequires: perl-macros
|
|
||||||
BuildRequires: perl(Test::Pod) >= 1.14
|
BuildRequires: perl(Test::Pod) >= 1.14
|
||||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
||||||
BuildRequires: perl(IO::Scalar)
|
BuildRequires: perl-macros
|
||||||
Requires: perl(IO::Scalar)
|
Requires: perl(IO::Scalar)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user