Accepting request 1056994 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1056994 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libintl-perl?expand=0&rev=33
This commit is contained in:
commit
8c4902a2f1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:80108298f2564ecbfc7110a3042008e665ed00c2e155b36b0188e6c1135ceba5
|
|
||||||
size 598209
|
|
BIN
libintl-perl-1.33.tar.gz
(Stored with Git LFS)
Normal file
BIN
libintl-perl-1.33.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 15 03:09:36 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.33
|
||||||
|
see /usr/share/doc/packages/perl-libintl-perl/Changes
|
||||||
|
|
||||||
|
Version 1.33 - 14 Dec 2020
|
||||||
|
|
||||||
|
* Bugs fixed:
|
||||||
|
|
||||||
|
https://github.com/gflohr/libintl-perl/issues/7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 27 03:11:54 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
Tue Oct 27 03:11:54 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-libintl-perl
|
# spec file for package perl-libintl-perl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# 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
|
||||||
@ -16,19 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define cpan_name libintl-perl
|
||||||
Name: perl-libintl-perl
|
Name: perl-libintl-perl
|
||||||
Version: 1.32
|
Version: 1.33
|
||||||
Release: 0
|
Release: 0
|
||||||
#Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later)
|
#Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later)
|
||||||
%define cpan_name libintl-perl
|
|
||||||
Summary: High-Level Interface to Uniforum Message Translation
|
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Summary: High-Level Interface to Uniforum Message Translation
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/G/GU/GUIDO/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/G/GU/GUIDO/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: libintl-perl-rpmlintrc
|
Source1: libintl-perl-rpmlintrc
|
||||||
Source2: cpanspec.yml
|
Source2: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(version) >= 0.77
|
BuildRequires: perl(version) >= 0.77
|
||||||
@ -45,12 +43,12 @@ compatible with the Uniforum message translations system as implemented
|
|||||||
for example in GNU gettext.
|
for example in GNU gettext.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -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 OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -61,7 +59,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes Credits FAQ NEWS README README.md README-oldversions README.solaris README.win32 REFERENCES THANKS TODO
|
%doc Changes Credits FAQ NEWS README README.md README-oldversions README.solaris README.win32 REFERENCES THANKS TODO
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user