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 Tue Oct 17 05:29:55 UTC 2017 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Lingua-Translit # 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 # 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,22 +12,20 @@
# 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 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 %define cpan_name Lingua-Translit
Summary: Transliterates Text Between Writing Systems Name: perl-Lingua-Translit
License: Artistic-1.0 or GPL-1.0+ Version: 0.29
Group: Development/Libraries/Perl Release: 0
Url: http://search.cpan.org/dist/Lingua-Translit/ 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 Source0: https://cpan.metacpan.org/authors/id/A/AL/ALINKE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
%{perl_requires} %{perl_requires}
@ -62,15 +60,15 @@ alphabet, the reverse transliteration will transform Latin letters to
Cyrillic. Cyrillic.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %make_build
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
@ -78,7 +76,6 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README translit %doc Changes README translit
%changelog %changelog