Compare commits

2 Commits

5 changed files with 40 additions and 18 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Web-MREST/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Web-MREST)

View File

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

3
Web-MREST-0.290.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jun 29 12:58:20 UTC 2022 - Nathan Cutler <ncutler@suse.com>
- updated to 0.290
see /usr/share/doc/packages/perl-Web-MREST/Changes
-------------------------------------------------------------------
Wed Jun 29 12:46:47 UTC 2022 - Nathan Cutler <ncutler@suse.com>
updated to 0.289
see /usr/share/doc/packages/perl-Web-MREST/Changes
-------------------------------------------------------------------
Mon Oct 16 20:17:42 UTC 2017 - ncutler@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Web-MREST
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,25 @@
# 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-Web-MREST
Version: 0.288
Release: 0
%define cpan_name Web-MREST
Name: perl-Web-MREST
Version: 0.290
Release: 0
Summary: Minimalistic REST server
License: BSD-3-Clause
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Web-MREST/
Source0: https://cpan.metacpan.org/authors/id/S/SM/SMITHFARM/%{cpan_name}-%{version}.tar.gz
URL: https://metacpan.org/release/%{cpan_name}
Source0: Web-MREST-0.290.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(App::CELL) >= 0.209
BuildRequires: perl(File::ShareDir)
BuildRequires: perl(File::ShareDir) >= 1.00
BuildRequires: perl(HTTP::Request)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(JSON)
@@ -59,7 +58,7 @@ BuildRequires: perl(URI::Escape)
BuildRequires: perl(Web::MREST::CLI) >= 0.276
BuildRequires: perl(Web::Machine) >= 0.15
Requires: perl(App::CELL) >= 0.209
Requires: perl(File::ShareDir)
Requires: perl(File::ShareDir) >= 1.00
Requires: perl(HTTP::Request)
Requires: perl(HTTP::Request::Common)
Requires: perl(JSON)
@@ -98,10 +97,10 @@ For an introduction to REST and Web Services, see
Web::MREST::WebServicesIntro.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
%{__perl} Build.PL installdirs=vendor
perl Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
%check
@@ -112,8 +111,7 @@ Web::MREST::WebServicesIntro.
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes config README.rst
%doc Changes README.rst
%license LICENSE
%changelog