Accepting request 297524 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/297524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-IniFiles?expand=0&rev=34
This commit is contained in:
Stephan Kulow 2015-04-25 19:16:32 +00:00 committed by Git OBS Bridge
commit 0e69aa44fd
5 changed files with 36 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11578b7ddb1b86148ef5e5091155b7c420f157837d5b9fb486c659829186827d
size 72950

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a290839a6370535e3795cae304ac97d7bd9409df194a30e92933b418d3c85069
size 79705

20
cpanspec.yml Normal file
View File

@ -0,0 +1,20 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 16 20:22:29 UTC 2015 - coolo@suse.com
- updated to 2.86
see /usr/share/doc/packages/perl-Config-IniFiles/Changes
-------------------------------------------------------------------
Sun Feb 9 13:34:29 UTC 2014 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Config-IniFiles
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,20 +17,21 @@
Name: perl-Config-IniFiles
Version: 2.83
Version: 2.86
Release: 0
%define cpan_name Config-IniFiles
Summary: A module for reading .ini-style configuration files.
Summary: Module for Reading .Ini-Style Configuration Files
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Config-IniFiles/
Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(List::MoreUtils) >= 0.33
BuildRequires: perl(Module::Build) >= 0.36
BuildRequires: perl(Module::Build) >= 0.360000
Requires: perl(List::MoreUtils) >= 0.33
%{perl_requires}
@ -56,6 +57,6 @@ tied hash.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README scripts
%doc Changes LICENSE OLD-Changes.txt README scripts
%changelog