diff --git a/SQL-Abstract-Limit-0.141.tar.gz b/SQL-Abstract-Limit-0.141.tar.gz deleted file mode 100644 index 0409694..0000000 --- a/SQL-Abstract-Limit-0.141.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fff83766dca4eebf99a8f06b7d174ff328cdc7a4cdef2fc9bb518f0674210e3 -size 15877 diff --git a/SQL-Abstract-Limit-0.142.tar.gz b/SQL-Abstract-Limit-0.142.tar.gz new file mode 100644 index 0000000..f18e7bf --- /dev/null +++ b/SQL-Abstract-Limit-0.142.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a1effab12e42686e40e3d21b976461654754ee5b4793f71435d5677b3d5878 +size 16447 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..98f1415 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,34 @@ +--- +description_paragraphs: 1 +#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 +#skip_doc: regexp_to_skip_for_doc.* +#add_doc: files to add to docs +#misc: |- +#anything else to be added to spec file +#follows directly after %files section, so it can contain new blocks or also +#changes to %files section diff --git a/perl-SQL-Abstract-Limit.changes b/perl-SQL-Abstract-Limit.changes index d020f59..f783208 100644 --- a/perl-SQL-Abstract-Limit.changes +++ b/perl-SQL-Abstract-Limit.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Nov 24 10:33:31 UTC 2020 - Tina Müller + +- Limit to one description paragraph + +------------------------------------------------------------------- +Mon Nov 23 03:09:14 UTC 2020 - Tina Müller + +- updated to 0.142 + see /usr/share/doc/packages/perl-SQL-Abstract-Limit/Changes + ------------------------------------------------------------------- Wed Dec 1 11:41:46 UTC 2010 - coolo@novell.com diff --git a/perl-SQL-Abstract-Limit.spec b/perl-SQL-Abstract-Limit.spec index 089c247..2e43b25 100644 --- a/perl-SQL-Abstract-Limit.spec +++ b/perl-SQL-Abstract-Limit.spec @@ -1,7 +1,7 @@ # # spec file for package perl-SQL-Abstract-Limit # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,67 +12,56 @@ # 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/ # -# norootforbuild - Name: perl-SQL-Abstract-Limit +Version: 0.142 +Release: 0 %define cpan_name SQL-Abstract-Limit -Summary: A portable LIMIT emulation -Version: 0.141 -Release: 1 -License: Artistic +Summary: Portable LIMIT emulation +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/SQL-Abstract-Limit/ -Source: %{cpan_name}-%{version}.tar.gz +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/A/AS/ASB/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Test::Builder) +BuildRequires: perl(DBI) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64 +BuildRequires: perl(SQL::Abstract) >= 1.2 BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::Exception) -BuildRequires: perl(Test::More) -BuildRequires: perl(Test::Pod) >= 1.14 -BuildRequires: perl(Test::Pod::Coverage) >= 1.04 -#BuildRequires: perl(DBD::AnyData) -#BuildRequires: perl(Class::DBI) -BuildRequires: perl(DBI) -BuildRequires: perl(Data::Dumper) -BuildRequires: perl(SQL::Abstract) >= 1.2 Requires: perl(DBI) -Requires: perl(Data::Dumper) +Requires: perl(ExtUtils::MakeMaker) >= 6.64 Requires: perl(SQL::Abstract) >= 1.2 -Provides: %{cpan_name} +Requires: perl(Test::Deep) +Requires: perl(Test::Exception) +%{perl_requires} %description Portability layer for LIMIT emulation. - Author: David Baird - %prep %setup -q -n %{cpan_name}-%{version} -find -type f -exec chmod 644 {} \; %build -perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" -%{__make} +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 $RPM_BUILD_ROOT - %files -f %{name}.files -%defattr(-,root,root) -%doc Changes README +%defattr(-,root,root,755) +%doc Changes README %changelog