diff --git a/DateTime-Calendar-Julian-0.04.tar.gz b/DateTime-Calendar-Julian-0.04.tar.gz deleted file mode 100644 index 3066cbf..0000000 --- a/DateTime-Calendar-Julian-0.04.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb5968ad18bcd0772d2c311cd2deb23b777475ea05aa1099688247cd27a5000e -size 11974 diff --git a/DateTime-Calendar-Julian-0.100.tar.gz b/DateTime-Calendar-Julian-0.100.tar.gz new file mode 100644 index 0000000..a39729d --- /dev/null +++ b/DateTime-Calendar-Julian-0.100.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd46c519f2f5946624794864e5671af7d308aafe7efc5aa92c131b70603e7c3d +size 16831 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-DateTime-Calendar-Julian.changes b/perl-DateTime-Calendar-Julian.changes index 99949a8..60d47a4 100644 --- a/perl-DateTime-Calendar-Julian.changes +++ b/perl-DateTime-Calendar-Julian.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Dec 22 06:04:56 UTC 2018 - Stephan Kulow + +- 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 diff --git a/perl-DateTime-Calendar-Julian.spec b/perl-DateTime-Calendar-Julian.spec index 068f010..1b7c8d9 100644 --- a/perl-DateTime-Calendar-Julian.spec +++ b/perl-DateTime-Calendar-Julian.spec @@ -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 # 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) # 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 -Version: 0.04 -Release: 1 -License: Artistic-1.0 or GPL-2.0+ +Version: 0.100 +Release: 0 %define cpan_name DateTime-Calendar-Julian 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 -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 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(DateTime) >= 0.08 -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) >= 0.88 +Requires: perl(DateTime) >= 0.08 %{perl_requires} %description @@ -41,22 +44,20 @@ methods. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog