Accepting request 352254 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/352254
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Shell?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2016-01-07 11:42:36 +00:00
committed by Git OBS Bridge
parent f0e2cc8da3
commit c2a591462b
5 changed files with 50 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Shell
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
Name: perl-Shell
Version: 0.72
Version: 0.73
Release: 0
%define cpan_name Shell
Summary: run shell commands transparently within perl
Summary: Run Shell Commands Transparently Within Perl
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Shell/
Source: http://www.cpan.org/authors/id/F/FE/FERREIRA/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/F/FE/FERREIRA/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -36,7 +37,7 @@ run shell commands transparently within perl
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor