Accepting request 716721 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/716721 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Time-Format?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
470ad3f5f7
commit
bcc378d6ae
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef96ba090268a568367c83ecdcac349b0cfe164329bc34de9fbcc2dbe66b8c9e
|
||||
size 38131
|
3
Time-Format-1.13.tar.gz
Normal file
3
Time-Format-1.13.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bcba0959355bb8af34fb23fbac92b8e3eb2ad1f1191b558a5837c7462dc4b6c0
|
||||
size 42844
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 19 06:09:33 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 1.13
|
||||
see /usr/share/doc/packages/perl-Time-Format/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 15 14:55:08 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Time-Format
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,24 +12,25 @@
|
||||
# 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-Time-Format
|
||||
Version: 1.12
|
||||
Version: 1.13
|
||||
Release: 0
|
||||
%define cpan_name Time-Format
|
||||
Summary: Easy-to-use date/time formatting
|
||||
License: SUSE-Public-Domain
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Time-Format/
|
||||
Source0: http://www.cpan.org/authors/id/R/RO/ROODE/%{cpan_name}-%{version}.tar.gz
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RO/ROODE/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build) >= 0.4
|
||||
BuildRequires: perl(Module::Build) >= 0.400000
|
||||
Recommends: perl(Date::Manip)
|
||||
Recommends: perl(DateTime)
|
||||
Recommends: perl(Module::Signature)
|
||||
@@ -77,16 +78,15 @@ For capabilities that '%time' does not provide, '%strftime' provides an
|
||||
interface to POSIX's 'strftime', and '%manip' provides an interface to the
|
||||
Date::Manip module's 'UnixDate' function.
|
||||
|
||||
If the companion module the Time::Format_XS manpage is also installed,
|
||||
Time::Format will detect and use it. This will result in a significant
|
||||
speed increase for '%time' and 'time_format'.
|
||||
If the companion module Time::Format_XS is also installed, Time::Format
|
||||
will detect and use it. This will result in a significant speed increase
|
||||
for '%time' and 'time_format'.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
perl Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
@@ -98,6 +98,6 @@ find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes quickref.ps quickref.txt README
|
||||
%doc Changes quickref.ps quickref.txt README Time-Format.ppd
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user