forked from pool/perl-HTTP-DAV
Accepting request 91112 from devel:languages:perl
- update to 0.45 - Mostly cosmetic changes (no changelog from the upstream) OBS-URL: https://build.opensuse.org/request/show/91112 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-DAV?expand=0&rev=25
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:01f71439917adac20c57951f0a67ac75bf5fb6a05354e1313b287b63ddeae7de
|
|
||||||
size 106463
|
|
||||||
3
HTTP-DAV-0.45.tar.gz
Normal file
3
HTTP-DAV-0.45.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a61c04f44da2d4654943e6a03d8f74218b3ffb058d950e2bc97626729a5b141
|
||||||
|
size 106632
|
||||||
@@ -1,85 +0,0 @@
|
|||||||
#
|
|
||||||
# spec file for package perl-HTTP-DAV
|
|
||||||
#
|
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
||||||
#
|
|
||||||
# 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/
|
|
||||||
#
|
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-HTTP-DAV
|
|
||||||
%define cpan_name HTTP-DAV
|
|
||||||
Summary: WebDAV client library for Perl5
|
|
||||||
Version: 0.44
|
|
||||||
Release: 1
|
|
||||||
License: GPL+ or Artistic
|
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
Url: http://search.cpan.org/dist/HTTP-DAV/
|
|
||||||
#Source: http://www.cpan.org/modules/by-module/HTTP/HTTP-DAV-%{version}.tar.gz
|
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
|
||||||
BuildArch: noarch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
%{perl_requires}
|
|
||||||
BuildRequires: perl
|
|
||||||
BuildRequires: perl-macros
|
|
||||||
BuildRequires: perl(LWP) >= 5.48
|
|
||||||
BuildRequires: perl(Scalar::Util)
|
|
||||||
BuildRequires: perl(XML::DOM)
|
|
||||||
Requires: perl(LWP) >= 5.48
|
|
||||||
Requires: perl(Scalar::Util)
|
|
||||||
Requires: perl(XML::DOM)
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
|
||||||
HTTP::DAV is a Perl API for interacting with and modifying content on
|
|
||||||
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}
|
|
||||||
%{__perl} -p -i -e "s|\r\n|\n|" TODO
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
||||||
|
|
||||||
%{__make} %{?_smp_mflags}
|
|
||||||
|
|
||||||
|
|
||||||
%check
|
|
||||||
%{__make} test
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
%perl_make_install
|
|
||||||
# do not perl_process_packlist (noarch)
|
|
||||||
# remove .packlist file
|
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
|
|
||||||
# remove perllocal.pod file
|
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
|
|
||||||
%perl_gen_filelist
|
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc Changes README TODO
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 19 01:33:50 UTC 2011 - vcizek@suse.com
|
||||||
|
|
||||||
|
- update to 0.45
|
||||||
|
- Mostly cosmetic changes (no changelog from the upstream)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 22 07:50:06 UTC 2011 - vcizek@novell.com
|
Wed Jun 22 07:50:06 UTC 2011 - vcizek@novell.com
|
||||||
|
|
||||||
|
|||||||
@@ -15,60 +15,58 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-HTTP-DAV
|
Name: perl-HTTP-DAV
|
||||||
%define cpan_name HTTP-DAV
|
Version: 0.45
|
||||||
Summary: WebDAV client library for Perl5
|
|
||||||
Version: 0.44
|
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries/Perl
|
%define cpan_name HTTP-DAV
|
||||||
|
Summary: WebDAV client library for Perl5
|
||||||
Url: http://search.cpan.org/dist/HTTP-DAV/
|
Url: http://search.cpan.org/dist/HTTP-DAV/
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
#Source: http://www.cpan.org/modules/by-module/HTTP/HTTP-DAV-%{version}.tar.gz
|
#Source: http://www.cpan.org/modules/by-module/HTTP/HTTP-DAV-%{version}.tar.gz
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
Source: %{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
%{perl_requires}
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
|
||||||
BuildRequires: perl(LWP) >= 5.48
|
BuildRequires: perl(LWP) >= 5.48
|
||||||
BuildRequires: perl(Scalar::Util)
|
BuildRequires: perl(Scalar::Util)
|
||||||
BuildRequires: perl(XML::DOM)
|
BuildRequires: perl(XML::DOM)
|
||||||
|
BuildRequires: perl-macros
|
||||||
Requires: perl(LWP) >= 5.48
|
Requires: perl(LWP) >= 5.48
|
||||||
Requires: perl(Scalar::Util)
|
Requires: perl(Scalar::Util)
|
||||||
Requires: perl(XML::DOM)
|
Requires: perl(XML::DOM)
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildArch: noarch
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
HTTP::DAV is a Perl API for interacting with and modifying content on
|
HTTP::DAV is a Perl API for interacting with and modifying content on
|
||||||
webservers using the WebDAV protocol. Now you can LOCK, DELETE and PUT
|
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
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
%{__perl} -p -i -e "s|\r\n|\n|" TODO
|
perl -p -i -e "s|\r\n|\n|" TODO
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
# do not perl_process_packlist (noarch)
|
# do not perl_process_packlist (noarch)
|
||||||
# remove .packlist file
|
# remove .packlist file
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
|
rm -rf %{buildroot}%perl_vendorarch
|
||||||
# remove perllocal.pod file
|
# remove perllocal.pod file
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
|
rm -rf %{buildroot}%perl_archlib
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
|||||||
Reference in New Issue
Block a user