Accepting request 360690 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/360690 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Geo-ShapeFile?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ccc2bd992d8474f473b3b33064baabd906d5a45afc75db035ab0136058a1edb
|
||||
size 278581
|
||||
3
Geo-ShapeFile-2.61.tar.gz
Normal file
3
Geo-ShapeFile-2.61.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8781a1249dbe36ecf517ac29e199542700543dbb6470568dafbba5a33acda884
|
||||
size 332726
|
||||
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#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_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 21 09:55:52 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 2.61
|
||||
see /usr/share/doc/packages/perl-Geo-ShapeFile/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 14 08:45:07 UTC 2011 - coolo@opensuse.org
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Geo-ShapeFile (Version 2.52)
|
||||
# spec file for package perl-Geo-ShapeFile
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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,26 +15,30 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Geo-ShapeFile
|
||||
Version: 2.52
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Version: 2.61
|
||||
Release: 0
|
||||
%define cpan_name Geo-ShapeFile
|
||||
Summary: Geo::ShapeFile Perl module
|
||||
Url: http://search.cpan.org/dist/Geo-ShapeFile/
|
||||
Summary: Perl extension for handling ESRI GIS Shapefiles
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Source: http://www.cpan.org/authors/id/J/JA/JASONK/%{cpan_name}-%{version}.tar.gz
|
||||
Url: http://search.cpan.org/dist/Geo-ShapeFile/
|
||||
Source0: http://www.cpan.org/authors/id/S/SL/SLAFFAN/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(Math::Trig)
|
||||
Requires: perl(Carp)
|
||||
Requires: perl(IO::File)
|
||||
Requires: perl(Math::Trig)
|
||||
BuildRequires: perl(Math::Trig) >= 1.04
|
||||
BuildRequires: perl(Tree::R)
|
||||
BuildRequires: perl(autovivification)
|
||||
BuildRequires: perl(parent)
|
||||
BuildRequires: perl(rlib)
|
||||
Requires: perl(Math::Trig) >= 1.04
|
||||
Requires: perl(Tree::R)
|
||||
Requires: perl(autovivification)
|
||||
Requires: perl(parent)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -57,9 +61,6 @@ base) formats.
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
|
||||
Reference in New Issue
Block a user