Accepting request 660673 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/660673
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Calendar-Julian?expand=0&rev=6
This commit is contained in:
Lars Vogdt 2019-01-02 15:09:44 +00:00 committed by Git OBS Bridge
parent 61a5f41e2a
commit ad0f5e2485
5 changed files with 54 additions and 19 deletions

View File

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

View File

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

28
cpanspec.yml Normal file
View 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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 22 06:04:56 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.100
see /usr/share/doc/packages/perl-DateTime-Calendar-Julian/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 19 07:38:05 UTC 2017 - werner@suse.de Mon Jun 19 07:38:05 UTC 2017 - werner@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-DateTime-Calendar-Julian (Version 0.04) # spec file for package perl-DateTime-Calendar-Julian
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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,24 +12,27 @@
# 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-DateTime-Calendar-Julian Name: perl-DateTime-Calendar-Julian
Version: 0.04 Version: 0.100
Release: 1 Release: 0
License: Artistic-1.0 or GPL-2.0+
%define cpan_name DateTime-Calendar-Julian %define cpan_name DateTime-Calendar-Julian
Summary: Dates in the Julian calendar Summary: Dates in the Julian calendar
Url: http://search.cpan.org/dist/DateTime-Calendar-Julian/ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/P/PI/PIJLL/%{cpan_name}-%{version}.tar.gz Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/W/WY/WYANT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(DateTime) >= 0.08 BuildRequires: perl(DateTime) >= 0.08
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.88
Requires: perl(DateTime) >= 0.08
%{perl_requires} %{perl_requires}
%description %description
@ -41,22 +44,20 @@ methods.
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes LICENSE README %doc Changes README
%license LICENSE
%changelog %changelog