Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
e31bfe8902 |
BIN
HTTP-DAV-0.49.tar.gz
(Stored with Git LFS)
Normal file
BIN
HTTP-DAV-0.49.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
HTTP-DAV-0.50.tar.gz
(Stored with Git LFS)
BIN
HTTP-DAV-0.50.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,16 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Thu Dec 6 15:44:54 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTTP-DAV
|
# spec file for package perl-HTTP-DAV
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -16,19 +16,19 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define cpan_name HTTP-DAV
|
|
||||||
Name: perl-HTTP-DAV
|
Name: perl-HTTP-DAV
|
||||||
Version: 0.500.0
|
Version: 0.49
|
||||||
Release: 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.
|
#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
|
%define cpan_name HTTP-DAV
|
||||||
Summary: WebDAV client library for Perl5
|
Summary: WebDAV client library for Perl5
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Source0: https://cpan.metacpan.org/authors/id/C/CO/COSIMO/%{cpan_name}-%{cpan_version}.tar.gz
|
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
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(LWP) >= 5.48
|
BuildRequires: perl(LWP) >= 5.48
|
||||||
@@ -39,16 +39,6 @@ Requires: perl(LWP) >= 5.48
|
|||||||
Requires: perl(URI)
|
Requires: perl(URI)
|
||||||
Requires: perl(URI::Escape)
|
Requires: perl(URI::Escape)
|
||||||
Requires: perl(XML::DOM)
|
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}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -57,11 +47,11 @@ webservers using the WebDAV protocol. Now you can LOCK, DELETE and PUT
|
|||||||
files and much more on a DAV-enabled webserver.
|
files and much more on a DAV-enabled webserver.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%make_build
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@@ -72,6 +62,7 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
|
%defattr(-,root,root,755)
|
||||||
%doc Changes doc README TODO
|
%doc Changes doc README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user