8
0

Accepting request 297351 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/297351
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Integer?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2015-04-16 20:06:38 +00:00
committed by Git OBS Bridge
parent 8940fa89eb
commit 720c70c65b
5 changed files with 50 additions and 28 deletions

View File

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

View File

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

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,20 @@
-------------------------------------------------------------------
Thu Apr 16 19:54:30 UTC 2015 - coolo@suse.com
- updated to 0.005
see /usr/share/doc/packages/perl-Data-Integer/Changes
version 0.005; 2015-03-29
* avoid a spurious warning generated by new Perls starting with
Perl 5.21.6
* include META.json in distribution
* convert .cvsignore to .gitignore
* add MYMETA.json to .cvsignore
-------------------------------------------------------------------
Thu Apr 14 08:05:34 UTC 2011 - coolo@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Integer (Version 0.004)
# spec file for package perl-Data-Integer
#
# Copyright (c) 2010 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
@@ -15,36 +15,24 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Data-Integer
Version: 0.004
Release: 1
License: GPL+ or Artistic
Version: 0.005
Release: 0
%define cpan_name Data-Integer
Summary: details of the native integer data type
Url: http://search.cpan.org/dist/Data-Integer/
Summary: Details of the Native Integer Data Type
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz
Url: http://search.cpan.org/dist/Data-Integer/
Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl(Module::Build)
BuildRequires: perl-macros
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(Exporter)
BuildRequires: perl(integer)
BuildRequires: perl(Module::Build)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(Test::More)
BuildRequires: perl(warnings)
Requires: perl(Carp)
Requires: perl(constant)
Requires: perl(Exporter)
Requires: perl(integer)
Requires: perl(parent)
Requires: perl(strict)
Requires: perl(warnings)
%{perl_requires}
%description
@@ -70,9 +58,6 @@ Both are handled by this module.
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README