Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c6c0779a9c | |||
| 5c3687afc6 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
@@ -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
3
Web-MREST-0.290.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f8cb0fca1b1786c62f34ce079e7d50c0abb9ed1b3de80cf5c6e87d6f551b6c87
|
||||||
|
size 77467
|
||||||
@@ -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
|
Mon Oct 16 20:17:42 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Web-MREST
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%define cpan_name Web-MREST
|
||||||
|
Name: perl-Web-MREST
|
||||||
|
Version: 0.290
|
||||||
|
Release: 0
|
||||||
Summary: Minimalistic REST server
|
Summary: Minimalistic REST server
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/Perl
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Url: http://search.cpan.org/dist/Web-MREST/
|
Source0: Web-MREST-0.290.tar.gz
|
||||||
Source0: https://cpan.metacpan.org/authors/id/S/SM/SMITHFARM/%{cpan_name}-%{version}.tar.gz
|
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(App::CELL) >= 0.209
|
BuildRequires: perl(App::CELL) >= 0.209
|
||||||
BuildRequires: perl(File::ShareDir)
|
BuildRequires: perl(File::ShareDir) >= 1.00
|
||||||
BuildRequires: perl(HTTP::Request)
|
BuildRequires: perl(HTTP::Request)
|
||||||
BuildRequires: perl(HTTP::Request::Common)
|
BuildRequires: perl(HTTP::Request::Common)
|
||||||
BuildRequires: perl(JSON)
|
BuildRequires: perl(JSON)
|
||||||
@@ -59,7 +58,7 @@ BuildRequires: perl(URI::Escape)
|
|||||||
BuildRequires: perl(Web::MREST::CLI) >= 0.276
|
BuildRequires: perl(Web::MREST::CLI) >= 0.276
|
||||||
BuildRequires: perl(Web::Machine) >= 0.15
|
BuildRequires: perl(Web::Machine) >= 0.15
|
||||||
Requires: perl(App::CELL) >= 0.209
|
Requires: perl(App::CELL) >= 0.209
|
||||||
Requires: perl(File::ShareDir)
|
Requires: perl(File::ShareDir) >= 1.00
|
||||||
Requires: perl(HTTP::Request)
|
Requires: perl(HTTP::Request)
|
||||||
Requires: perl(HTTP::Request::Common)
|
Requires: perl(HTTP::Request::Common)
|
||||||
Requires: perl(JSON)
|
Requires: perl(JSON)
|
||||||
@@ -98,10 +97,10 @@ For an introduction to REST and Web Services, see
|
|||||||
Web::MREST::WebServicesIntro.
|
Web::MREST::WebServicesIntro.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
perl Build.PL installdirs=vendor
|
||||||
./Build build flags=%{?_smp_mflags}
|
./Build build flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -112,8 +111,7 @@ Web::MREST::WebServicesIntro.
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%doc Changes README.rst
|
||||||
%doc Changes config README.rst
|
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user