Accepting request 885597 from devel:languages:perl:autoupdate

- updated to 3.01
   see /usr/share/doc/packages/perl-Geo-ShapeFile/Changes

OBS-URL: https://build.opensuse.org/request/show/885597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Geo-ShapeFile?expand=0&rev=8
This commit is contained in:
2021-04-22 15:30:32 +00:00
committed by Git OBS Bridge
parent d70f76f785
commit ece8722ecd
4 changed files with 18 additions and 15 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 15 03:06:09 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.01
see /usr/share/doc/packages/perl-Geo-ShapeFile/Changes
-------------------------------------------------------------------
Sat Oct 17 13:49:11 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Geo-ShapeFile
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,32 +16,30 @@
#
Name: perl-Geo-ShapeFile
Version: 3.00
Release: 0
%define cpan_name Geo-ShapeFile
Name: perl-Geo-ShapeFile
Version: 3.01
Release: 0
Summary: Perl extension for handling ESRI GIS Shapefiles
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.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(Math::Trig) >= 1.04
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Tree::R)
#BuildRequires: perl(Win32::LongPath)
BuildRequires: perl(autovivification)
BuildRequires: perl(parent)
BuildRequires: perl(rlib)
#BuildRequires: perl(Win32::LongPath)
Requires: perl(Math::Trig) >= 1.04
Requires: perl(Tree::R)
#Requires: perl(Win32::LongPath)
Requires: perl(autovivification)
Requires: perl(parent)
#Requires: perl(Win32::LongPath)
%{perl_requires}
%description
@@ -50,11 +48,11 @@ data, it has support for shp (shape), shx (shape index), and dbf (data
base) formats.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@@ -65,7 +63,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%changelog