Accepting request 647212 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/647212 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RT-Client-REST?expand=0&rev=3
This commit is contained in:
@@ -12,18 +12,18 @@
|
||||
# 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-RT-Client-REST
|
||||
Version: 0.52
|
||||
Version: 0.53
|
||||
Release: 0
|
||||
%define cpan_name RT-Client-REST
|
||||
Summary: Client for RT using REST API
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/RT-Client-REST/
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DJ/DJZORT/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
@@ -40,6 +40,7 @@ BuildRequires: perl(HTTP::Server::Simple) >= 0.44
|
||||
BuildRequires: perl(HTTP::Server::Simple::CGI)
|
||||
BuildRequires: perl(HTTP::Server::Simple::CGI::Environment)
|
||||
BuildRequires: perl(LWP)
|
||||
BuildRequires: perl(Module::Build) >= 0.280000
|
||||
BuildRequires: perl(Params::Validate)
|
||||
BuildRequires: perl(Test::Exception)
|
||||
BuildRequires: perl(URI)
|
||||
@@ -65,15 +66,14 @@ Abhijit Menon-Sen, and converted it to an object-oriented Perl module.
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
./Build test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
|
Reference in New Issue
Block a user