1
0

Accepting request 983955 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/983955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Lingua-Translit?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2022-06-21 15:15:21 +00:00 committed by Git OBS Bridge
commit 88c3a64c1f
4 changed files with 27 additions and 19 deletions

View File

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

BIN
Lingua-Translit-0.29.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jun 16 03:07:20 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.29
see /usr/share/doc/packages/perl-Lingua-Translit/Changes
0.29 -- 2022-06-15
* Fixed numeric zero and empty string argument handling in translit() &
translit_reverse().
-------------------------------------------------------------------
Tue Oct 17 05:29:55 UTC 2017 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Lingua-Translit
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,22 +12,20 @@
# 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-Lingua-Translit
Version: 0.28
Release: 0
%define cpan_name Lingua-Translit
Summary: Transliterates Text Between Writing Systems
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Lingua-Translit/
Name: perl-Lingua-Translit
Version: 0.29
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Transliterates text between writing systems
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/A/AL/ALINKE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
%{perl_requires}
@ -62,15 +60,15 @@ alphabet, the reverse transliteration will transform Latin letters to
Cyrillic.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%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
@ -78,7 +76,6 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README translit
%changelog