Compare commits

1 Commits
main ... 1.1

2 changed files with 17 additions and 24 deletions

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
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 Fri Feb 26 09:46:54 UTC 2016 - mlin@suse.com

View File

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