Accepting request 95746 from devel:openSUSE:Factory:for-legal

- fix license to be in spdx.org format

OBS-URL: https://build.opensuse.org/request/show/95746
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-IniFiles?expand=0&rev=27
This commit is contained in:
Stephan Kulow 2011-12-07 13:57:04 +00:00 committed by Git OBS Bridge
parent 3b28fcd8d3
commit 11a88a0517
2 changed files with 10 additions and 7 deletions

View File

@ -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

View File

@ -15,27 +15,25 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Config-IniFiles
%define cpan_name Config-IniFiles
Summary: Module for reading .ini-style configuration files
Version: 2.68
Release: 1
License: GPL v1+, Artistic License
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Version: 2.68
Release: 0
Url: http://search.cpan.org/dist/Config-IniFiles/
#Source: http://www.cpan.org/modules/by-module/Config/Config-IniFiles-2.58.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl(IO::Scalar)
BuildRequires: perl(Module::Build)
BuildRequires: perl-macros
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
BuildRequires: perl(IO::Scalar)
BuildRequires: perl-macros
Requires: perl(IO::Scalar)
%{perl_requires}