2007-01-15 23:30:51 +00:00
|
|
|
#
|
2008-09-12 16:10:57 +00:00
|
|
|
# spec file for package perl-HTTP-DAV (Version 0.34)
|
2007-01-15 23:30:51 +00:00
|
|
|
#
|
2008-09-12 16:10:57 +00:00
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:30:51 +00:00
|
|
|
#
|
2008-09-12 16:10:57 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# 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/
|
2007-01-15 23:30:51 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-09-12 16:10:57 +00:00
|
|
|
Url: http://www.cpan.org/modules/by-module/HTTP/
|
|
|
|
|
|
|
|
Name: perl-HTTP-DAV
|
|
|
|
BuildRequires: perl-XML-DOM perl-XML-Parser perl-libwww-perl
|
|
|
|
License: Artistic License
|
|
|
|
Group: Development/Libraries/Perl
|
|
|
|
Requires: perl-libwww-perl
|
|
|
|
AutoReqProv: on
|
|
|
|
Summary: A WebDAV client library for Perl5
|
|
|
|
Version: 0.34
|
|
|
|
Release: 1
|
|
|
|
Source: HTTP-DAV-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-01-15 23:30:51 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
PerlDAV is a Perl library for modifying content on webservers using the
|
|
|
|
WebDAV protocol. Now you can LOCK, DELETE and PUT files and much more
|
|
|
|
on a DAV-enabled webserver.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Patrick Collins <pcollins@cpan.org>
|
|
|
|
|
|
|
|
%prep
|
2008-09-12 16:10:57 +00:00
|
|
|
%setup -q -n HTTP-DAV-%{version}
|
2007-01-15 23:30:51 +00:00
|
|
|
# ---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL
|
|
|
|
make
|
2008-09-12 16:10:57 +00:00
|
|
|
|
|
|
|
%check
|
2007-01-15 23:30:51 +00:00
|
|
|
make test
|
|
|
|
# ---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
|
|
%perl_process_packlist
|
|
|
|
|
2008-09-12 16:10:57 +00:00
|
|
|
%clean
|
|
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
|
|
|
|
2007-01-15 23:30:51 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc Changes MANIFEST README
|
|
|
|
%doc %{_mandir}/man?/*
|
|
|
|
/usr/bin/dave
|
|
|
|
%dir %{perl_vendorlib}/HTTP/DAV.pm
|
|
|
|
%{perl_vendorlib}/HTTP/DAV
|
|
|
|
%dir %{perl_vendorarch}/auto/HTTP
|
|
|
|
%{perl_vendorarch}/auto/HTTP/DAV
|
|
|
|
/var/adm/perl-modules/%{name}
|
|
|
|
|
2008-09-12 16:10:57 +00:00
|
|
|
%changelog
|
|
|
|
* Thu Sep 11 2008 anicka@suse.cz
|
|
|
|
- update to 0.34
|
|
|
|
* fixed downloading multiple files in the same directory.
|
|
|
|
* Wed Sep 10 2008 anicka@suse.cz
|
|
|
|
- update to 0.33
|
|
|
|
* Clearly state that Opera Software ASA is now co-maintainer of
|
|
|
|
HTTP::DAV
|
|
|
|
* Fixed various inconsistencies in the v0.32 documentation
|
|
|
|
* Now HTTP::DAV requires Perl 5.6.0+ and Scalar::Util
|
|
|
|
(core in 5.8.x).
|
|
|
|
* Now HTTP::DAV objects are correctly released from memory when
|
|
|
|
they go out of scope. Now it should be possible to use multiple
|
|
|
|
instances of HTTP::DAV even in long-running processes.
|
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-15 23:30:51 +00:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-09-12 16:10:57 +00:00
|
|
|
* Thu Sep 29 2005 dmueller@suse.de
|
2007-01-15 23:30:51 +00:00
|
|
|
- add norootforbuild
|
2008-09-12 16:10:57 +00:00
|
|
|
* Wed Jan 28 2004 ro@suse.de
|
2007-01-15 23:30:51 +00:00
|
|
|
- created package (version 0.31)
|