Sync from SUSE:SLFO:Main perl-HTTP-DAV revision 053db99745252ce28b23b0602565d40e
This commit is contained in:
parent
5f200d2270
commit
d235f2ef57
BIN
HTTP-DAV-0.49.tar.gz
(Stored with Git LFS)
BIN
HTTP-DAV-0.49.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
HTTP-DAV-0.50.tar.gz
(Stored with Git LFS)
Normal file
BIN
HTTP-DAV-0.50.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 05:34:25 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.500.0 (0.50)
|
||||
see /usr/share/doc/packages/perl-HTTP-DAV/Changes
|
||||
|
||||
v0.50 (released 2024/10/16):
|
||||
* bug fixes
|
||||
|
||||
Fixed missing custom headers when calling PUT methods. Closes
|
||||
"RT#100756". Thanks Georg Acher for the patch and for patiently
|
||||
waiting a decade (!) for a fix.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 15:44:54 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-HTTP-DAV
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,19 +16,19 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-HTTP-DAV
|
||||
Version: 0.49
|
||||
Release: 0
|
||||
#Upstream: Patrick Collins G03 Gloucester Place, Kensington Sydney, Australia Email: pcollins@cpan.org Phone: +61 2 9663 4916 All rights reserved. Current co-maintainer of the module is Cosimo Streppone for Opera Software ASA, the opera@cpan.org manpage. You may distribute this module under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.
|
||||
%define cpan_name HTTP-DAV
|
||||
Summary: WebDAV client library for Perl5
|
||||
Name: perl-HTTP-DAV
|
||||
Version: 0.500.0
|
||||
Release: 0
|
||||
# 0.50 -> normalize -> 0.500.0
|
||||
%define cpan_version 0.50
|
||||
#Upstream: Patrick Collins G03 Gloucester Place, Kensington Sydney, Australia Email: pcollins@cpan.org Phone: +61 2 9663 4916 All rights reserved. Current co-maintainer of the module is Cosimo Streppone for Opera Software ASA, the opera@cpan.org manpage. You may distribute this module under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/C/CO/COSIMO/%{cpan_name}-%{version}.tar.gz
|
||||
Summary: WebDAV client library for Perl5
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/C/CO/COSIMO/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(LWP) >= 5.48
|
||||
@ -39,6 +39,16 @@ Requires: perl(LWP) >= 5.48
|
||||
Requires: perl(URI)
|
||||
Requires: perl(URI::Escape)
|
||||
Requires: perl(XML::DOM)
|
||||
Provides: perl(HTTP::DAV) = %{version}
|
||||
Provides: perl(HTTP::DAV::Comms)
|
||||
Provides: perl(HTTP::DAV::Headers)
|
||||
Provides: perl(HTTP::DAV::Lock) = 0.09
|
||||
Provides: perl(HTTP::DAV::Resource) = %{version}
|
||||
Provides: perl(HTTP::DAV::ResourceList) = 0.11
|
||||
Provides: perl(HTTP::DAV::Response) = 0.14
|
||||
Provides: perl(HTTP::DAV::UserAgent)
|
||||
Provides: perl(HTTP::DAV::Utils) = 0.11
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -47,11 +57,11 @@ webservers using the WebDAV protocol. Now you can LOCK, DELETE and PUT
|
||||
files and much more on a DAV-enabled webserver.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -62,7 +72,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes doc README TODO
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user