Files
perl-Map-Tube/perl-Map-Tube.spec

114 lines
4.1 KiB
RPMSpec
Raw Permalink Normal View History

#
# spec file for package perl-Map-Tube
#
Accepting request 1239657 from devel:languages:perl:autoupdate - updated to 3.920.0 (3.92) see /usr/share/doc/packages/perl-Map-Tube/Changes 3.92 2025-01-15T21:50:00+00:00 - Documented new map Map::Tube::RheinRuhr by @gwselke. 3.91 2025-01-10T19:45:00+00:00 - Fixed regex quoting order as pointed out by @gwselke. 3.90 2025-01-10T14:55:00+00:00 - Dealt with subtle bug #16 in _is_directly_linked(), thanks @gwselke. 3.89 2024-12-18T10:00:00+00:00 - Updated pod to reflect the recent changes. 3.88 2024-12-17T12:35:00+00:00 - Strip space from start/end before lookup station name. 3.87 2024-12-13T19:05:00+00:00 - Added test for unidirection map. 3.86 2024-12-13T12:10:00+00:00 - Ignore common lines with station index. - Fixed typo in exception error. 3.85 2024-12-12T16:10:00+00:00 - Handle route not found exception. - Handle unidirection route better. 3.84 2024-12-12T13:20:00+00:00 - Updated pod and added 2 new maps: Rome and Hamburg. 3.83 2024-12-11T20:10:00+00:00 - Updated get_node_by_name() to handle invalid name. 3.82 2024-12-03T21:00:00+00:00 - Handle duplicate station name. 3.81 2024-12-03T14:35:00+00:00 - Added test for invalid station line id. 3.80 2024-12-01T00:40:00+00:00 - Tidied up unit test to make less noisy as reported by @srezic and @gwselke. https://rt.cpan.org/Ticket/Display.html?id=157584 3.79 2024-11-30T15:15:00+00:00 - Fixed the test failure reported by @srezic. https://www.cpantesters.org/cpan/report/918741da-af20-11ef-82be-e5166e8775ea https://rt.cpan.org/Ticket/Display.html?id=157584 3.78 2024-11-30T12:45:00+00:00 - Fixed subtle bug in filter() of Map::Tube::Utils, thanks @gwselke. 3.77 2024-09-03T14:50:00+00:00 - Proposed fix for CPANTESTER failed report. https://www.cpantesters.org/cpan/report/f74db456-6964-11ef-98b0-b3c3213a625c 3.76 2024-09-02T12:40:00+00:00 - Updated pod w.r.t Test::Map::Tube, thanks @mohawk2. 3.75 2024-09-02T12:20:00+00:00 - Added Test::Map::Tube to the dist, thanks @mohawk2. 3.74 2024-08-27T00:20:00+00:00 - Updated pod for Map::Tube::Cookbook. 3.73 2024-08-27T00:05:00+00:00 - Added Map::Tube::Cookbook as suggested by @mohawk2. 3.72 2024-08-26T01:50:00+00:00 - Revert changes done in v3.65. 3.71 2024-08-26T00:50:00+00:00 - Updated requirement of Test::Map::Tube v0.60. OBS-URL: https://build.opensuse.org/request/show/1239657 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Map-Tube?expand=0&rev=22
2025-01-26 01:37:00 +00:00
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
Accepting request 843004 from devel:languages:perl:autoupdate - Update spec - updated to 3.64 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.64 2019-07-05T16:45:00+00:00 - Moved author test scripts to xt/ subfolder. - updated to 3.63 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.63 2019-06-18T18:00:00+00:00 - Added SYNOPSIS section the Map::Tube::Route. - Added more codes to SYNOPSIS section of Map::Tube::Node and Map::Tube::Line. - updated to 3.62 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.62 2019-05-11T12:03:45+00:00 - Refactored Map::Tube::Plugin::Formatter and plugged into object directly. - updated to 3.61 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.61 2019-04-17T16:00:00+00:00 - Tidied up pod documentation. - updated to 3.60 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.60 2019-02-25T17:30:00+00:00 - Added dependency on Map::Tube::Exception v3.19. 3.59 2019-01-03T19:10:00+00:00 - Merged PR #6 (fix typo), thanks @reneeb. 3.58 2018-12-20T11:00:00+00:00 - Used Test::Exception catching error. 3.57 2018-09-27T17:00:00+00:00 - Updated method is_valid_color() in the package Map::Tube::Utils to return hexcode if it is valid color. - Added more color names to the supported color name list. 3.56 2018-09-04T09:15:00+00:00 - Tidied up test scripts to use "namespace::autoclean". 3.55 2018-08-09T18:00:00+00:00 - Documented the newly added attribute "bgcolor". 3.54 2018-07-31T10:50:00+00:00 - Added optional attribute 'bgcolor' for map background color. 3.53 2018-06-27T12:00:00+00:00 - Patched issue RT #125685, thanks @TobyInk. 3.52 2018-06-26T11:00:00+00:00 - Used File::ShareDir v1.114 instead of File::Share to cover the FAIL report. http://www.cpantesters.org/cpan/report/548008f4-7312-11e8-9697-652b7347484a - Upgraded min version File::ShareDir::Install v0.13. OBS-URL: https://build.opensuse.org/request/show/843004 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Map-Tube?expand=0&rev=19
2020-10-20 15:55:02 +00:00
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define cpan_name Map-Tube
Name: perl-Map-Tube
Version: 4.100.0
Release: 0
# 4.10 -> normalize -> 4.100.0
%define cpan_version 4.10
License: Artistic-2.0
Summary: Lightweight Routing Framework
Accepting request 843004 from devel:languages:perl:autoupdate - Update spec - updated to 3.64 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.64 2019-07-05T16:45:00+00:00 - Moved author test scripts to xt/ subfolder. - updated to 3.63 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.63 2019-06-18T18:00:00+00:00 - Added SYNOPSIS section the Map::Tube::Route. - Added more codes to SYNOPSIS section of Map::Tube::Node and Map::Tube::Line. - updated to 3.62 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.62 2019-05-11T12:03:45+00:00 - Refactored Map::Tube::Plugin::Formatter and plugged into object directly. - updated to 3.61 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.61 2019-04-17T16:00:00+00:00 - Tidied up pod documentation. - updated to 3.60 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.60 2019-02-25T17:30:00+00:00 - Added dependency on Map::Tube::Exception v3.19. 3.59 2019-01-03T19:10:00+00:00 - Merged PR #6 (fix typo), thanks @reneeb. 3.58 2018-12-20T11:00:00+00:00 - Used Test::Exception catching error. 3.57 2018-09-27T17:00:00+00:00 - Updated method is_valid_color() in the package Map::Tube::Utils to return hexcode if it is valid color. - Added more color names to the supported color name list. 3.56 2018-09-04T09:15:00+00:00 - Tidied up test scripts to use "namespace::autoclean". 3.55 2018-08-09T18:00:00+00:00 - Documented the newly added attribute "bgcolor". 3.54 2018-07-31T10:50:00+00:00 - Added optional attribute 'bgcolor' for map background color. 3.53 2018-06-27T12:00:00+00:00 - Patched issue RT #125685, thanks @TobyInk. 3.52 2018-06-26T11:00:00+00:00 - Used File::ShareDir v1.114 instead of File::Share to cover the FAIL report. http://www.cpantesters.org/cpan/report/548008f4-7312-11e8-9697-652b7347484a - Upgraded min version File::ShareDir::Install v0.13. OBS-URL: https://build.opensuse.org/request/show/843004 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Map-Tube?expand=0&rev=19
2020-10-20 15:55:02 +00:00
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
2025-08-12 18:15:16 +02:00
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Data::Compare) >= 1.250
Accepting request 843004 from devel:languages:perl:autoupdate - Update spec - updated to 3.64 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.64 2019-07-05T16:45:00+00:00 - Moved author test scripts to xt/ subfolder. - updated to 3.63 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.63 2019-06-18T18:00:00+00:00 - Added SYNOPSIS section the Map::Tube::Route. - Added more codes to SYNOPSIS section of Map::Tube::Node and Map::Tube::Line. - updated to 3.62 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.62 2019-05-11T12:03:45+00:00 - Refactored Map::Tube::Plugin::Formatter and plugged into object directly. - updated to 3.61 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.61 2019-04-17T16:00:00+00:00 - Tidied up pod documentation. - updated to 3.60 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.60 2019-02-25T17:30:00+00:00 - Added dependency on Map::Tube::Exception v3.19. 3.59 2019-01-03T19:10:00+00:00 - Merged PR #6 (fix typo), thanks @reneeb. 3.58 2018-12-20T11:00:00+00:00 - Used Test::Exception catching error. 3.57 2018-09-27T17:00:00+00:00 - Updated method is_valid_color() in the package Map::Tube::Utils to return hexcode if it is valid color. - Added more color names to the supported color name list. 3.56 2018-09-04T09:15:00+00:00 - Tidied up test scripts to use "namespace::autoclean". 3.55 2018-08-09T18:00:00+00:00 - Documented the newly added attribute "bgcolor". 3.54 2018-07-31T10:50:00+00:00 - Added optional attribute 'bgcolor' for map background color. 3.53 2018-06-27T12:00:00+00:00 - Patched issue RT #125685, thanks @TobyInk. 3.52 2018-06-26T11:00:00+00:00 - Used File::ShareDir v1.114 instead of File::Share to cover the FAIL report. http://www.cpantesters.org/cpan/report/548008f4-7312-11e8-9697-652b7347484a - Upgraded min version File::ShareDir::Install v0.13. OBS-URL: https://build.opensuse.org/request/show/843004 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Map-Tube?expand=0&rev=19
2020-10-20 15:55:02 +00:00
BuildRequires: perl(File::ShareDir) >= 1.114
BuildRequires: perl(File::ShareDir::Install) >= 0.130
BuildRequires: perl(Graph)
BuildRequires: perl(JSON::MaybeXS)
Accepting request 1239657 from devel:languages:perl:autoupdate - updated to 3.920.0 (3.92) see /usr/share/doc/packages/perl-Map-Tube/Changes 3.92 2025-01-15T21:50:00+00:00 - Documented new map Map::Tube::RheinRuhr by @gwselke. 3.91 2025-01-10T19:45:00+00:00 - Fixed regex quoting order as pointed out by @gwselke. 3.90 2025-01-10T14:55:00+00:00 - Dealt with subtle bug #16 in _is_directly_linked(), thanks @gwselke. 3.89 2024-12-18T10:00:00+00:00 - Updated pod to reflect the recent changes. 3.88 2024-12-17T12:35:00+00:00 - Strip space from start/end before lookup station name. 3.87 2024-12-13T19:05:00+00:00 - Added test for unidirection map. 3.86 2024-12-13T12:10:00+00:00 - Ignore common lines with station index. - Fixed typo in exception error. 3.85 2024-12-12T16:10:00+00:00 - Handle route not found exception. - Handle unidirection route better. 3.84 2024-12-12T13:20:00+00:00 - Updated pod and added 2 new maps: Rome and Hamburg. 3.83 2024-12-11T20:10:00+00:00 - Updated get_node_by_name() to handle invalid name. 3.82 2024-12-03T21:00:00+00:00 - Handle duplicate station name. 3.81 2024-12-03T14:35:00+00:00 - Added test for invalid station line id. 3.80 2024-12-01T00:40:00+00:00 - Tidied up unit test to make less noisy as reported by @srezic and @gwselke. https://rt.cpan.org/Ticket/Display.html?id=157584 3.79 2024-11-30T15:15:00+00:00 - Fixed the test failure reported by @srezic. https://www.cpantesters.org/cpan/report/918741da-af20-11ef-82be-e5166e8775ea https://rt.cpan.org/Ticket/Display.html?id=157584 3.78 2024-11-30T12:45:00+00:00 - Fixed subtle bug in filter() of Map::Tube::Utils, thanks @gwselke. 3.77 2024-09-03T14:50:00+00:00 - Proposed fix for CPANTESTER failed report. https://www.cpantesters.org/cpan/report/f74db456-6964-11ef-98b0-b3c3213a625c 3.76 2024-09-02T12:40:00+00:00 - Updated pod w.r.t Test::Map::Tube, thanks @mohawk2. 3.75 2024-09-02T12:20:00+00:00 - Added Test::Map::Tube to the dist, thanks @mohawk2. 3.74 2024-08-27T00:20:00+00:00 - Updated pod for Map::Tube::Cookbook. 3.73 2024-08-27T00:05:00+00:00 - Added Map::Tube::Cookbook as suggested by @mohawk2. 3.72 2024-08-26T01:50:00+00:00 - Revert changes done in v3.65. 3.71 2024-08-26T00:50:00+00:00 - Updated requirement of Test::Map::Tube v0.60. OBS-URL: https://build.opensuse.org/request/show/1239657 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Map-Tube?expand=0&rev=22
2025-01-26 01:37:00 +00:00
BuildRequires: perl(Map::Tube::Exception) >= 3.240
BuildRequires: perl(Map::Tube::Plugin::Formatter) >= 0.160
BuildRequires: perl(Module::Pluggable) >= 5.100
BuildRequires: perl(Moo) >= 2.000000
BuildRequires: perl(Moo::Role) >= 2.000000
BuildRequires: perl(MooX::Options) >= 4.23.0
BuildRequires: perl(Role::Tiny) >= 2.000000
Accepting request 843004 from devel:languages:perl:autoupdate - Update spec - updated to 3.64 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.64 2019-07-05T16:45:00+00:00 - Moved author test scripts to xt/ subfolder. - updated to 3.63 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.63 2019-06-18T18:00:00+00:00 - Added SYNOPSIS section the Map::Tube::Route. - Added more codes to SYNOPSIS section of Map::Tube::Node and Map::Tube::Line. - updated to 3.62 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.62 2019-05-11T12:03:45+00:00 - Refactored Map::Tube::Plugin::Formatter and plugged into object directly. - updated to 3.61 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.61 2019-04-17T16:00:00+00:00 - Tidied up pod documentation. - updated to 3.60 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.60 2019-02-25T17:30:00+00:00 - Added dependency on Map::Tube::Exception v3.19. 3.59 2019-01-03T19:10:00+00:00 - Merged PR #6 (fix typo), thanks @reneeb. 3.58 2018-12-20T11:00:00+00:00 - Used Test::Exception catching error. 3.57 2018-09-27T17:00:00+00:00 - Updated method is_valid_color() in the package Map::Tube::Utils to return hexcode if it is valid color. - Added more color names to the supported color name list. 3.56 2018-09-04T09:15:00+00:00 - Tidied up test scripts to use "namespace::autoclean". 3.55 2018-08-09T18:00:00+00:00 - Documented the newly added attribute "bgcolor". 3.54 2018-07-31T10:50:00+00:00 - Added optional attribute 'bgcolor' for map background color. 3.53 2018-06-27T12:00:00+00:00 - Patched issue RT #125685, thanks @TobyInk. 3.52 2018-06-26T11:00:00+00:00 - Used File::ShareDir v1.114 instead of File::Share to cover the FAIL report. http://www.cpantesters.org/cpan/report/548008f4-7312-11e8-9697-652b7347484a - Upgraded min version File::ShareDir::Install v0.13. OBS-URL: https://build.opensuse.org/request/show/843004 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Map-Tube?expand=0&rev=19
2020-10-20 15:55:02 +00:00
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Lib)
BuildRequires: perl(Test::More) >= 1.001014
BuildRequires: perl(Throwable)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(Type::Tiny) >= 1.000005
BuildRequires: perl(XML::Parser) >= 2.230
BuildRequires: perl(XML::Twig) >= 3.480
BuildRequires: perl(namespace::autoclean) >= 0.280
Requires: perl(Data::Compare) >= 1.250
Accepting request 843004 from devel:languages:perl:autoupdate - Update spec - updated to 3.64 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.64 2019-07-05T16:45:00+00:00 - Moved author test scripts to xt/ subfolder. - updated to 3.63 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.63 2019-06-18T18:00:00+00:00 - Added SYNOPSIS section the Map::Tube::Route. - Added more codes to SYNOPSIS section of Map::Tube::Node and Map::Tube::Line. - updated to 3.62 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.62 2019-05-11T12:03:45+00:00 - Refactored Map::Tube::Plugin::Formatter and plugged into object directly. - updated to 3.61 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.61 2019-04-17T16:00:00+00:00 - Tidied up pod documentation. - updated to 3.60 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.60 2019-02-25T17:30:00+00:00 - Added dependency on Map::Tube::Exception v3.19. 3.59 2019-01-03T19:10:00+00:00 - Merged PR #6 (fix typo), thanks @reneeb. 3.58 2018-12-20T11:00:00+00:00 - Used Test::Exception catching error. 3.57 2018-09-27T17:00:00+00:00 - Updated method is_valid_color() in the package Map::Tube::Utils to return hexcode if it is valid color. - Added more color names to the supported color name list. 3.56 2018-09-04T09:15:00+00:00 - Tidied up test scripts to use "namespace::autoclean". 3.55 2018-08-09T18:00:00+00:00 - Documented the newly added attribute "bgcolor". 3.54 2018-07-31T10:50:00+00:00 - Added optional attribute 'bgcolor' for map background color. 3.53 2018-06-27T12:00:00+00:00 - Patched issue RT #125685, thanks @TobyInk. 3.52 2018-06-26T11:00:00+00:00 - Used File::ShareDir v1.114 instead of File::Share to cover the FAIL report. http://www.cpantesters.org/cpan/report/548008f4-7312-11e8-9697-652b7347484a - Upgraded min version File::ShareDir::Install v0.13. OBS-URL: https://build.opensuse.org/request/show/843004 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Map-Tube?expand=0&rev=19
2020-10-20 15:55:02 +00:00
Requires: perl(File::ShareDir) >= 1.114
Requires: perl(JSON::MaybeXS)
Accepting request 1239657 from devel:languages:perl:autoupdate - updated to 3.920.0 (3.92) see /usr/share/doc/packages/perl-Map-Tube/Changes 3.92 2025-01-15T21:50:00+00:00 - Documented new map Map::Tube::RheinRuhr by @gwselke. 3.91 2025-01-10T19:45:00+00:00 - Fixed regex quoting order as pointed out by @gwselke. 3.90 2025-01-10T14:55:00+00:00 - Dealt with subtle bug #16 in _is_directly_linked(), thanks @gwselke. 3.89 2024-12-18T10:00:00+00:00 - Updated pod to reflect the recent changes. 3.88 2024-12-17T12:35:00+00:00 - Strip space from start/end before lookup station name. 3.87 2024-12-13T19:05:00+00:00 - Added test for unidirection map. 3.86 2024-12-13T12:10:00+00:00 - Ignore common lines with station index. - Fixed typo in exception error. 3.85 2024-12-12T16:10:00+00:00 - Handle route not found exception. - Handle unidirection route better. 3.84 2024-12-12T13:20:00+00:00 - Updated pod and added 2 new maps: Rome and Hamburg. 3.83 2024-12-11T20:10:00+00:00 - Updated get_node_by_name() to handle invalid name. 3.82 2024-12-03T21:00:00+00:00 - Handle duplicate station name. 3.81 2024-12-03T14:35:00+00:00 - Added test for invalid station line id. 3.80 2024-12-01T00:40:00+00:00 - Tidied up unit test to make less noisy as reported by @srezic and @gwselke. https://rt.cpan.org/Ticket/Display.html?id=157584 3.79 2024-11-30T15:15:00+00:00 - Fixed the test failure reported by @srezic. https://www.cpantesters.org/cpan/report/918741da-af20-11ef-82be-e5166e8775ea https://rt.cpan.org/Ticket/Display.html?id=157584 3.78 2024-11-30T12:45:00+00:00 - Fixed subtle bug in filter() of Map::Tube::Utils, thanks @gwselke. 3.77 2024-09-03T14:50:00+00:00 - Proposed fix for CPANTESTER failed report. https://www.cpantesters.org/cpan/report/f74db456-6964-11ef-98b0-b3c3213a625c 3.76 2024-09-02T12:40:00+00:00 - Updated pod w.r.t Test::Map::Tube, thanks @mohawk2. 3.75 2024-09-02T12:20:00+00:00 - Added Test::Map::Tube to the dist, thanks @mohawk2. 3.74 2024-08-27T00:20:00+00:00 - Updated pod for Map::Tube::Cookbook. 3.73 2024-08-27T00:05:00+00:00 - Added Map::Tube::Cookbook as suggested by @mohawk2. 3.72 2024-08-26T01:50:00+00:00 - Revert changes done in v3.65. 3.71 2024-08-26T00:50:00+00:00 - Updated requirement of Test::Map::Tube v0.60. OBS-URL: https://build.opensuse.org/request/show/1239657 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Map-Tube?expand=0&rev=22
2025-01-26 01:37:00 +00:00
Requires: perl(Map::Tube::Exception) >= 3.240
Requires: perl(Map::Tube::Plugin::Formatter) >= 0.160
Requires: perl(Module::Pluggable) >= 5.100
Requires: perl(Moo) >= 2.000000
Requires: perl(Moo::Role) >= 2.000000
Requires: perl(MooX::Options) >= 4.23.0
Requires: perl(Role::Tiny) >= 2.000000
Requires: perl(Throwable)
Requires: perl(Try::Tiny)
Requires: perl(Type::Tiny) >= 1.000005
Requires: perl(XML::Parser) >= 2.230
Requires: perl(XML::Twig) >= 3.480
Requires: perl(namespace::autoclean) >= 0.280
Provides: perl(Map::Tube) = %{version}
Accepting request 1239657 from devel:languages:perl:autoupdate - updated to 3.920.0 (3.92) see /usr/share/doc/packages/perl-Map-Tube/Changes 3.92 2025-01-15T21:50:00+00:00 - Documented new map Map::Tube::RheinRuhr by @gwselke. 3.91 2025-01-10T19:45:00+00:00 - Fixed regex quoting order as pointed out by @gwselke. 3.90 2025-01-10T14:55:00+00:00 - Dealt with subtle bug #16 in _is_directly_linked(), thanks @gwselke. 3.89 2024-12-18T10:00:00+00:00 - Updated pod to reflect the recent changes. 3.88 2024-12-17T12:35:00+00:00 - Strip space from start/end before lookup station name. 3.87 2024-12-13T19:05:00+00:00 - Added test for unidirection map. 3.86 2024-12-13T12:10:00+00:00 - Ignore common lines with station index. - Fixed typo in exception error. 3.85 2024-12-12T16:10:00+00:00 - Handle route not found exception. - Handle unidirection route better. 3.84 2024-12-12T13:20:00+00:00 - Updated pod and added 2 new maps: Rome and Hamburg. 3.83 2024-12-11T20:10:00+00:00 - Updated get_node_by_name() to handle invalid name. 3.82 2024-12-03T21:00:00+00:00 - Handle duplicate station name. 3.81 2024-12-03T14:35:00+00:00 - Added test for invalid station line id. 3.80 2024-12-01T00:40:00+00:00 - Tidied up unit test to make less noisy as reported by @srezic and @gwselke. https://rt.cpan.org/Ticket/Display.html?id=157584 3.79 2024-11-30T15:15:00+00:00 - Fixed the test failure reported by @srezic. https://www.cpantesters.org/cpan/report/918741da-af20-11ef-82be-e5166e8775ea https://rt.cpan.org/Ticket/Display.html?id=157584 3.78 2024-11-30T12:45:00+00:00 - Fixed subtle bug in filter() of Map::Tube::Utils, thanks @gwselke. 3.77 2024-09-03T14:50:00+00:00 - Proposed fix for CPANTESTER failed report. https://www.cpantesters.org/cpan/report/f74db456-6964-11ef-98b0-b3c3213a625c 3.76 2024-09-02T12:40:00+00:00 - Updated pod w.r.t Test::Map::Tube, thanks @mohawk2. 3.75 2024-09-02T12:20:00+00:00 - Added Test::Map::Tube to the dist, thanks @mohawk2. 3.74 2024-08-27T00:20:00+00:00 - Updated pod for Map::Tube::Cookbook. 3.73 2024-08-27T00:05:00+00:00 - Added Map::Tube::Cookbook as suggested by @mohawk2. 3.72 2024-08-26T01:50:00+00:00 - Revert changes done in v3.65. 3.71 2024-08-26T00:50:00+00:00 - Updated requirement of Test::Map::Tube v0.60. OBS-URL: https://build.opensuse.org/request/show/1239657 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Map-Tube?expand=0&rev=22
2025-01-26 01:37:00 +00:00
Provides: perl(Map::Tube::Cookbook) = %{version}
Provides: perl(Map::Tube::Line) = %{version}
Provides: perl(Map::Tube::Node) = %{version}
Provides: perl(Map::Tube::Pluggable) = %{version}
Provides: perl(Map::Tube::Route) = %{version}
Provides: perl(Map::Tube::Table) = %{version}
Provides: perl(Map::Tube::Types) = %{version}
Provides: perl(Map::Tube::Utils) = %{version}
Accepting request 1239657 from devel:languages:perl:autoupdate - updated to 3.920.0 (3.92) see /usr/share/doc/packages/perl-Map-Tube/Changes 3.92 2025-01-15T21:50:00+00:00 - Documented new map Map::Tube::RheinRuhr by @gwselke. 3.91 2025-01-10T19:45:00+00:00 - Fixed regex quoting order as pointed out by @gwselke. 3.90 2025-01-10T14:55:00+00:00 - Dealt with subtle bug #16 in _is_directly_linked(), thanks @gwselke. 3.89 2024-12-18T10:00:00+00:00 - Updated pod to reflect the recent changes. 3.88 2024-12-17T12:35:00+00:00 - Strip space from start/end before lookup station name. 3.87 2024-12-13T19:05:00+00:00 - Added test for unidirection map. 3.86 2024-12-13T12:10:00+00:00 - Ignore common lines with station index. - Fixed typo in exception error. 3.85 2024-12-12T16:10:00+00:00 - Handle route not found exception. - Handle unidirection route better. 3.84 2024-12-12T13:20:00+00:00 - Updated pod and added 2 new maps: Rome and Hamburg. 3.83 2024-12-11T20:10:00+00:00 - Updated get_node_by_name() to handle invalid name. 3.82 2024-12-03T21:00:00+00:00 - Handle duplicate station name. 3.81 2024-12-03T14:35:00+00:00 - Added test for invalid station line id. 3.80 2024-12-01T00:40:00+00:00 - Tidied up unit test to make less noisy as reported by @srezic and @gwselke. https://rt.cpan.org/Ticket/Display.html?id=157584 3.79 2024-11-30T15:15:00+00:00 - Fixed the test failure reported by @srezic. https://www.cpantesters.org/cpan/report/918741da-af20-11ef-82be-e5166e8775ea https://rt.cpan.org/Ticket/Display.html?id=157584 3.78 2024-11-30T12:45:00+00:00 - Fixed subtle bug in filter() of Map::Tube::Utils, thanks @gwselke. 3.77 2024-09-03T14:50:00+00:00 - Proposed fix for CPANTESTER failed report. https://www.cpantesters.org/cpan/report/f74db456-6964-11ef-98b0-b3c3213a625c 3.76 2024-09-02T12:40:00+00:00 - Updated pod w.r.t Test::Map::Tube, thanks @mohawk2. 3.75 2024-09-02T12:20:00+00:00 - Added Test::Map::Tube to the dist, thanks @mohawk2. 3.74 2024-08-27T00:20:00+00:00 - Updated pod for Map::Tube::Cookbook. 3.73 2024-08-27T00:05:00+00:00 - Added Map::Tube::Cookbook as suggested by @mohawk2. 3.72 2024-08-26T01:50:00+00:00 - Revert changes done in v3.65. 3.71 2024-08-26T00:50:00+00:00 - Updated requirement of Test::Map::Tube v0.60. OBS-URL: https://build.opensuse.org/request/show/1239657 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Map-Tube?expand=0&rev=22
2025-01-26 01:37:00 +00:00
Provides: perl(Test::Map::Tube) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
The core module defined as Role (Moo) to process the map data. It provides
Accepting request 843004 from devel:languages:perl:autoupdate - Update spec - updated to 3.64 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.64 2019-07-05T16:45:00+00:00 - Moved author test scripts to xt/ subfolder. - updated to 3.63 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.63 2019-06-18T18:00:00+00:00 - Added SYNOPSIS section the Map::Tube::Route. - Added more codes to SYNOPSIS section of Map::Tube::Node and Map::Tube::Line. - updated to 3.62 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.62 2019-05-11T12:03:45+00:00 - Refactored Map::Tube::Plugin::Formatter and plugged into object directly. - updated to 3.61 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.61 2019-04-17T16:00:00+00:00 - Tidied up pod documentation. - updated to 3.60 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.60 2019-02-25T17:30:00+00:00 - Added dependency on Map::Tube::Exception v3.19. 3.59 2019-01-03T19:10:00+00:00 - Merged PR #6 (fix typo), thanks @reneeb. 3.58 2018-12-20T11:00:00+00:00 - Used Test::Exception catching error. 3.57 2018-09-27T17:00:00+00:00 - Updated method is_valid_color() in the package Map::Tube::Utils to return hexcode if it is valid color. - Added more color names to the supported color name list. 3.56 2018-09-04T09:15:00+00:00 - Tidied up test scripts to use "namespace::autoclean". 3.55 2018-08-09T18:00:00+00:00 - Documented the newly added attribute "bgcolor". 3.54 2018-07-31T10:50:00+00:00 - Added optional attribute 'bgcolor' for map background color. 3.53 2018-06-27T12:00:00+00:00 - Patched issue RT #125685, thanks @TobyInk. 3.52 2018-06-26T11:00:00+00:00 - Used File::ShareDir v1.114 instead of File::Share to cover the FAIL report. http://www.cpantesters.org/cpan/report/548008f4-7312-11e8-9697-652b7347484a - Upgraded min version File::ShareDir::Install v0.13. OBS-URL: https://build.opensuse.org/request/show/843004 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Map-Tube?expand=0&rev=19
2020-10-20 15:55:02 +00:00
the interface to find the shortest route in terms of stoppage between two
nodes.Also you can get all possible routes between two given nodes.
If you are keen to know the internals of Map::Tube then please follow the
note documented in Map::Tube::Cookbook.
%prep
Accepting request 1239657 from devel:languages:perl:autoupdate - updated to 3.920.0 (3.92) see /usr/share/doc/packages/perl-Map-Tube/Changes 3.92 2025-01-15T21:50:00+00:00 - Documented new map Map::Tube::RheinRuhr by @gwselke. 3.91 2025-01-10T19:45:00+00:00 - Fixed regex quoting order as pointed out by @gwselke. 3.90 2025-01-10T14:55:00+00:00 - Dealt with subtle bug #16 in _is_directly_linked(), thanks @gwselke. 3.89 2024-12-18T10:00:00+00:00 - Updated pod to reflect the recent changes. 3.88 2024-12-17T12:35:00+00:00 - Strip space from start/end before lookup station name. 3.87 2024-12-13T19:05:00+00:00 - Added test for unidirection map. 3.86 2024-12-13T12:10:00+00:00 - Ignore common lines with station index. - Fixed typo in exception error. 3.85 2024-12-12T16:10:00+00:00 - Handle route not found exception. - Handle unidirection route better. 3.84 2024-12-12T13:20:00+00:00 - Updated pod and added 2 new maps: Rome and Hamburg. 3.83 2024-12-11T20:10:00+00:00 - Updated get_node_by_name() to handle invalid name. 3.82 2024-12-03T21:00:00+00:00 - Handle duplicate station name. 3.81 2024-12-03T14:35:00+00:00 - Added test for invalid station line id. 3.80 2024-12-01T00:40:00+00:00 - Tidied up unit test to make less noisy as reported by @srezic and @gwselke. https://rt.cpan.org/Ticket/Display.html?id=157584 3.79 2024-11-30T15:15:00+00:00 - Fixed the test failure reported by @srezic. https://www.cpantesters.org/cpan/report/918741da-af20-11ef-82be-e5166e8775ea https://rt.cpan.org/Ticket/Display.html?id=157584 3.78 2024-11-30T12:45:00+00:00 - Fixed subtle bug in filter() of Map::Tube::Utils, thanks @gwselke. 3.77 2024-09-03T14:50:00+00:00 - Proposed fix for CPANTESTER failed report. https://www.cpantesters.org/cpan/report/f74db456-6964-11ef-98b0-b3c3213a625c 3.76 2024-09-02T12:40:00+00:00 - Updated pod w.r.t Test::Map::Tube, thanks @mohawk2. 3.75 2024-09-02T12:20:00+00:00 - Added Test::Map::Tube to the dist, thanks @mohawk2. 3.74 2024-08-27T00:20:00+00:00 - Updated pod for Map::Tube::Cookbook. 3.73 2024-08-27T00:05:00+00:00 - Added Map::Tube::Cookbook as suggested by @mohawk2. 3.72 2024-08-26T01:50:00+00:00 - Revert changes done in v3.65. 3.71 2024-08-26T00:50:00+00:00 - Updated requirement of Test::Map::Tube v0.60. OBS-URL: https://build.opensuse.org/request/show/1239657 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Map-Tube?expand=0&rev=22
2025-01-26 01:37:00 +00:00
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
Accepting request 843004 from devel:languages:perl:autoupdate - Update spec - updated to 3.64 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.64 2019-07-05T16:45:00+00:00 - Moved author test scripts to xt/ subfolder. - updated to 3.63 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.63 2019-06-18T18:00:00+00:00 - Added SYNOPSIS section the Map::Tube::Route. - Added more codes to SYNOPSIS section of Map::Tube::Node and Map::Tube::Line. - updated to 3.62 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.62 2019-05-11T12:03:45+00:00 - Refactored Map::Tube::Plugin::Formatter and plugged into object directly. - updated to 3.61 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.61 2019-04-17T16:00:00+00:00 - Tidied up pod documentation. - updated to 3.60 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.60 2019-02-25T17:30:00+00:00 - Added dependency on Map::Tube::Exception v3.19. 3.59 2019-01-03T19:10:00+00:00 - Merged PR #6 (fix typo), thanks @reneeb. 3.58 2018-12-20T11:00:00+00:00 - Used Test::Exception catching error. 3.57 2018-09-27T17:00:00+00:00 - Updated method is_valid_color() in the package Map::Tube::Utils to return hexcode if it is valid color. - Added more color names to the supported color name list. 3.56 2018-09-04T09:15:00+00:00 - Tidied up test scripts to use "namespace::autoclean". 3.55 2018-08-09T18:00:00+00:00 - Documented the newly added attribute "bgcolor". 3.54 2018-07-31T10:50:00+00:00 - Added optional attribute 'bgcolor' for map background color. 3.53 2018-06-27T12:00:00+00:00 - Patched issue RT #125685, thanks @TobyInk. 3.52 2018-06-26T11:00:00+00:00 - Used File::ShareDir v1.114 instead of File::Share to cover the FAIL report. http://www.cpantesters.org/cpan/report/548008f4-7312-11e8-9697-652b7347484a - Upgraded min version File::ShareDir::Install v0.13. OBS-URL: https://build.opensuse.org/request/show/843004 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Map-Tube?expand=0&rev=19
2020-10-20 15:55:02 +00:00
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
Accepting request 843004 from devel:languages:perl:autoupdate - Update spec - updated to 3.64 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.64 2019-07-05T16:45:00+00:00 - Moved author test scripts to xt/ subfolder. - updated to 3.63 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.63 2019-06-18T18:00:00+00:00 - Added SYNOPSIS section the Map::Tube::Route. - Added more codes to SYNOPSIS section of Map::Tube::Node and Map::Tube::Line. - updated to 3.62 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.62 2019-05-11T12:03:45+00:00 - Refactored Map::Tube::Plugin::Formatter and plugged into object directly. - updated to 3.61 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.61 2019-04-17T16:00:00+00:00 - Tidied up pod documentation. - updated to 3.60 see /usr/share/doc/packages/perl-Map-Tube/Changes 3.60 2019-02-25T17:30:00+00:00 - Added dependency on Map::Tube::Exception v3.19. 3.59 2019-01-03T19:10:00+00:00 - Merged PR #6 (fix typo), thanks @reneeb. 3.58 2018-12-20T11:00:00+00:00 - Used Test::Exception catching error. 3.57 2018-09-27T17:00:00+00:00 - Updated method is_valid_color() in the package Map::Tube::Utils to return hexcode if it is valid color. - Added more color names to the supported color name list. 3.56 2018-09-04T09:15:00+00:00 - Tidied up test scripts to use "namespace::autoclean". 3.55 2018-08-09T18:00:00+00:00 - Documented the newly added attribute "bgcolor". 3.54 2018-07-31T10:50:00+00:00 - Added optional attribute 'bgcolor' for map background color. 3.53 2018-06-27T12:00:00+00:00 - Patched issue RT #125685, thanks @TobyInk. 3.52 2018-06-26T11:00:00+00:00 - Used File::ShareDir v1.114 instead of File::Share to cover the FAIL report. http://www.cpantesters.org/cpan/report/548008f4-7312-11e8-9697-652b7347484a - Upgraded min version File::ShareDir::Install v0.13. OBS-URL: https://build.opensuse.org/request/show/843004 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Map-Tube?expand=0&rev=19
2020-10-20 15:55:02 +00:00
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%doc Changes README
%license LICENSE
%changelog