Sync from SUSE:SLFO:Main perl-Text-Roman revision 5baa7908fd4bd5dc68c428ed04395896

This commit is contained in:
Adrian Schröter 2025-02-26 14:03:20 +01:00
parent 8829534609
commit fb047d1033
2 changed files with 25 additions and 18 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 10 21:42:42 UTC 2025 - Tina Müller <tina.mueller@suse.com>
- Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details
-------------------------------------------------------------------
Fri Feb 26 09:46:54 UTC 2016 - mlin@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Text-Roman
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# 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
@ -12,24 +12,25 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Text-Roman
Version: 3.5
Release: 0
%define cpan_name Text-Roman
Summary: Allows conversion between Roman and Arabic algarisms.
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Text-Roman/
Source: http://www.cpan.org/authors/id/S/SY/SYP/%{cpan_name}-%{version}.tar.gz
Name: perl-Text-Roman
Version: 3.500.0
Release: 0
# 3.5 -> normalize -> 3.500.0
%define cpan_version 3.5
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Allows conversion between Roman and Arabic algarisms
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SY/SYP/%{cpan_name}-%{cpan_version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
#BuildRequires: perl(Text::Roman)
Provides: perl(Text::Roman) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@ -47,14 +48,14 @@ case-insensitive manner such that "VI" == "vI" == "Vi" == "vi".
The following functions may be imported into the caller package by name:
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
@ -62,7 +63,7 @@ The following functions may be imported into the caller package by name:
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE perlcritic.rc README weaver.ini
%doc Changes README
%license LICENSE
%changelog