Accepting request 870555 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/870555 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Log-Log4perl?expand=0&rev=35
This commit is contained in:
commit
246df00938
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fbfb48d016eec7344a539f3ad70870b4ac4638e49666bfa70d10f6ffd4ac38e
|
||||
size 280026
|
3
Log-Log4perl-1.54.tar.gz
Normal file
3
Log-Log4perl-1.54.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbabe42d3b4cdaa3a47666b957be81d55bbd1cbcffcdff2b119586d33602eabe
|
||||
size 280001
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 7 03:10:09 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.54
|
||||
see /usr/share/doc/packages/perl-Log-Log4perl/Changes
|
||||
|
||||
1.54 2021-02-06
|
||||
- set real versions for some modules - thanks @eserte for report
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 18 03:10:44 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Log-Log4perl
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,18 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Log-Log4perl
|
||||
Version: 1.53
|
||||
Release: 0
|
||||
%define cpan_name Log-Log4perl
|
||||
Name: perl-Log-Log4perl
|
||||
Version: 1.54
|
||||
Release: 0
|
||||
Summary: Log4j implementation for Perl
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETJ/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(File::Path) >= 2.070000
|
||||
@ -85,12 +83,12 @@ changing the parameters in a configuration file, which your system can
|
||||
re-read even while it's running!
|
||||
|
||||
%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
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -101,7 +99,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user