Accepting request 850406 from devel:languages:perl:autoupdate

- Limit to one description paragraph
- updated to 0.142
   see /usr/share/doc/packages/perl-SQL-Abstract-Limit/Changes

OBS-URL: https://build.opensuse.org/request/show/850406
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Abstract-Limit?expand=0&rev=10
This commit is contained in:
2020-11-24 10:49:09 +00:00
committed by Git OBS Bridge
parent 3417e844ad
commit 351559dcf6
5 changed files with 70 additions and 36 deletions

View File

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

View File

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

34
cpanspec.yml Normal file
View File

@@ -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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Nov 24 10:33:31 UTC 2020 - Tina Müller <tina.mueller@suse.com>
- Limit to one description paragraph
-------------------------------------------------------------------
Mon Nov 23 03:09:14 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- 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

View File

@@ -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 <cpan@riverside-cms.co.uk>
%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)
%defattr(-,root,root,755)
%doc Changes README
%changelog