8
0

Accepting request 347551 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/347551
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=44
This commit is contained in:
2015-12-05 17:11:55 +00:00
committed by Git OBS Bridge
parent 5e642a6b6a
commit 23ea3ee30b
4 changed files with 14 additions and 7 deletions

View File

@@ -17,14 +17,14 @@
Name: perl-libwww-perl
Version: 6.13
Version: 6.15
Release: 0
%define cpan_name libwww-perl
Summary: The World-Wide Web library for Perl
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/libwww-perl/
Source0: libwww-perl-6.13.tar.gz
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -74,7 +74,6 @@ The World-Wide Web library for Perl
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -90,6 +89,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc AUTHORS Changes README README.SSL talk-to-ourself
%doc AUTHORS Changes LICENSE README README.SSL talk-to-ourself
%changelog